Searched refs:do_sync (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/arch/x86/kernel/ |
D | alternative.c | 1475 int do_sync; in text_poke_bp_batch() local 1507 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 1518 do_sync++; in text_poke_bp_batch() 1549 if (do_sync) { in text_poke_bp_batch() 1562 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 1567 do_sync++; in text_poke_bp_batch() 1570 if (do_sync) in text_poke_bp_batch()
|
/Linux-v6.1/fs/gfs2/ |
D | quota.c | 880 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1096 int do_sync = 1; in need_sync() local 1111 do_sync = 0; in need_sync() 1114 do_sync = 0; in need_sync() 1120 do_sync = 0; in need_sync() 1123 return do_sync; in need_sync() 1167 do_sync(count, qda); in gfs2_quota_unlock() 1318 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/Linux-v6.1/drivers/input/joystick/ |
D | xpad.c | 966 bool do_sync = false; in xpadone_process_packet() local 981 do_sync = true; in xpadone_process_packet() 998 do_sync = true; in xpadone_process_packet() 1109 do_sync = true; in xpadone_process_packet() 1112 if (do_sync) in xpadone_process_packet()
|
/Linux-v6.1/fs/ext2/ |
D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1492 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1583 if (do_sync) { in __ext2_write_inode()
|
/Linux-v6.1/fs/ceph/ |
D | xattr.c | 1193 goto do_sync; in __ceph_setxattr() 1247 do_sync: in __ceph_setxattr()
|
/Linux-v6.1/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-v6.1/drivers/md/ |
D | raid10.c | 1181 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request() local 1257 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request() 1275 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_write_one_disk() local 1304 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk()
|
D | raid1.c | 1224 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid1_read_request() local 1324 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request()
|
/Linux-v6.1/fs/udf/ |
D | inode.c | 1675 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1883 if (do_sync) { in udf_update_inode()
|
/Linux-v6.1/fs/f2fs/ |
D | segment.c | 454 goto do_sync; in f2fs_balance_fs_bg() 463 goto do_sync; in f2fs_balance_fs_bg() 470 do_sync: in f2fs_balance_fs_bg()
|