Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwriteback.h43 struct writeback_control { struct
47 long pages_skipped; /* Pages which were not written */
54 loff_t range_start;
55 loff_t range_end;
57 enum writeback_sync_modes sync_mode;
59 unsigned for_kupdate:1; /* A kupdate writeback */
60 unsigned for_background:1; /* A background writeback */
63 unsigned range_cyclic:1; /* range_start is cyclic */
73 unsigned no_cgroup_owner:1;
80 struct swap_iocb **swap_plug;
[all …]