Lines Matching defs:writeback_control
60 struct writeback_control { struct
61 enum writeback_sync_modes sync_mode;
62 long nr_to_write; /* Write this many pages, and decrement
64 long pages_skipped; /* Pages which were not written */
71 loff_t range_start;
72 loff_t range_end;
74 unsigned for_kupdate:1; /* A kupdate writeback */
75 unsigned for_background:1; /* A background writeback */
76 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */
77 unsigned for_reclaim:1; /* Invoked from the page allocator */
78 unsigned range_cyclic:1; /* range_start is cyclic */