try_to_writeback_inodes_sb (9) Linux Manual Page
try_to_writeback_inodes_sb – try to start writeback if none underway
Synopsis
- bool try_to_writeback_inodes_sb(struct super_block
* sb, enum wb_reasonreason);
Arguments
sb
-
- the superblock
reason
- reason why some writeback work was initiated
Description
Implement by try_to_writeback_inodes_sb_nr Returns 1 if writeback was started, 0 if not.
