Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwriteback.h68 struct writeback_control { struct
69 long nr_to_write; /* Write this many pages, and decrement
71 long pages_skipped; /* Pages which were not written */
78 loff_t range_start;
79 loff_t range_end;
81 enum writeback_sync_modes sync_mode;
83 unsigned for_kupdate:1; /* A kupdate writeback */
84 unsigned for_background:1; /* A background writeback */
85 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */
86 unsigned for_reclaim:1; /* Invoked from the page allocator */
[all …]