1INVALIDATE_INODES(9)             The Linux VFS            INVALIDATE_INODES(9)
2
3
4

NAME

6       invalidate_inodes - discard the inodes on a device
7

SYNOPSIS

9       int invalidate_inodes(struct super_block * sb);
10

ARGUMENTS

12       sb
13           superblock
14

DESCRIPTION

16       Discard all of the inodes for a given superblock. If the discard fails
17       because there are busy inodes then a non zero value is returned. If the
18       discard is successful all the inodes have been discarded.
19
21Kernel Hackers Manual 2.6.       November 2011            INVALIDATE_INODES(9)
Impressum