Lines Matching full:writeback
3 * include/linux/writeback.h
31 * fs/fs-writeback.c
39 * A control structure which tells the writeback code what to do. These are
59 unsigned for_kupdate:1; /* A kupdate writeback */
60 unsigned for_background:1; /* A background writeback */
64 unsigned for_sync:1; /* sync(2) WB_SYNC_ALL writeback */
68 * When writeback IOs are bounced through async layers, only the
91 struct bdi_writeback *wb; /* wb this writeback is issued under */
134 * Scale the writeback cache size proportional to the relative
138 * on page writeback completions [end_page_writeback()]. Those
148 * of this period itself is measured in page writeback completions.
189 * fs/fs-writeback.c
203 /* writeback.h requires fs.h; it, too, is not included from here. */
263 * alternative entry point into writeback code, and first ensures @inode is
275 * wbc_init_bio - writeback specific initializtion of bio
276 * @wbc: writeback_control for the writeback in progress
279 * @bio is a part of the writeback in progress controlled by @wbc. Perform
280 * writeback specific initialization. This is used to apply the cgroup
281 * writeback context. Must be called after the bio has been associated with
290 * regular writeback instead of writing things out itself. in wbc_init_bio()
338 * mm/page-writeback.c