Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/include/asm/
H A Dpgtable.h208 bool do_sync = false; local
216 do_sync = true;
219 if (do_sync)
/linux-6.15/fs/ceph/
H A Dinode.c2493 bool do_sync = false; in __ceph_setattr() local
2497 do_sync = true; in __ceph_setattr()
2501 do_sync = true; in __ceph_setattr()
2513 do_sync = true; in __ceph_setattr()
2563 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2592 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2610 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2624 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2643 if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) { in __ceph_setattr()
2647 } else if (!do_sync && (issued & CEPH_CAP_FILE_WR) && in __ceph_setattr()
[all …]
H A Dfile.c373 bool do_sync = false; in ceph_open() local
400 do_sync = true; in ceph_open()
404 do_sync = true; in ceph_open()
416 do_sync = true; in ceph_open()
436 if (!do_sync && __ceph_is_any_real_caps(ci) && in ceph_open()
454 } else if (!do_sync && ceph_snap(inode) != CEPH_NOSNAP && in ceph_open()
H A Dxattr.c1242 goto do_sync; in __ceph_setxattr()
1297 do_sync: in __ceph_setxattr()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c2930 int do_sync; in text_poke_bp_batch() local
2972 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
2993 do_sync++; in text_poke_bp_batch()
3023 if (do_sync) { in text_poke_bp_batch()
3036 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
3046 do_sync++; in text_poke_bp_batch()
3049 if (do_sync) in text_poke_bp_batch()
/linux-6.15/drivers/input/joystick/
H A Dxpad.c1045 bool do_sync = false; in xpadone_process_packet() local
1060 do_sync = true; in xpadone_process_packet()
1077 do_sync = true; in xpadone_process_packet()
1196 do_sync = true; in xpadone_process_packet()
1199 if (do_sync) in xpadone_process_packet()
/linux-6.15/fs/ext2/
H A Dinode.c43 static int __ext2_write_inode(struct inode *inode, int do_sync);
1501 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument
1592 if (do_sync) { in __ext2_write_inode()
/linux-6.15/fs/gfs2/
H A Dquota.c892 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda, in do_sync() function
1186 do_sync(count, qda, sync_gen); in gfs2_quota_unlock()
1357 error = do_sync(num_qd, qda, sync_gen); in gfs2_quota_sync()
/linux-6.15/fs/ufs/
H A Dinode.c788 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument
819 if (do_sync) in ufs_update_inode()
/linux-6.15/fs/udf/
H A Dinode.c1721 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1935 if (do_sync) { in udf_update_inode()
/linux-6.15/fs/f2fs/
H A Dsegment.c505 goto do_sync; in f2fs_balance_fs_bg()
514 goto do_sync; in f2fs_balance_fs_bg()
521 do_sync: in f2fs_balance_fs_bg()