table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
EVICT_INODES(9) | The Linux VFS | EVICT_INODES(9) |
NAME¶
evict_inodes - evict all evictable inodes for a superblockSYNOPSIS¶
void
evict_inodes(struct super_block * sb);
ARGUMENTS¶
sbsuperblock to operate on
DESCRIPTION¶
Make sure that no inodes with zero refcount are retained. This is called by superblock shutdown after having MS_ACTIVE flag removed, so any inode reaching zero refcount during or after that call will be immediately evicted.COPYRIGHT¶
May 2018 | Kernel Hackers Manual 4.9. |