Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dquota.c865 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function
1078 int do_sync = 1; in need_sync() local
1093 do_sync = 0; in need_sync()
1096 do_sync = 0; in need_sync()
1102 do_sync = 0; in need_sync()
1105 return do_sync; in need_sync()
1149 do_sync(count, qda); in gfs2_quota_unlock()
1301 error = do_sync(num_qd, qda); in gfs2_quota_sync()
/Linux-v5.4/fs/ext2/
Dinode.c43 static int __ext2_write_inode(struct inode *inode, int do_sync);
1532 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument
1623 if (do_sync) { in __ext2_write_inode()
/Linux-v5.4/fs/ceph/
Dxattr.c1069 goto do_sync; in __ceph_setxattr()
1123 do_sync: in __ceph_setxattr()
/Linux-v5.4/fs/ufs/
Dinode.c797 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument
828 if (do_sync) in ufs_update_inode()
/Linux-v5.4/drivers/staging/exfat/
Dexfat_super.c289 static inline void fs_sync(struct super_block *sb, bool do_sync) in fs_sync() argument
291 if (do_sync) in fs_sync()
522 static int ffsSyncVol(struct super_block *sb, bool do_sync) in ffsSyncVol() argument
531 fs_sync(sb, do_sync); in ffsSyncVol()
/Linux-v5.4/drivers/md/
Draid10.c1140 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_read_request() local
1214 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request()
1233 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_write_one_disk() local
1263 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk()
Draid1.c1220 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid1_read_request() local
1313 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request()
/Linux-v5.4/fs/udf/
Dinode.c1678 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1886 if (do_sync) { in udf_update_inode()