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

/linux-master/arch/mips/include/asm/
H A Dpgtable.h208 bool do_sync = false; local
216 do_sync = true;
219 if (do_sync)
/linux-master/arch/x86/kernel/
H A Dalternative.c2259 int do_sync; local
2301 for (do_sync = 0, i = 0; i < nr_entries; i++) {
2322 do_sync++;
2352 if (do_sync) {
2365 for (do_sync = 0, i = 0; i < nr_entries; i++) {
2375 do_sync++;
2378 if (do_sync)
/linux-master/fs/ext2/
H A Dinode.c43 static int __ext2_write_inode(struct inode *inode, int do_sync);
1503 static int __ext2_write_inode(struct inode *inode, int do_sync) argument
1594 if (do_sync) {
/linux-master/drivers/input/joystick/
H A Dxpad.c993 bool do_sync = false; local
1008 do_sync = true;
1025 do_sync = true;
1140 do_sync = true;
1143 if (do_sync)
/linux-master/fs/gfs2/
H A Dquota.c922 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) function
1197 do_sync(count, qda);
1370 error = do_sync(num_qd, qda);
/linux-master/fs/ufs/
H A Dinode.c810 static int ufs_update_inode(struct inode * inode, int do_sync) argument
841 if (do_sync)
/linux-master/fs/ceph/
H A Dxattr.c1242 goto do_sync;
1297 do_sync:
/linux-master/fs/udf/
H A Dinode.c1699 static int udf_update_inode(struct inode *inode, int do_sync) argument
1913 if (do_sync) {
/linux-master/drivers/md/
H A Draid10.c1154 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; local
1230 read_bio->bi_opf = op | do_sync;
1245 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; local
1265 mbio->bi_opf = op | do_sync | do_fua;
H A Draid1.c1315 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; local
1413 read_bio->bi_opf = op | do_sync;
/linux-master/fs/f2fs/
H A Dsegment.c491 goto do_sync;
500 goto do_sync;
507 do_sync:

Completed in 326 milliseconds