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
2933
int do_sync;
arch/x86/kernel/alternative.c
2976
for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) {
arch/x86/kernel/alternative.c
2997
do_sync++;
arch/x86/kernel/alternative.c
3027
if (do_sync) {
arch/x86/kernel/alternative.c
3040
for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) {
arch/x86/kernel/alternative.c
3050
do_sync++;
arch/x86/kernel/alternative.c
3053
if (do_sync)
drivers/input/joystick/xpad.c
1063
bool do_sync = false;
drivers/input/joystick/xpad.c
1078
do_sync = true;
drivers/input/joystick/xpad.c
1095
do_sync = true;
drivers/input/joystick/xpad.c
1225
do_sync = true;
drivers/input/joystick/xpad.c
1228
if (do_sync)
fs/ceph/file.c
371
bool do_sync = false;
fs/ceph/file.c
398
do_sync = true;
fs/ceph/file.c
403
do_sync = true;
fs/ceph/file.c
415
do_sync = true;
fs/ceph/file.c
435
if (!do_sync && __ceph_is_any_real_caps(ci) &&
fs/ceph/file.c
453
} else if (!do_sync && ceph_snap(inode) != CEPH_NOSNAP &&
fs/ceph/inode.c
2548
bool do_sync = false;
fs/ceph/inode.c
2552
do_sync = true;
fs/ceph/inode.c
2557
do_sync = true;
fs/ceph/inode.c
2569
do_sync = true;
fs/ceph/inode.c
2619
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2648
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2666
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2680
if (!do_sync && (issued & CEPH_CAP_AUTH_EXCL)) {
fs/ceph/inode.c
2697
if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) {
fs/ceph/inode.c
2701
} else if (!do_sync && (issued & CEPH_CAP_FILE_WR) &&
fs/ceph/inode.c
2737
} else if (!do_sync && (issued & CEPH_CAP_FILE_EXCL) && attr->ia_size >= isize) {
fs/ceph/inode.c
2772
if (!do_sync && (issued & CEPH_CAP_FILE_EXCL)) {
fs/ceph/inode.c
2776
} else if (!do_sync && (issued & CEPH_CAP_FILE_WR) &&
fs/ceph/xattr.c
1240
goto do_sync;
fs/ceph/xattr.c
1295
do_sync:
fs/ext2/inode.c
1512
static int __ext2_write_inode(struct inode *inode, int do_sync)
fs/ext2/inode.c
1603
if (do_sync) {
fs/ext2/inode.c
43
static int __ext2_write_inode(struct inode *inode, int do_sync);
fs/f2fs/segment.c
516
goto do_sync;
fs/f2fs/segment.c
525
goto do_sync;
fs/f2fs/segment.c
532
do_sync:
fs/gfs2/quota.c
1187
do_sync(count, qda, sync_gen);
fs/gfs2/quota.c
1358
error = do_sync(num_qd, qda, sync_gen);
fs/udf/inode.c
1725
static int udf_update_inode(struct inode *inode, int do_sync)
fs/udf/inode.c
1939
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)