| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | bio.c | 66 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in fscrypt_zeroout_range_inline_crypt() 156 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in fscrypt_zeroout_range()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-lib.c | 100 bio_set_op_attrs(bio, op, 0); in __blkdev_issue_discard() 198 bio_set_op_attrs(bio, REQ_OP_WRITE_SAME, 0); in __blkdev_issue_write_same() 322 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in __blkdev_issue_zero_pages()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-log-writes.c | 231 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in write_metadata() 290 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in write_inline_data() 377 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in log_one_block() 399 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in log_one_block()
|
| H A D | raid10.c | 1197 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request() 1246 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk() 2077 bio_set_op_attrs(tbio, REQ_OP_WRITE, 0); in sync_request_write() 2547 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in narrow_write_error() 3156 bio_set_op_attrs(bio, REQ_OP_READ, 0); in raid10_sync_request() 3181 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid10_sync_request() 3202 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid10_sync_request() 3356 bio_set_op_attrs(bio, REQ_OP_READ, 0); in raid10_sync_request() 3378 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid10_sync_request() 4546 bio_set_op_attrs(read_bio, REQ_OP_READ, 0); in reshape_request() [all …]
|
| H A D | raid1.c | 1301 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request() 2205 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in sync_request_write() 2371 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in narrow_write_error() 2723 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid1_sync_request() 2750 bio_set_op_attrs(bio, REQ_OP_READ, 0); in raid1_sync_request() 2762 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid1_sync_request()
|
| H A D | dm-io.c | 352 bio_set_op_attrs(bio, op, op_flags); in do_region()
|
| H A D | dm-zoned-metadata.c | 584 bio_set_op_attrs(bio, REQ_OP_READ, REQ_META | REQ_PRIO); in dmz_get_mblock_slow() 740 bio_set_op_attrs(bio, REQ_OP_WRITE, REQ_META | REQ_PRIO); in dmz_write_mblock() 768 bio_set_op_attrs(bio, op, REQ_SYNC | REQ_META | REQ_PRIO); in dmz_rdwr_block()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | journal.c | 63 bio_set_op_attrs(bio, REQ_OP_READ, 0); in journal_read_bucket() 620 bio_set_op_attrs(bio, REQ_OP_DISCARD, 0); in do_journal_discard() 804 bio_set_op_attrs(bio, REQ_OP_WRITE, in journal_write_unlocked()
|
| H A D | movinggc.c | 163 bio_set_op_attrs(bio, REQ_OP_READ, 0); in read_moving()
|
| H A D | writeback.c | 391 bio_set_op_attrs(&io->bio, REQ_OP_WRITE, 0); in write_dirty() 504 bio_set_op_attrs(&io->bio, REQ_OP_READ, 0); in read_dirty()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | wrapper.c | 70 bio_set_op_attrs(bio, op, op_flags); in hfsplus_submit_bio()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk_types.h | 466 static inline void bio_set_op_attrs(struct bio *bio, unsigned op, in bio_set_op_attrs() function
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_metapage.c | 424 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in metapage_writepage() 505 bio_set_op_attrs(bio, REQ_OP_READ, 0); in metapage_readpage()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_io.c | 390 bio_set_op_attrs(bio, REQ_OP_READ, 0); in swap_readpage()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | readpage.c | 421 bio_set_op_attrs(bio, REQ_OP_READ, in ext4_mpage_readpages()
|
| H A D | page-io.c | 383 bio_set_op_attrs(io->io_bio, REQ_OP_WRITE, io_op_flags); in ext4_io_submit()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | meta_io.c | 232 bio_set_op_attrs(bio, op, op_flags); in gfs2_submit_bhs()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | segbuf.c | 359 bio_set_op_attrs(bio, mode, mode_flags); in nilfs_segbuf_submit_bio()
|
| /OK3568_Linux_fs/kernel/drivers/block/xen-blkback/ |
| H A D | blkback.c | 1340 bio_set_op_attrs(bio, operation, operation_flags); in dispatch_rw_block_io() 1358 bio_set_op_attrs(bio, operation, operation_flags); in dispatch_rw_block_io()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | mpage.c | 100 bio_set_op_attrs(bio, op, op_flags); in mpage_bio_submit()
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | direct-io.c | 204 bio_set_op_attrs(bio, REQ_OP_WRITE, flags); in iomap_dio_zero()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-write.c | 617 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in pblk_submit_write()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_iblock.c | 330 bio_set_op_attrs(bio, op, op_flags); in iblock_get_bio()
|
| H A D | target_core_pscsi.c | 895 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in pscsi_map_sg()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | data.c | 560 bio_set_op_attrs(io->bio, fio->op, fio->op_flags); in __submit_merged_bio() 704 bio_set_op_attrs(bio, fio->op, fio->op_flags); in f2fs_submit_page_bio() 902 bio_set_op_attrs(bio, fio->op, fio->op_flags); in f2fs_merge_page_bio() 1019 bio_set_op_attrs(bio, REQ_OP_READ, op_flag); in f2fs_grab_read_bio()
|