Searched refs:do_sync (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/blackfin/mach-common/ |
D | clocks-init.c | 43 static void do_sync(void) in do_sync() function 65 do_sync(); in init_clocks() 86 do_sync(); in init_clocks() 89 do_sync(); in init_clocks() 94 do_sync(); in init_clocks() 98 do_sync(); in init_clocks() 108 do_sync(); in init_clocks() 118 do_sync(); in init_clocks()
|
/linux-4.1.27/fs/gfs2/ |
D | quota.c | 791 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1003 int do_sync = 1; in need_sync() local 1018 do_sync = 0; in need_sync() 1021 do_sync = 0; in need_sync() 1027 do_sync = 0; in need_sync() 1030 return do_sync; in need_sync() 1074 do_sync(count, qda); in gfs2_quota_unlock() 1221 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 697 int do_sync = 0; in ceph_writepages_start() local 708 do_sync = 1; in ceph_writepages_start() 710 inode, do_sync, in ceph_writepages_start() 874 do_sync ? 2 : 1, in ceph_writepages_start() 886 if (do_sync) in ceph_writepages_start()
|
D | xattr.c | 956 goto do_sync; in __ceph_setxattr() 991 do_sync: in __ceph_setxattr() 1070 goto do_sync; in __ceph_removexattr() 1100 do_sync: in __ceph_removexattr()
|
/linux-4.1.27/fs/exofs/ |
D | inode.c | 1376 static int exofs_update_inode(struct inode *inode, int do_sync) in exofs_update_inode() argument 1433 if (!do_sync) { in exofs_update_inode() 1440 if (!do_sync && !ret) { in exofs_update_inode() 1450 inode->i_ino, do_sync, ret); in exofs_update_inode()
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 39 static int __ext2_write_inode(struct inode *inode, int do_sync); 1435 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1527 if (do_sync) { in __ext2_write_inode()
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 828 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument 859 if (do_sync) in ufs_update_inode()
|
/linux-4.1.27/drivers/md/ |
D | raid1.c | 1089 const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); in make_request() local 1200 read_bio->bi_rw = READ | do_sync; in make_request() 1412 WRITE | do_flush_fua | do_sync | do_discard | do_same; in make_request() 2354 const unsigned long do_sync in handle_read_error() local 2376 bio->bi_rw = READ | do_sync; in handle_read_error()
|
D | raid10.c | 1151 const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); in __make_request() local 1248 read_bio->bi_rw = READ | do_sync; in __make_request() 1458 WRITE | do_sync | do_fua | do_discard | do_same; in __make_request() 1501 WRITE | do_sync | do_fua | do_discard | do_same; in __make_request() 2614 unsigned long do_sync; in handle_read_error() local 2650 do_sync = (r10_bio->master_bio->bi_rw & REQ_SYNC); in handle_read_error() 2667 bio->bi_rw = READ | do_sync; in handle_read_error()
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 1620 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1837 if (do_sync) { in udf_update_inode()
|