1SYNC_INODES_SB(9) The Linux VFS SYNC_INODES_SB(9)
23
4
NAME
6sync_inodes_sb - sync sb inode pages
7
SYNOPSIS
9void sync_inodes_sb(struct super_block * sb);
10
ARGUMENTS
12sb
13the superblock
14
DESCRIPTION
16This function writes and waits on any dirty inode belonging to this
17super_block. The number of pages synced is returned.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 SYNC_INODES_SB(9)