Lines Matching full:how
15 unsigned long timeout, unsigned int how) in autofs_can_expire() argument
23 if (!(how & AUTOFS_EXP_IMMEDIATE)) { in autofs_can_expire()
33 struct dentry *dentry, unsigned int how) in autofs_mount_busy() argument
55 if (how & AUTOFS_EXP_FORCED) { in autofs_mount_busy()
195 unsigned int how) in autofs_direct_busy() argument
200 if (how & AUTOFS_EXP_FORCED) in autofs_direct_busy()
214 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy()
227 unsigned int how) in autofs_tree_busy() argument
249 if (autofs_mount_busy(mnt, p, how)) { in autofs_tree_busy()
273 if (how & AUTOFS_EXP_FORCED) in autofs_tree_busy()
277 if (!autofs_can_expire(top, timeout, how)) in autofs_tree_busy()
286 unsigned int how) in autofs_check_leaves() argument
298 if (autofs_mount_busy(mnt, p, how)) in autofs_check_leaves()
304 if (how & AUTOFS_EXP_FORCED) in autofs_check_leaves()
308 if (autofs_can_expire(p, timeout, how)) in autofs_check_leaves()
319 unsigned int how) in autofs_expire_direct() argument
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()
366 unsigned int how) in should_expire() argument
385 if (autofs_mount_busy(mnt, dentry, how)) in should_expire()
391 if (how & AUTOFS_EXP_FORCED) in should_expire()
395 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
404 if (how & AUTOFS_EXP_FORCED) in should_expire()
411 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
420 if (!(how & AUTOFS_EXP_LEAVES)) { in should_expire()
422 if (!(how & AUTOFS_EXP_FORCED)) { in should_expire()
429 if (!autofs_tree_busy(mnt, dentry, timeout, how)) in should_expire()
439 if (!(how & AUTOFS_EXP_FORCED)) { in should_expire()
446 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire()
465 unsigned int how) in autofs_expire_indirect() argument
489 expired = should_expire(dentry, mnt, timeout, how); in autofs_expire_indirect()
502 how &= ~AUTOFS_EXP_LEAVES; in autofs_expire_indirect()
503 found = should_expire(expired, mnt, timeout, how); in autofs_expire_indirect()
618 struct autofs_sb_info *sbi, unsigned int how) in autofs_do_expire_multi() argument
624 dentry = autofs_expire_direct(sb, mnt, sbi, how); in autofs_do_expire_multi()
626 dentry = autofs_expire_indirect(sb, mnt, sbi, how); in autofs_do_expire_multi()
656 unsigned int how = 0; in autofs_expire_multi() local
658 if (arg && get_user(how, arg)) in autofs_expire_multi()
661 return autofs_do_expire_multi(sb, mnt, sbi, how); in autofs_expire_multi()