Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dwriteback.h359 __field(int, for_background)
372 __entry->for_background = work->for_background;
384 __entry->for_background,
457 __field(int, for_background)
471 __entry->for_background = wbc->for_background;
487 __entry->for_background,
Df2fs.h1323 __field(char, for_background)
1342 __entry->for_background = wbc->for_background;
1362 __entry->for_background,
/Linux-v5.4/include/linux/
Dwriteback.h67 unsigned for_background:1; /* A background writeback */ member
106 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
/Linux-v5.4/fs/
Dfs-writeback.c50 unsigned int for_background:1; member
1632 .for_background = work->for_background, in writeback_sb_inodes()
1865 if ((work->for_background || work->for_kupdate) && in wb_writeback()
1873 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
1885 } else if (work->for_background) in wb_writeback()
1957 .for_background = 1, in wb_check_background_flush()
/Linux-v5.4/fs/fuse/
Ddev.c84 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
86 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
105 static struct fuse_req *fuse_get_req(struct fuse_conn *fc, bool for_background) in fuse_get_req() argument
111 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req()
114 !fuse_block_alloc(fc, for_background))) in fuse_get_req()
131 if (for_background) in fuse_get_req()
141 if (for_background) in fuse_get_req()