Lines Matching defs:writeback_control
66 struct writeback_control { struct
67 long nr_to_write; /* Write this many pages, and decrement
69 long pages_skipped; /* Pages which were not written */
76 loff_t range_start;
77 loff_t range_end;
79 enum writeback_sync_modes sync_mode;
81 unsigned for_kupdate:1; /* A kupdate writeback */
82 unsigned for_background:1; /* A background writeback */
83 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */
84 unsigned for_reclaim:1; /* Invoked from the page allocator */
85 unsigned range_cyclic:1; /* range_start is cyclic */
86 unsigned for_sync:1; /* sync(2) WB_SYNC_ALL writeback */