Try to start writeback if none underway
int try_to_writeback_inodes_sb(struct super_block * sb, enum wb_reason reason);
sb
the superblock
reason
reason why some writeback work was initiated
Implement by try_to_writeback_inodes_sb_nr Returns 1 if writeback was started, 0 if not.