Home
last modified time | relevance | path

Searched refs:for_background (Results 1 – 6 of 6) sorted by relevance

/linux/include/trace/events/
H A Dwriteback.h394 __field(int, for_background)
405 __entry->for_background = work->for_background;
417 __entry->for_background,
490 __field(int, for_background)
503 __entry->for_background = wbc->for_background;
517 __entry->for_background,
H A Df2fs.h1514 __field(char, for_background)
1532 __entry->for_background = wbc->for_background;
1551 __entry->for_background,
/linux/include/linux/
H A Dwriteback.h60 unsigned for_background:1; /* A background writeback */ member
99 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
/linux/fs/
H A Dfs-writeback.c45 unsigned int for_background:1; member
1940 .for_background = work->for_background, in writeback_sb_inodes()
2183 if ((work->for_background || work->for_kupdate) && in wb_writeback()
2191 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
2209 } else if (work->for_background) in wb_writeback()
2283 .for_background = 1, in wb_check_background_flush()
/linux/fs/fuse/
H A Ddev.c172 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
174 return !fc->initialized || (for_background && fc->blocked) || in fuse_block_alloc()
196 bool for_background) in fuse_get_req() argument
207 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req()
210 !fuse_block_alloc(fc, for_background), in fuse_get_req()
228 if (for_background) in fuse_get_req()
236 if (for_background) in fuse_get_req()
/linux/fs/nfs/
H A Dwrite.c673 wbc->for_background || wbc->for_sync) { in nfs_writepages()