1WRITEBACK_INODES_SB(9) The Linux VFS WRITEBACK_INODES_SB(9)
2
3
4
6 writeback_inodes_sb - writeback dirty inodes from given super_block
7
9 void writeback_inodes_sb(struct super_block * sb,
10 enum wb_reason reason);
11
13 sb
14 the superblock
15
16 reason
17 reason why some writeback work was initiated
18
20 Start writeback on some inodes on this super_block. No guarantees are
21 made on how many (if any) will be written, and this function does not
22 wait for IO completion of submitted IO.
23
25Kernel Hackers Manual 3.10 June 2019 WRITEBACK_INODES_SB(9)