Home
last modified time | relevance | path

Searched refs:for_sync (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/
H A Dfs-writeback.c50 unsigned int for_sync:1; /* sync(2) WB_SYNC_ALL writeback */ member
1458 if (!work->for_sync) in queue_io()
1634 if (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync) { in __writeback_single_inode()
1832 .for_sync = work->for_sync, in writeback_sb_inodes()
2746 .for_sync = 1, in sync_inodes_sb()
/openbmc/linux/include/linux/
H A Dwriteback.h62 unsigned for_sync:1; /* sync(2) WB_SYNC_ALL writeback */ member
/openbmc/u-boot/include/linux/
H A Dcompat.h346 unsigned for_sync:1; /* sync(2) WB_SYNC_ALL writeback */ member
/openbmc/linux/include/trace/events/
H A Df2fs.h1379 __field(char, for_sync)
1398 __entry->for_sync = wbc->for_sync;
1418 __entry->for_sync)
/openbmc/linux/fs/btrfs/
H A Dzoned.c1794 (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync)) in check_bg_is_active()
1876 if (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync) in btrfs_check_meta_write_pointer()
/openbmc/linux/fs/nfs/
H A Dwrite.c728 wbc->for_background || wbc->for_sync || wbc->for_reclaim) { in nfs_writepages()
/openbmc/linux/fs/ext4/
H A Dinode.c5232 if (wbc->sync_mode != WB_SYNC_ALL || wbc->for_sync) in ext4_write_inode()
5247 if (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync) in ext4_write_inode()
/openbmc/linux/fs/ceph/
H A Dcaps.c2486 int wait = (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync); in ceph_write_inode()