Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dalternative.c1943 int do_sync; in text_poke_bp_batch() local
1975 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
1996 do_sync++; in text_poke_bp_batch()
2026 if (do_sync) { in text_poke_bp_batch()
2039 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
2049 do_sync++; in text_poke_bp_batch()
2052 if (do_sync) in text_poke_bp_batch()
/linux-6.3-rc2/fs/gfs2/
A Dquota.c880 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-6.3-rc2/drivers/input/joystick/
A Dxpad.c968 bool do_sync = false; in xpadone_process_packet() local
983 do_sync = true; in xpadone_process_packet()
1000 do_sync = true; in xpadone_process_packet()
1111 do_sync = true; in xpadone_process_packet()
1114 if (do_sync) in xpadone_process_packet()
/linux-6.3-rc2/fs/ext2/
A Dinode.c43 static int __ext2_write_inode(struct inode *inode, int do_sync);
1486 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument
1577 if (do_sync) { in __ext2_write_inode()
/linux-6.3-rc2/fs/ceph/
A Dxattr.c1193 goto do_sync; in __ceph_setxattr()
1247 do_sync: in __ceph_setxattr()
/linux-6.3-rc2/fs/ufs/
A Dinode.c798 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-6.3-rc2/drivers/md/
A Draid10.c1181 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request() local
1257 read_bio->bi_opf = 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 mbio->bi_opf = op | do_sync | do_fua; in raid10_write_one_disk()
A Draid1.c1224 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid1_read_request() local
1324 read_bio->bi_opf = op | do_sync; in raid1_read_request()
/linux-6.3-rc2/fs/udf/
A Dinode.c1698 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1910 if (do_sync) { in udf_update_inode()
/linux-6.3-rc2/fs/f2fs/
A Dsegment.c478 goto do_sync; in f2fs_balance_fs_bg()
487 goto do_sync; in f2fs_balance_fs_bg()
494 do_sync: in f2fs_balance_fs_bg()

Completed in 52 milliseconds