Searched refs:do_sync (Results 1 – 10 of 10) sorted by relevance
1943 int do_sync; in text_poke_bp_batch() local1975 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()1996 do_sync++; in text_poke_bp_batch()2026 if (do_sync) { in text_poke_bp_batch()2039 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()2049 do_sync++; in text_poke_bp_batch()2052 if (do_sync) in text_poke_bp_batch()
880 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function1096 int do_sync = 1; in need_sync() local1111 do_sync = 0; in need_sync()1114 do_sync = 0; in need_sync()1120 do_sync = 0; in need_sync()1123 return do_sync; in need_sync()1167 do_sync(count, qda); in gfs2_quota_unlock()1318 error = do_sync(num_qd, qda); in gfs2_quota_sync()
968 bool do_sync = false; in xpadone_process_packet() local983 do_sync = true; in xpadone_process_packet()1000 do_sync = true; in xpadone_process_packet()1111 do_sync = true; in xpadone_process_packet()1114 if (do_sync) in xpadone_process_packet()
43 static int __ext2_write_inode(struct inode *inode, int do_sync);1486 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument1577 if (do_sync) { in __ext2_write_inode()
1193 goto do_sync; in __ceph_setxattr()1247 do_sync: in __ceph_setxattr()
798 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument829 if (do_sync) in ufs_update_inode()
1181 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request() local1257 read_bio->bi_opf = op | do_sync; in raid10_read_request()1275 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_write_one_disk() local1304 mbio->bi_opf = op | do_sync | do_fua; in raid10_write_one_disk()
1224 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid1_read_request() local1324 read_bio->bi_opf = op | do_sync; in raid1_read_request()
1698 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument1910 if (do_sync) { in udf_update_inode()
478 goto do_sync; in f2fs_balance_fs_bg()487 goto do_sync; in f2fs_balance_fs_bg()494 do_sync: in f2fs_balance_fs_bg()
Completed in 52 milliseconds