Searched refs:do_sync (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | pgtable.h | 208 bool do_sync = false; local 216 do_sync = true; 219 if (do_sync)
|
| /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 | 2933 int do_sync; in smp_text_poke_batch_finish() local 2976 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish() 2997 do_sync++; in smp_text_poke_batch_finish() 3027 if (do_sync) { in smp_text_poke_batch_finish() 3040 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish() 3050 do_sync++; in smp_text_poke_batch_finish() 3053 if (do_sync) in smp_text_poke_batch_finish()
|
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 1063 bool do_sync = false; in xpadone_process_packet() local 1078 do_sync = true; in xpadone_process_packet() 1095 do_sync = true; in xpadone_process_packet() 1225 do_sync = true; in xpadone_process_packet() 1228 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 | 1725 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1939 if (do_sync) { in udf_update_inode()
|
| /linux/fs/f2fs/ |
| H A D | segment.c | 516 goto do_sync; in f2fs_balance_fs_bg() 525 goto do_sync; in f2fs_balance_fs_bg() 532 do_sync: in f2fs_balance_fs_bg()
|