Searched refs:do_sync (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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.4.14/fs/gfs2/ |
D | quota.c | 832 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1044 int do_sync = 1; in need_sync() local 1059 do_sync = 0; in need_sync() 1062 do_sync = 0; in need_sync() 1068 do_sync = 0; in need_sync() 1071 return do_sync; in need_sync() 1115 do_sync(count, qda); in gfs2_quota_unlock() 1265 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/linux-4.4.14/fs/ceph/ |
D | xattr.c | 962 goto do_sync; in __ceph_setxattr() 1013 do_sync: in __ceph_setxattr() 1100 goto do_sync; in __ceph_removexattr() 1147 do_sync: in __ceph_removexattr()
|
D | addr.c | 702 int do_sync = 0; in ceph_writepages_start() local 714 do_sync = 1; in ceph_writepages_start() 716 inode, do_sync, in ceph_writepages_start() 881 do_sync ? 2 : 1, in ceph_writepages_start() 893 if (do_sync) in ceph_writepages_start()
|
/linux-4.4.14/fs/exofs/ |
D | inode.c | 1374 static int exofs_update_inode(struct inode *inode, int do_sync) in exofs_update_inode() argument 1431 if (!do_sync) { in exofs_update_inode() 1438 if (!do_sync && !ret) { in exofs_update_inode() 1448 inode->i_ino, do_sync, ret); in exofs_update_inode()
|
/linux-4.4.14/fs/ext2/ |
D | inode.c | 40 static int __ext2_write_inode(struct inode *inode, int do_sync); 1447 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1539 if (do_sync) { in __ext2_write_inode()
|
/linux-4.4.14/drivers/md/ |
D | raid1.c | 1057 const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); in make_request() local 1169 read_bio->bi_rw = READ | do_sync; in make_request() 1380 WRITE | do_flush_fua | do_sync | do_discard | do_same; in make_request() 2324 const unsigned long do_sync in handle_read_error() local 2346 bio->bi_rw = READ | do_sync; in handle_read_error()
|
D | raid10.c | 1062 const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); in __make_request() local 1159 read_bio->bi_rw = READ | do_sync; in __make_request() 1367 WRITE | do_sync | do_fua | do_discard | do_same; in __make_request() 1410 WRITE | do_sync | do_fua | do_discard | do_same; in __make_request() 2498 unsigned long do_sync; in handle_read_error() local 2534 do_sync = (r10_bio->master_bio->bi_rw & REQ_SYNC); in handle_read_error() 2551 bio->bi_rw = READ | do_sync; in handle_read_error()
|
/linux-4.4.14/fs/ufs/ |
D | inode.c | 784 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument 815 if (do_sync) in ufs_update_inode()
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 1620 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1832 if (do_sync) { in udf_update_inode()
|