Searched refs:do_sync (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/arch/x86/kernel/ |
D | alternative.c | 1094 int do_sync; in text_poke_bp_batch() local 1119 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 1130 do_sync++; in text_poke_bp_batch() 1161 if (do_sync) { in text_poke_bp_batch() 1174 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 1179 do_sync++; in text_poke_bp_batch() 1182 if (do_sync) in text_poke_bp_batch()
|
/Linux-v5.15/fs/gfs2/ |
D | quota.c | 872 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1088 int do_sync = 1; in need_sync() local 1103 do_sync = 0; in need_sync() 1106 do_sync = 0; in need_sync() 1112 do_sync = 0; in need_sync() 1115 return do_sync; in need_sync() 1159 do_sync(count, qda); in gfs2_quota_unlock() 1310 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/Linux-v5.15/fs/ext2/ |
D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1535 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1626 if (do_sync) { in __ext2_write_inode()
|
/Linux-v5.15/fs/ceph/ |
D | xattr.c | 1171 goto do_sync; in __ceph_setxattr() 1226 do_sync: in __ceph_setxattr()
|
/Linux-v5.15/fs/ufs/ |
D | inode.c | 798 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument 829 if (do_sync) in ufs_update_inode()
|
/Linux-v5.15/drivers/md/ |
D | raid10.c | 1124 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_read_request() local 1200 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request() 1218 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_write_one_disk() local 1248 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk()
|
D | raid1.c | 1210 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid1_read_request() local 1306 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request()
|
/Linux-v5.15/fs/udf/ |
D | inode.c | 1681 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1889 if (do_sync) { in udf_update_inode()
|
/Linux-v5.15/fs/f2fs/ |
D | segment.c | 552 goto do_sync; in f2fs_balance_fs_bg() 561 goto do_sync; in f2fs_balance_fs_bg() 568 do_sync: in f2fs_balance_fs_bg()
|