Home
last modified time | relevance | path

Searched refs:ino_count (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/autofs/
Dexpire.c211 unsigned int ino_count = READ_ONCE(ino->count); in autofs_tree_busy() local
215 ino_count += 2; in autofs_tree_busy()
217 ino_count++; in autofs_tree_busy()
219 if (d_count(p) > ino_count) { in autofs_tree_busy()
324 unsigned int ino_count; in should_expire() local
379 ino_count = READ_ONCE(ino->count) + 1; in should_expire()
380 if (d_count(dentry) > ino_count) in should_expire()
396 ino_count = READ_ONCE(ino->count) + 1; in should_expire()
397 if (d_count(dentry) > ino_count) in should_expire()