Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dalternative.c1477 int do_sync; in text_poke_bp_batch() local
1509 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
1520 do_sync++; in text_poke_bp_batch()
1551 if (do_sync) { in text_poke_bp_batch()
1564 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
1569 do_sync++; in text_poke_bp_batch()
1572 if (do_sync) in text_poke_bp_batch()
/kernel/linux/linux-5.10/fs/gfs2/
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()
/kernel/linux/linux-5.10/fs/ext2/
Dinode.c43 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-5.10/fs/ceph/
Dxattr.c1078 goto do_sync; in __ceph_setxattr()
1133 do_sync: in __ceph_setxattr()
/kernel/linux/linux-5.10/fs/ufs/
Dinode.c797 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-5.10/drivers/md/
Draid10.c1123 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_read_request() local
1197 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request()
1216 const unsigned long do_sync = (bio->bi_opf & REQ_SYNC); in raid10_write_one_disk() local
1246 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk()
Draid1.c1208 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-5.10/fs/udf/
Dinode.c1672 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1880 if (do_sync) { in udf_update_inode()
/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.c639 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()