Searched refs:do_sync (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | quota.c | 868 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1081 int do_sync = 1; in need_sync() local 1096 do_sync = 0; in need_sync() 1099 do_sync = 0; in need_sync() 1105 do_sync = 0; in need_sync() 1108 return do_sync; in need_sync() 1152 do_sync(count, qda); in gfs2_quota_unlock() 1304 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/Linux-v4.19/fs/exofs/ |
D | inode.c | 1366 static int exofs_update_inode(struct inode *inode, int do_sync) in exofs_update_inode() argument 1423 if (!do_sync) { in exofs_update_inode() 1430 if (!do_sync && !ret) { in exofs_update_inode() 1440 inode->i_ino, do_sync, ret); in exofs_update_inode()
|
/Linux-v4.19/fs/ext2/ |
D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1529 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1620 if (do_sync) { in __ext2_write_inode()
|
/Linux-v4.19/fs/ceph/ |
D | xattr.c | 1065 goto do_sync; in __ceph_setxattr() 1116 do_sync: in __ceph_setxattr()
|
/Linux-v4.19/fs/ufs/ |
D | inode.c | 797 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-v4.19/drivers/md/ |
D | raid10.c | 1132 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_read_request() local 1227 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request() 1246 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_write_one_disk() local 1276 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk()
|
D | raid1.c | 1196 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid1_read_request() local 1289 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request()
|
/Linux-v4.19/fs/udf/ |
D | inode.c | 1605 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1806 if (do_sync) { in udf_update_inode()
|