Home
last modified time | relevance | path

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

/fs/
Dfs-writeback.c51 unsigned int for_sync:1; /* sync(2) WB_SYNC_ALL writeback */ member
1242 else if (!work->for_sync) { in move_expired_inodes()
1461 if (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync) { in __writeback_single_inode()
1633 .for_sync = work->for_sync, in writeback_sb_inodes()
2540 .for_sync = 1, in sync_inodes_sb()
/fs/ext4/
Dinode.c5489 if (wbc->sync_mode != WB_SYNC_ALL || wbc->for_sync) in ext4_write_inode()
5504 if (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync) in ext4_write_inode()
/fs/ceph/
Dcaps.c2282 int wait = (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync); in ceph_write_inode()