Searched refs:autofs_can_expire (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 3 milliseconds