Query: invalidate_inodes
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INVALIDATE_INODES(9) The Linux VFS INVALIDATE_INODES(9)NAMEinvalidate_inodes - discard the inodes on a deviceSYNOPSISint invalidate_inodes(struct super_block * sb);ARGUMENTSsb superblockDESCRIPTIONDiscard all of the inodes for a given superblock. If the discard fails because there are busy inodes then a non zero value is returned. If the discard is successful all the inodes have been discarded.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INVALIDATE_INODES(9)