Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dwriteback.h42 struct writeback_control { struct
43 long nr_to_write; /* Write this many pages, and decrement
45 long pages_skipped; /* Pages which were not written */
52 loff_t range_start;
53 loff_t range_end;
55 enum writeback_sync_modes sync_mode;
57 unsigned for_kupdate:1; /* A kupdate writeback */
58 unsigned for_background:1; /* A background writeback */
61 unsigned range_cyclic:1; /* range_start is cyclic */
71 unsigned no_cgroup_owner:1;
[all …]

Completed in 5 milliseconds