Query: writeback_inodes_sb
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WRITEBACK_INODES_SB(9) The Linux VFS WRITEBACK_INODES_SB(9)NAMEwriteback_inodes_sb - writeback dirty inodes from given super_blockSYNOPSISvoid writeback_inodes_sb(struct super_block * sb);ARGUMENTSsb the superblockDESCRIPTIONStart writeback on some inodes on this super_block. No guarantees are made on how many (if any) will be written, and this function does not wait for IO completion of submitted IO. The number of pages submitted is returned.COPYRIGHTKernel Hackers Manual 2.6. July 2010 WRITEBACK_INODES_SB(9)