Symbol: do_sync
arch/mips/include/asm/pgtable.h
208
bool do_sync = false;
arch/mips/include/asm/pgtable.h
216
do_sync = true;
arch/mips/include/asm/pgtable.h
219
if (do_sync)
arch/x86/kernel/alternative.c
2945
int do_sync;
arch/x86/kernel/alternative.c
2988
for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) {
arch/x86/kernel/alternative.c
3009
do_sync++;
arch/x86/kernel/alternative.c
3039
if (do_sync) {
arch/x86/kernel/alternative.c
3052
for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) {
arch/x86/kernel/alternative.c
3062
do_sync++;
arch/x86/kernel/alternative.c
3065
if (do_sync)
drivers/input/joystick/xpad.c
1036
bool do_sync = false;
drivers/input/joystick/xpad.c
1051
do_sync = true;
drivers/input/joystick/xpad.c
1068
do_sync = true;
drivers/input/joystick/xpad.c
1198
do_sync = true;
drivers/input/joystick/xpad.c
1201
if (do_sync)
fs/ceph/file.c
391
bool do_sync = false;
fs/ceph/file.c
418
do_sync = true;
fs/ceph/file.c
423
do_sync = true;
fs/ceph/file.c
435
do_sync = true;
fs/ceph/file.c
455
if (!do_sync && __ceph_is_any_real_caps(ci) &&
fs/ceph/file.c
473
} else if (!do_sync && ceph_snap(inode) != CEPH_NOSNAP &&
fs/ceph/inode.c
2590
bool do_sync = false;
fs/ceph/inode.c
2594
do_sync = true;
fs/ceph/inode.c
2599
do_sync = true;
fs/ceph/inode.c
2611
do_sync = true;
fs/ceph/inode.c
2661
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2690
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2708
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2722
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2739
if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) {
fs/ceph/inode.c
2743
} else if (!do_sync && (issued & CEPH_CAP_FILE_WR) &&
fs/ceph/inode.c
2779
} else if (!do_sync && (issued & CEPH_CAP_FILE_EXCL) && attr->ia_size >= isize) {
fs/ceph/inode.c
2814
if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) {
fs/ceph/inode.c
2818
} else if (!do_sync && (issued & CEPH_CAP_FILE_WR) &&
fs/ceph/xattr.c
1240
goto do_sync;
fs/ceph/xattr.c
1270
goto do_sync;
fs/ceph/xattr.c
1311
do_sync:
fs/ext2/inode.c
1472
static int __ext2_write_inode(struct inode *inode, int do_sync)
fs/ext2/inode.c
1563
if (do_sync) {
fs/ext2/inode.c
42
static int __ext2_write_inode(struct inode *inode, int do_sync);
fs/f2fs/segment.c
525
goto do_sync;
fs/f2fs/segment.c
534
goto do_sync;
fs/f2fs/segment.c
541
do_sync:
fs/gfs2/quota.c
1201
do_sync(count, qda, sync_gen);
fs/gfs2/quota.c
1372
error = do_sync(num_qd, qda, sync_gen);
fs/udf/inode.c
1726
static int udf_update_inode(struct inode *inode, int do_sync)
fs/udf/inode.c
1940
if (do_sync) {
fs/ufs/inode.c
790
static int ufs_update_inode(struct inode * inode, int do_sync)
fs/ufs/inode.c
821
if (do_sync)