Lines Matching refs:do_now
21 unsigned long timeout, int do_now) in autofs4_can_expire() argument
29 if (!do_now) { in autofs4_can_expire()
192 int do_now) in autofs4_direct_busy() argument
205 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_direct_busy()
217 int do_now) in autofs4_tree_busy() argument
263 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_tree_busy()
272 int do_now) in autofs4_check_leaves() argument
288 if (autofs4_can_expire(p, timeout, do_now)) in autofs4_check_leaves()
303 int do_now = how & AUTOFS_EXP_IMMEDIATE; in autofs4_expire_direct() local
317 if (!autofs4_direct_busy(mnt, root, timeout, do_now)) { in autofs4_expire_direct()
322 if (!autofs4_direct_busy(mnt, root, timeout, do_now)) { in autofs4_expire_direct()
349 int do_now = how & AUTOFS_EXP_IMMEDIATE; in should_expire() local
372 if (autofs4_can_expire(dentry, timeout, do_now)) in should_expire()
383 if (autofs4_can_expire(dentry, timeout, do_now)) in should_expire()
398 if (!autofs4_tree_busy(mnt, dentry, timeout, do_now)) in should_expire()
411 expired = autofs4_check_leaves(mnt, dentry, timeout, do_now); in should_expire()
596 int do_now = 0; in autofs4_expire_multi() local
598 if (arg && get_user(do_now, arg)) in autofs4_expire_multi()
601 return autofs4_do_expire_multi(sb, mnt, sbi, do_now); in autofs4_expire_multi()