Searched refs:autofs4_can_expire (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/autofs4/ |
D | expire.c | 20 static inline int autofs4_can_expire(struct dentry *dentry, in autofs4_can_expire() function 205 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_direct_busy() 263 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_tree_busy() 288 if (autofs4_can_expire(p, timeout, do_now)) in autofs4_check_leaves() 372 if (autofs4_can_expire(dentry, timeout, do_now)) in should_expire() 383 if (autofs4_can_expire(dentry, timeout, do_now)) in should_expire()
|