1INVALIDATE_INODES(9) The Linux VFS INVALIDATE_INODES(9)
23
4
NAME
6invalidate_inodes - discard the inodes on a device
7
SYNOPSIS
9int invalidate_inodes(struct super_block * sb);
10
ARGUMENTS
12sb
13superblock
14
DESCRIPTION
16Discard all of the inodes for a given superblock. If the discard fails
17because there are busy inodes then a non zero value is returned. If the
18discard is successful all the inodes have been discarded.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 INVALIDATE_INODES(9)