Searched refs:do_sync (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-common/
H A Dclocks-init.c43 static void do_sync(void) do_sync() function
65 do_sync(); init_clocks()
86 do_sync(); init_clocks()
89 do_sync(); init_clocks()
94 do_sync(); init_clocks()
98 do_sync(); init_clocks()
108 do_sync(); init_clocks()
118 do_sync(); init_clocks()
/linux-4.4.14/fs/gfs2/
H A Dquota.c832 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) do_sync() function
1044 int do_sync = 1; need_sync() local
1059 do_sync = 0; need_sync()
1062 do_sync = 0; need_sync()
1068 do_sync = 0; need_sync()
1071 return do_sync; need_sync()
1115 do_sync(count, qda); gfs2_quota_unlock()
1265 error = do_sync(num_qd, qda); gfs2_quota_sync()
/linux-4.4.14/fs/exofs/
H A Dinode.c1372 * synchronously or asynchronously depending on the do_sync flag.
1374 static int exofs_update_inode(struct inode *inode, int do_sync) exofs_update_inode() argument
1431 if (!do_sync) { exofs_update_inode()
1438 if (!do_sync && !ret) { exofs_update_inode()
1447 EXOFS_DBGMSG("(0x%lx) do_sync=%d ret=>%d\n", exofs_update_inode()
1448 inode->i_ino, do_sync, ret); exofs_update_inode()
/linux-4.4.14/fs/ceph/
H A Dxattr.c962 goto do_sync; __ceph_setxattr()
1013 do_sync: __ceph_setxattr()
1100 goto do_sync; __ceph_removexattr()
1147 do_sync: __ceph_removexattr()
H A Daddr.c702 int do_sync = 0; ceph_writepages_start() local
714 do_sync = 1; ceph_writepages_start()
716 inode, do_sync, ceph_writepages_start()
881 do_sync ? 2 : 1, ceph_writepages_start()
893 if (do_sync) ceph_writepages_start()
/linux-4.4.14/fs/ext2/
H A Dinode.c40 static int __ext2_write_inode(struct inode *inode, int do_sync);
1447 static int __ext2_write_inode(struct inode *inode, int do_sync) __ext2_write_inode() argument
1539 if (do_sync) { __ext2_write_inode()
/linux-4.4.14/fs/ufs/
H A Dinode.c784 static int ufs_update_inode(struct inode * inode, int do_sync) ufs_update_inode() argument
815 if (do_sync) ufs_update_inode()
/linux-4.4.14/drivers/md/
H A Draid1.c1057 const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); make_request() local
1169 read_bio->bi_rw = READ | do_sync; make_request()
1380 WRITE | do_flush_fua | do_sync | do_discard | do_same; make_request()
2324 const unsigned long do_sync handle_read_error() local
2346 bio->bi_rw = READ | do_sync; handle_read_error()
H A Draid10.c1062 const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); __make_request() local
1159 read_bio->bi_rw = READ | do_sync; __make_request()
1367 WRITE | do_sync | do_fua | do_discard | do_same; __make_request()
1410 WRITE | do_sync | do_fua | do_discard | do_same; __make_request()
2498 unsigned long do_sync; handle_read_error() local
2534 do_sync = (r10_bio->master_bio->bi_rw & REQ_SYNC); handle_read_error()
2551 bio->bi_rw = READ | do_sync; handle_read_error()
H A Dmd.c7654 // stop recovery, signal do_sync .... md_done_sync()
/linux-4.4.14/fs/udf/
H A Dinode.c1620 static int udf_update_inode(struct inode *inode, int do_sync) udf_update_inode() argument
1832 if (do_sync) { udf_update_inode()
/linux-4.4.14/net/ceph/
H A Dosd_client.c766 * if @do_sync, include a 'startsync' command so that the osd will flush

Completed in 586 milliseconds