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

/linux-4.1.27/fs/autofs4/
H A Dexpire.c246 unsigned int ino_count = atomic_read(&ino->count); autofs4_tree_busy() local
250 ino_count += 2; autofs4_tree_busy()
252 ino_count++; autofs4_tree_busy()
254 if (d_count(p) > ino_count) { autofs4_tree_busy()
352 unsigned int ino_count; should_expire() local
394 ino_count = atomic_read(&ino->count) + 1; should_expire()
395 if (d_count(dentry) > ino_count) should_expire()
407 ino_count = atomic_read(&ino->count) + 1; should_expire()
408 if (d_count(dentry) > ino_count) should_expire()

Completed in 76 milliseconds