Name
evict_inodes —
evict all evictable inodes for a superblock
Synopsis
void evict_inodes ( | struct super_block * sb) ; |
Arguments
sb
superblock 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.