Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dinode.c2589 bool do_sync = false; in __ceph_setattr() local
2593 do_sync = true; in __ceph_setattr()
2598 do_sync = true; in __ceph_setattr()
2610 do_sync = true; in __ceph_setattr()
2660 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2689 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2707 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2721 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr()
2738 if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) { in __ceph_setattr()
2742 } else if (!do_sync && (issued & CEPH_CAP_FILE_WR) && in __ceph_setattr()
[all …]
H A Dxattr.c1240 goto do_sync; in __ceph_setxattr()
1270 goto do_sync; in __ceph_setxattr()
1311 do_sync: in __ceph_setxattr()
H A Dfile.c390 bool do_sync = false; in ceph_open() local
417 do_sync = true; in ceph_open()
422 do_sync = true; in ceph_open()
434 do_sync = true; in ceph_open()
454 if (!do_sync && __ceph_is_any_real_caps(ci) && in ceph_open()
472 } else if (!do_sync && ceph_snap(inode) != CEPH_NOSNAP && in ceph_open()
/linux/arch/x86/kernel/
H A Dalternative.c2945 int do_sync; in smp_text_poke_batch_finish() local
2988 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish()
3009 do_sync++; in smp_text_poke_batch_finish()
3039 if (do_sync) { in smp_text_poke_batch_finish()
3052 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish()
3062 do_sync++; in smp_text_poke_batch_finish()
3065 if (do_sync) in smp_text_poke_batch_finish()
/linux/drivers/input/joystick/
H A Dxpad.c1036 bool do_sync = false; in xpadone_process_packet() local
1051 do_sync = true; in xpadone_process_packet()
1068 do_sync = true; in xpadone_process_packet()
1198 do_sync = true; in xpadone_process_packet()
1201 if (do_sync) in xpadone_process_packet()
/linux/fs/gfs2/
H A Dquota.c893 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda, in do_sync() function
1187 do_sync(count, qda, sync_gen); in gfs2_quota_unlock()
1358 error = do_sync(num_qd, qda, sync_gen); in gfs2_quota_sync()
/linux/fs/udf/
H A Dinode.c1726 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1940 if (do_sync) { in udf_update_inode()