Home
last modified time | relevance | path

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

/openbmc/linux/fs/autofs/
H A Dexpire.c214 unsigned int ino_count = READ_ONCE(ino->count); in autofs_tree_busy() local
218 ino_count += 2; in autofs_tree_busy()
220 ino_count++; in autofs_tree_busy()
222 if (d_count(p) > ino_count) { in autofs_tree_busy()
327 unsigned int ino_count; in should_expire() local
382 ino_count = READ_ONCE(ino->count) + 1; in should_expire()
383 if (d_count(dentry) > ino_count) in should_expire()
399 ino_count = READ_ONCE(ino->count) + 1; in should_expire()
400 if (d_count(dentry) > ino_count) in should_expire()
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py83 self.ino_count = 1
94 self.ino_map[path] = self.ino_count
95 self.ino_count += 1