Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dwriteback.h365 __field(int, for_background)
376 __entry->for_background = work->for_background;
388 __entry->for_background,
461 __field(int, for_background)
475 __entry->for_background = wbc->for_background;
491 __entry->for_background,
A Df2fs.h1474 __field(char, for_background)
1493 __entry->for_background = wbc->for_background;
1513 __entry->for_background,
/linux/include/linux/
A Dwriteback.h60 unsigned for_background:1; /* A background writeback */ member
110 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
/linux/fs/
A Dfs-writeback.c49 unsigned int for_background:1; member
1864 .for_background = work->for_background, in writeback_sb_inodes()
2101 if ((work->for_background || work->for_kupdate) && in wb_writeback()
2109 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
2127 } else if (work->for_background) in wb_writeback()
2201 .for_background = 1, in wb_check_background_flush()
/linux/fs/fuse/
A Ddev.c90 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
92 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
113 bool for_background) in fuse_get_req() argument
124 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req()
127 !fuse_block_alloc(fc, for_background))) in fuse_get_req()
144 if (for_background) in fuse_get_req()
152 if (for_background) in fuse_get_req()
/linux/fs/nfs/
A Dwrite.c732 wbc->for_background || wbc->for_sync || wbc->for_reclaim) { in nfs_writepages()

Completed in 28 milliseconds