Searched refs:do_sync (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ceph/ |
| H A D | inode.c | 2548 bool do_sync = false; in __ceph_setattr() local 2552 do_sync = true; in __ceph_setattr() 2557 do_sync = true; in __ceph_setattr() 2569 do_sync = true; in __ceph_setattr() 2619 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr() 2648 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr() 2666 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr() 2680 if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) { in __ceph_setattr() 2697 if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) { in __ceph_setattr() 2701 } else if (!do_sync && (issued & CEPH_CAP_FILE_WR) && in __ceph_setattr() [all …]
|
| H A D | file.c | 371 bool do_sync = false; in ceph_open() local 398 do_sync = true; in ceph_open() 403 do_sync = true; in ceph_open() 415 do_sync = true; in ceph_open() 435 if (!do_sync && __ceph_is_any_real_caps(ci) && in ceph_open() 453 } else if (!do_sync && ceph_snap(inode) != CEPH_NOSNAP && in ceph_open()
|
| H A D | xattr.c | 1240 goto do_sync; in __ceph_setxattr() 1295 do_sync: in __ceph_setxattr()
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2918 int do_sync; in smp_text_poke_batch_finish() local 2961 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish() 2982 do_sync++; in smp_text_poke_batch_finish() 3012 if (do_sync) { in smp_text_poke_batch_finish() 3025 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish() 3035 do_sync++; in smp_text_poke_batch_finish() 3038 if (do_sync) in smp_text_poke_batch_finish()
|
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 1058 bool do_sync = false; in xpadone_process_packet() local 1073 do_sync = true; in xpadone_process_packet() 1090 do_sync = true; in xpadone_process_packet() 1220 do_sync = true; in xpadone_process_packet() 1223 if (do_sync) in xpadone_process_packet()
|
| /linux/fs/ext2/ |
| H A D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1512 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1603 if (do_sync) { in __ext2_write_inode()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 893 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/ufs/ |
| H A D | inode.c | 790 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument 821 if (do_sync) in ufs_update_inode()
|
| /linux/fs/udf/ |
| H A D | inode.c | 1728 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1942 if (do_sync) { in udf_update_inode()
|