Searched refs:autofs_can_expire (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/autofs/ |
D | expire.c | 11 static inline int autofs_can_expire(struct dentry *dentry, in autofs_can_expire() function 169 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy() 232 if (!autofs_can_expire(top, timeout, how)) in autofs_tree_busy() 263 if (autofs_can_expire(p, timeout, how)) in autofs_check_leaves() 350 if (autofs_can_expire(dentry, timeout, how)) in should_expire() 366 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
|