Searched defs:wb_writeback_work (Results 1 – 1 of 1) sorted by relevance
42 struct wb_writeback_work { struct43 long nr_pages;44 struct super_block *sb;45 enum writeback_sync_modes sync_mode;46 unsigned int tagged_writepages:1;47 unsigned int for_kupdate:1;48 unsigned int range_cyclic:1;49 unsigned int for_background:1;50 unsigned int for_sync:1; /* sync(2) WB_SYNC_ALL writeback */51 unsigned int auto_free:1; /* free on completion */[all …]