Lines Matching refs:timeout
15 unsigned long timeout, unsigned int how) in autofs_can_expire() argument
25 if (!timeout || time_after(ino->last_used + timeout, jiffies)) in autofs_can_expire()
194 unsigned long timeout, in autofs_direct_busy() argument
214 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy()
226 unsigned long timeout, in autofs_tree_busy() argument
277 if (!autofs_can_expire(top, timeout, how)) in autofs_tree_busy()
285 unsigned long timeout, in autofs_check_leaves() argument
308 if (autofs_can_expire(p, timeout, how)) in autofs_check_leaves()
323 unsigned long timeout; in autofs_expire_direct() local
328 timeout = sbi->exp_timeout; in autofs_expire_direct()
330 if (!autofs_direct_busy(mnt, root, timeout, how)) { in autofs_expire_direct()
341 if (!autofs_direct_busy(mnt, root, timeout, how)) { in autofs_expire_direct()
365 unsigned long timeout, in should_expire() argument
395 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
411 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
429 if (!autofs_tree_busy(mnt, dentry, timeout, how)) in should_expire()
446 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire()
467 unsigned long timeout; in autofs_expire_indirect() local
477 timeout = sbi->exp_timeout; in autofs_expire_indirect()
489 expired = should_expire(dentry, mnt, timeout, how); in autofs_expire_indirect()
503 found = should_expire(expired, mnt, timeout, how); in autofs_expire_indirect()