table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
WRITEBACK_INODES_SB(9) | The Linux VFS | WRITEBACK_INODES_SB(9) |
NAME¶
writeback_inodes_sb - writeback dirty inodes from given super_blockSYNOPSIS¶
void
writeback_inodes_sb(struct super_block * sb,
enum wb_reason reason);
ARGUMENTS¶
sbthe superblock
reason
reason why some writeback work was initiated
DESCRIPTION¶
Start 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.COPYRIGHT¶
May 2018 | Kernel Hackers Manual 4.9. |