Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-common/
Dclocks-init.c43 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/
Dquota.c791 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/
Daddr.c697 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()
Dxattr.c956 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/
Dinode.c1376 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/
Dinode.c39 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/
Dinode.c828 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/
Draid1.c1089 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()
Draid10.c1151 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/
Dinode.c1620 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1837 if (do_sync) { in udf_update_inode()