Searched refs:autofs_can_expire (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/autofs/ |
H A D | expire.c | 11 static inline int autofs_can_expire(struct dentry *dentry, in autofs_can_expire() function 172 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy() 235 if (!autofs_can_expire(top, timeout, how)) in autofs_tree_busy() 266 if (autofs_can_expire(p, timeout, how)) in autofs_check_leaves() 353 if (autofs_can_expire(dentry, timeout, how)) in should_expire() 369 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
|