Searched refs:autofs_can_expire (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/autofs/ |
D | expire.c | 14 static inline int autofs_can_expire(struct dentry *dentry, in autofs_can_expire() function 214 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy() 277 if (!autofs_can_expire(top, timeout, how)) in autofs_tree_busy() 308 if (autofs_can_expire(p, timeout, how)) in autofs_check_leaves() 395 if (autofs_can_expire(dentry, timeout, how)) in should_expire() 411 if (autofs_can_expire(dentry, timeout, how)) in should_expire()
|