Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Dinterrupts_64.c91 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() function
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c2189 int do_sync; in text_poke_bp_batch() local
2231 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
2252 do_sync++; in text_poke_bp_batch()
2282 if (do_sync) { in text_poke_bp_batch()
2295 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch()
2305 do_sync++; in text_poke_bp_batch()
2308 if (do_sync) in text_poke_bp_batch()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h208 bool do_sync = false; local
216 do_sync = true;
219 if (do_sync)
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexceptions.S141 bl do_sync
/openbmc/linux/drivers/input/joystick/
H A Dxpad.c1006 bool do_sync = false; in xpadone_process_packet() local
1021 do_sync = true; in xpadone_process_packet()
1038 do_sync = true; in xpadone_process_packet()
1153 do_sync = true; in xpadone_process_packet()
1156 if (do_sync) in xpadone_process_packet()
/openbmc/linux/fs/ext2/
H A Dinode.c43 static int __ext2_write_inode(struct inode *inode, int do_sync);
1504 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument
1595 if (do_sync) { in __ext2_write_inode()
/openbmc/linux/fs/gfs2/
H A Dquota.c888 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function
1170 do_sync(count, qda); in gfs2_quota_unlock()
1344 error = do_sync(num_qd, qda); in gfs2_quota_sync()
/openbmc/linux/fs/ufs/
H A Dinode.c801 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument
832 if (do_sync) in ufs_update_inode()
/openbmc/linux/fs/ceph/
H A Dxattr.c1226 goto do_sync; in __ceph_setxattr()
1280 do_sync: in __ceph_setxattr()
/openbmc/linux/drivers/md/
H A Draid10.c1172 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request() local
1250 read_bio->bi_opf = op | do_sync; in raid10_read_request()
1268 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_write_one_disk() local
1295 mbio->bi_opf = op | do_sync | do_fua; in raid10_write_one_disk()
H A Draid1.c1218 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid1_read_request() local
1318 read_bio->bi_opf = op | do_sync; in raid1_read_request()
/openbmc/linux/fs/udf/
H A Dinode.c1722 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument
1934 if (do_sync) { in udf_update_inode()
/openbmc/linux/fs/f2fs/
H A Dsegment.c498 goto do_sync; in f2fs_balance_fs_bg()
507 goto do_sync; in f2fs_balance_fs_bg()
514 do_sync: in f2fs_balance_fs_bg()