Searched defs:writeback_control (Results 1 – 1 of 1) sorted by relevance
326 struct writeback_control { struct327 long nr_to_write; /* Write this many pages, and decrement329 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 */343 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */344 unsigned for_reclaim:1; /* Invoked from the page allocator */[all …]