Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H 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 */
62 unsigned for_sync:1; /* sync(2) WB_SYNC_ALL writeback */
[all …]
/openbmc/u-boot/include/linux/
H A Dcompat.h326 struct writeback_control { struct
327 long nr_to_write; /* Write this many pages, and decrement
329 long pages_skipped; /* Pages which were not written */
336 loff_t range_start;
337 loff_t range_end;
339 enum writeback_sync_modes sync_mode;
341 unsigned for_kupdate:1; /* A kupdate writeback */
342 unsigned for_background:1; /* A background writeback */
344 unsigned for_reclaim:1; /* Invoked from the page allocator */
345 unsigned range_cyclic:1; /* range_start is cyclic */
[all …]