/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | alternative.c | 1490 int do_sync; in text_poke_bp_batch() local 1522 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 1533 do_sync++; in text_poke_bp_batch() 1564 if (do_sync) { in text_poke_bp_batch() 1577 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 1582 do_sync++; in text_poke_bp_batch() 1585 if (do_sync) in text_poke_bp_batch()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | pgtable.h | 208 bool do_sync = false; local 216 do_sync = true; 219 if (do_sync)
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | quota.c | 891 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1107 int do_sync = 1; in need_sync() local 1122 do_sync = 0; in need_sync() 1125 do_sync = 0; in need_sync() 1131 do_sync = 0; in need_sync() 1134 return do_sync; in need_sync() 1178 do_sync(count, qda); in gfs2_quota_unlock() 1329 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | alternative.c | 2189 int do_sync; in text_poke_bp_batch() local 2231 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 2252 do_sync++; in text_poke_bp_batch() 2282 if (do_sync) { in text_poke_bp_batch() 2295 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 2305 do_sync++; in text_poke_bp_batch() 2308 if (do_sync) in text_poke_bp_batch()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | xpad.c | 979 bool do_sync = false; in xpadone_process_packet() local 994 do_sync = true; in xpadone_process_packet() 1011 do_sync = true; in xpadone_process_packet() 1126 do_sync = true; in xpadone_process_packet() 1129 if (do_sync) in xpadone_process_packet()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1504 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1595 if (do_sync) { in __ext2_write_inode()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | xattr.c | 1078 goto do_sync; in __ceph_setxattr() 1133 do_sync: in __ceph_setxattr()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1531 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1622 if (do_sync) { in __ext2_write_inode()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | quota.c | 908 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1184 do_sync(count, qda); in gfs2_quota_unlock() 1358 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | xattr.c | 1226 goto do_sync; in __ceph_setxattr() 1280 do_sync: in __ceph_setxattr()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | inode.c | 801 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument 832 if (do_sync) in ufs_update_inode()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 1133 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_read_request() local 1207 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request() 1226 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_write_one_disk() local 1256 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk()
|
H A D | raid1.c | 1208 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid1_read_request() local 1301 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 1178 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request() local 1256 read_bio->bi_opf = op | do_sync; in raid10_read_request() 1274 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_write_one_disk() local 1301 mbio->bi_opf = op | do_sync | do_fua; in raid10_write_one_disk()
|
H A D | raid1.c | 1223 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid1_read_request() local 1323 read_bio->bi_opf = op | do_sync; in raid1_read_request()
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | inode.c | 1673 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1885 if (do_sync) { in udf_update_inode()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | inode.c | 1695 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1907 if (do_sync) { in udf_update_inode()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.c | 639 goto do_sync; in f2fs_balance_fs_bg() 648 goto do_sync; in f2fs_balance_fs_bg() 655 do_sync: in f2fs_balance_fs_bg()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 488 goto do_sync; in f2fs_balance_fs_bg() 497 goto do_sync; in f2fs_balance_fs_bg() 504 do_sync: in f2fs_balance_fs_bg()
|