Lines Matching defs:how

12 				    unsigned long timeout, unsigned int how)
20 if (!(how & AUTOFS_EXP_IMMEDIATE)) {
30 struct dentry *dentry, unsigned int how)
52 if (how & AUTOFS_EXP_FORCED) {
153 unsigned int how)
158 if (how & AUTOFS_EXP_FORCED)
172 if (!autofs_can_expire(top, timeout, how))
185 unsigned int how)
207 if (autofs_mount_busy(mnt, p, how)) {
231 if (how & AUTOFS_EXP_FORCED)
235 if (!autofs_can_expire(top, timeout, how))
244 unsigned int how)
256 if (autofs_mount_busy(mnt, p, how))
262 if (how & AUTOFS_EXP_FORCED)
266 if (autofs_can_expire(p, timeout, how))
277 unsigned int how)
288 if (!autofs_direct_busy(mnt, root, timeout, how)) {
299 if (!autofs_direct_busy(mnt, root, timeout, how)) {
324 unsigned int how)
343 if (autofs_mount_busy(mnt, dentry, how))
349 if (how & AUTOFS_EXP_FORCED)
353 if (autofs_can_expire(dentry, timeout, how))
362 if (how & AUTOFS_EXP_FORCED)
369 if (autofs_can_expire(dentry, timeout, how))
378 if (!(how & AUTOFS_EXP_LEAVES)) {
380 if (!(how & AUTOFS_EXP_FORCED)) {
387 if (!autofs_tree_busy(mnt, dentry, timeout, how))
397 if (!(how & AUTOFS_EXP_FORCED)) {
404 expired = autofs_check_leaves(mnt, dentry, timeout, how);
423 unsigned int how)
447 expired = should_expire(dentry, mnt, timeout, how);
460 how &= ~AUTOFS_EXP_LEAVES;
461 found = should_expire(expired, mnt, timeout, how);
576 struct autofs_sb_info *sbi, unsigned int how)
582 dentry = autofs_expire_direct(sb, mnt, sbi, how);
584 dentry = autofs_expire_indirect(sb, mnt, sbi, how);
614 unsigned int how = 0;
616 if (arg && get_user(how, arg))
619 return autofs_do_expire_multi(sb, mnt, sbi, how);