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 enum wb_reason reason);
11
13 sb
14 the superblock
15
16 nr
17 the number of pages to write
18
19 reason
20 reason why some writeback work initiated
21
23 Start writeback on some inodes on this super_block. No guarantees are
24 made on how many (if any) will be written, and this function does not
25 wait for IO completion of submitted IO.
26
28Kernel Hackers Manual 3.10 June 2019 WRITEBACK_INODES_SB_(9)