Searched refs:sync_mode (Results 76 - 98 of 98) sorted by relevance

1234

/linux-master/fs/gfs2/
H A Dsuper.c450 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip));
/linux-master/fs/ext2/
H A Dinode.c1609 return __ext2_write_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/linux-master/mm/
H A Dzswap.c1134 .sync_mode = WB_SYNC_NONE,
H A Dmigrate.c880 .sync_mode = WB_SYNC_NONE,
H A Dvmscan.c651 .sync_mode = WB_SYNC_NONE,
/linux-master/drivers/scsi/aacraid/
H A Daachba.c1237 !dev->sync_mode) {
1365 !dev->sync_mode) {
2303 if (!dev->sync_mode && dev->sa_firmware &&
H A Daacraid.h1664 int sync_mode; member in struct:aac_dev
/linux-master/drivers/tty/
H A Dsynclink_gt.c419 static void sync_mode(struct slgt_info *info);
2416 sync_mode(info);
4140 static void sync_mode(struct slgt_info *info) function
/linux-master/fs/ocfs2/
H A Djournal.c846 .sync_mode = WB_SYNC_ALL,
/linux-master/fs/
H A Ddax.c1038 if (mapping_empty(mapping) || wbc->sync_mode != WB_SYNC_ALL)
H A Dbuffer.c1786 * (wbc->sync_mode == WB_SYNC_NONE) then it will redirty a page which has a
1791 * If block_write_full_folio() is called with wbc->sync_mode ==
1868 if (wbc->sync_mode != WB_SYNC_NONE) {
/linux-master/fs/fat/
H A Dinode.c922 err = __fat_write_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/linux-master/fs/f2fs/
H A Dcompress.c1488 if (wbc->sync_mode == WB_SYNC_NONE)
H A Dfile.c260 .sync_mode = WB_SYNC_ALL,
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c151 * These modes can be set using the iaa_crypto sync_mode driver
220 static DRIVER_ATTR_RW(sync_mode);
/linux-master/fs/smb/client/
H A Dcifsglob.h1523 enum writeback_sync_modes sync_mode; member in struct:cifs_writedata
/linux-master/fs/udf/
H A Dinode.c1683 return udf_update_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/linux-master/fs/ntfs3/
H A Dinode.c1046 return _ni_write_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/linux-master/fs/btrfs/
H A Dinode.c1080 .sync_mode = WB_SYNC_ALL,
9431 .sync_mode = WB_SYNC_NONE,
9448 .sync_mode = WB_SYNC_NONE,
H A Ddisk-io.c502 if (wbc->sync_mode == WB_SYNC_NONE) {
/linux-master/fs/ext4/
H A Dsuper.c585 .sync_mode = WB_SYNC_ALL,
1577 .sync_mode = WB_SYNC_ALL
/linux-master/fs/fuse/
H A Dfile.c2361 if (wbc->sync_mode == WB_SYNC_NONE &&
/linux-master/fs/ceph/
H A Dcaps.c2541 int wait = (wbc->sync_mode == WB_SYNC_ALL && !wbc->for_sync);

Completed in 694 milliseconds

1234