Home
last modified time | relevance | path

Searched defs:wb_writeback_work (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dfs-writeback.c38 struct wb_writeback_work { struct
39 long nr_pages;
40 struct super_block *sb;
41 enum writeback_sync_modes sync_mode;
42 unsigned int tagged_writepages:1;
43 unsigned int for_kupdate:1;
44 unsigned int range_cyclic:1;
45 unsigned int for_background:1;
46 unsigned int for_sync:1; /* sync(2) WB_SYNC_ALL writeback */
47 unsigned int auto_free:1; /* free on completion */
[all …]