Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dwriteback.h356 __field(int, for_background)
367 __entry->for_background = work->for_background;
379 __entry->for_background,
452 __field(int, for_background)
466 __entry->for_background = wbc->for_background;
482 __entry->for_background,
H A Df2fs.h1344 __field(char, for_background)
1363 __entry->for_background = wbc->for_background;
1383 __entry->for_background,
/OK3568_Linux_fs/kernel/include/linux/
H A Dwriteback.h67 unsigned for_background:1; /* A background writeback */ member
106 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
/OK3568_Linux_fs/kernel/fs/
H A Dfs-writeback.c49 unsigned int for_background:1; member
1645 .for_background = work->for_background, in writeback_sb_inodes()
1878 if ((work->for_background || work->for_kupdate) && in wb_writeback()
1886 if (work->for_background && !wb_over_bg_thresh(wb)) in wb_writeback()
1898 } else if (work->for_background) in wb_writeback()
1970 .for_background = 1, in wb_check_background_flush()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c86 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc() argument
88 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
107 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req() argument
114 if (fuse_block_alloc(fc, for_background)) { in fuse_get_req()
117 !fuse_block_alloc(fc, for_background))) in fuse_get_req()
134 if (for_background) in fuse_get_req()
144 if (for_background) in fuse_get_req()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h323 unsigned for_background:1; /* A background writeback */ member