Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwriteback.h51 struct writeback_control { struct
52 long nr_to_write; /* Write this many pages, and decrement
54 long pages_skipped; /* Pages which were not written */
61 loff_t range_start;
62 loff_t range_end;
64 enum writeback_sync_modes sync_mode;
66 unsigned for_kupdate:1; /* A kupdate writeback */
67 unsigned for_background:1; /* A background writeback */
68 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */
69 unsigned for_reclaim:1; /* Invoked from the page allocator */
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h307 struct writeback_control { struct
308 long nr_to_write; /* Write this many pages, and decrement
310 long pages_skipped; /* Pages which were not written */
317 loff_t range_start;
318 loff_t range_end;
320 enum writeback_sync_modes sync_mode;
322 unsigned for_kupdate:1; /* A kupdate writeback */
323 unsigned for_background:1; /* A background writeback */
324 unsigned tagged_writepages:1; /* tag-and-write to avoid livelock */
325 unsigned for_reclaim:1; /* Invoked from the page allocator */
[all …]