H A D | expire.c | 21 unsigned long timeout, int do_now) autofs4_can_expire() 29 if (!do_now) { autofs4_can_expire() 192 int do_now) autofs4_direct_busy() 205 if (!autofs4_can_expire(top, timeout, do_now)) autofs4_direct_busy() 217 int do_now) autofs4_tree_busy() 263 if (!autofs4_can_expire(top, timeout, do_now)) autofs4_tree_busy() 272 int do_now) autofs4_check_leaves() 288 if (autofs4_can_expire(p, timeout, do_now)) autofs4_check_leaves() 303 int do_now = how & AUTOFS_EXP_IMMEDIATE; autofs4_expire_direct() local 317 if (!autofs4_direct_busy(mnt, root, timeout, do_now)) { autofs4_expire_direct() 322 if (!autofs4_direct_busy(mnt, root, timeout, do_now)) { autofs4_expire_direct() 349 int do_now = how & AUTOFS_EXP_IMMEDIATE; should_expire() local 372 if (autofs4_can_expire(dentry, timeout, do_now)) should_expire() 383 if (autofs4_can_expire(dentry, timeout, do_now)) should_expire() 398 if (!autofs4_tree_busy(mnt, dentry, timeout, do_now)) should_expire() 411 expired = autofs4_check_leaves(mnt, dentry, timeout, do_now); should_expire() 596 int do_now = 0; autofs4_expire_multi() local 598 if (arg && get_user(do_now, arg)) autofs4_expire_multi() 601 return autofs4_do_expire_multi(sb, mnt, sbi, do_now); autofs4_expire_multi() 20 autofs4_can_expire(struct dentry *dentry, unsigned long timeout, int do_now) autofs4_can_expire() argument 189 autofs4_direct_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, int do_now) autofs4_direct_busy() argument 214 autofs4_tree_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, int do_now) autofs4_tree_busy() argument 269 autofs4_check_leaves(struct vfsmount *mnt, struct dentry *parent, unsigned long timeout, int do_now) autofs4_check_leaves() argument
|