Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dalternative.c2179 int do_sync; in text_poke_bp_batch() local
2221 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
2242 do_sync++; in text_poke_bp_batch()
2272 if (do_sync) { in text_poke_bp_batch()
2285 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
2295 do_sync++; in text_poke_bp_batch()
2298 if (do_sync) in text_poke_bp_batch()
/Linux-v6.6/arch/mips/include/asm/
Dpgtable.h208 bool do_sync = false; local
216 do_sync = true;
219 if (do_sync)
/Linux-v6.6/drivers/input/joystick/
Dxpad.c976 bool do_sync = false; in xpadone_process_packet() local
991 do_sync = true; in xpadone_process_packet()
1008 do_sync = true; in xpadone_process_packet()
1123 do_sync = true; in xpadone_process_packet()
1126 if (do_sync) in xpadone_process_packet()
/Linux-v6.6/fs/ext2/
Dinode.c43 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()
/Linux-v6.6/fs/gfs2/
Dquota.c897 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function
1173 do_sync(count, qda); in gfs2_quota_unlock()
1347 error = do_sync(num_qd, qda); in gfs2_quota_sync()
/Linux-v6.6/fs/ceph/
Dxattr.c1226 goto do_sync; in __ceph_setxattr()
1280 do_sync: in __ceph_setxattr()
/Linux-v6.6/fs/ufs/
Dinode.c801 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument
832 if (do_sync) in ufs_update_inode()
/Linux-v6.6/drivers/md/
Draid10.c1178 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()
Draid1.c1223 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()
/Linux-v6.6/fs/udf/
Dinode.c1695 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1907 if (do_sync) { in udf_update_inode()
/Linux-v6.6/fs/f2fs/
Dsegment.c488 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()