1WRITEBACK_INODES_SB_(9) The Linux VFS WRITEBACK_INODES_SB_(9)
2
3
4
6 writeback_inodes_sb_nr - writeback dirty inodes from given super_block
7
9 void writeback_inodes_sb_nr(struct super_block * sb, unsigned long nr);
10
12 sb
13 the superblock
14
15 nr
16 the number of pages to write
17
19 Start writeback on some inodes on this super_block. No guarantees are
20 made on how many (if any) will be written, and this function does not
21 wait for IO completion of submitted IO.
22
24Kernel Hackers Manual 2.6. June 2019 WRITEBACK_INODES_SB_(9)