Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dpgtable.h208 bool do_sync = false; local
216 do_sync = true;
219 if (do_sync)
/linux/fs/ceph/
H A Dinode.c2548 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 Dfile.c371 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 Dxattr.c1240 goto do_sync; in __ceph_setxattr()
1295 do_sync: in __ceph_setxattr()
/linux/arch/x86/kernel/
H A Dalternative.c2883 int do_sync; in smp_text_poke_batch_finish() local
2926 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish()
2947 do_sync++; in smp_text_poke_batch_finish()
2977 if (do_sync) { in smp_text_poke_batch_finish()
2990 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish()
3000 do_sync++; in smp_text_poke_batch_finish()
3003 if (do_sync) in smp_text_poke_batch_finish()
/linux/fs/ext2/
H A Dinode.c43 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/ufs/
H A Dinode.c790 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 Dinode.c1728 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1942 if (do_sync) { in udf_update_inode()
/linux/fs/f2fs/
H A Dsegment.c515 goto do_sync; in f2fs_balance_fs_bg()
524 goto do_sync; in f2fs_balance_fs_bg()
531 do_sync: in f2fs_balance_fs_bg()