Searched refs:opf (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/sparc/kernel/ |
| A D | visemul.c | 307 switch (opf) { in edge() 352 switch (opf) { in edge() 394 switch (opf) { in array() 484 switch (opf) { in pformat() 594 switch (opf) { in pmul() 715 switch (opf) { in pcmp() 807 unsigned int opf; in vis_emul() local 822 switch (opf) { in vis_emul() 843 pmul(regs, insn, opf); in vis_emul() 855 pcmp(regs, insn, opf); in vis_emul() [all …]
|
| /linux/drivers/target/ |
| A D | target_core_iblock.c | 347 unsigned int opf) in iblock_get_bio() argument 367 bio->bi_opf = opf; in iblock_get_bio() 726 unsigned int opf; in iblock_execute_rw() local 739 opf = REQ_OP_WRITE; in iblock_execute_rw() 743 opf |= REQ_FUA; in iblock_execute_rw() 745 opf |= REQ_FUA; in iblock_execute_rw() 748 opf = REQ_OP_READ; in iblock_execute_rw() 763 bio = iblock_get_bio(cmd, block_lba, sgl_nents, opf); in iblock_execute_rw() 796 bio = iblock_get_bio(cmd, block_lba, sg_num, opf); in iblock_execute_rw()
|
| /linux/fs/gfs2/ |
| A D | lops.h | 19 extern void gfs2_log_submit_bio(struct bio **biop, int opf);
|
| A D | lops.c | 241 void gfs2_log_submit_bio(struct bio **biop, int opf) in gfs2_log_submit_bio() argument 247 bio->bi_opf = opf; in gfs2_log_submit_bio()
|
| /linux/fs/btrfs/ |
| A D | compression.c | 457 unsigned int opf, bio_end_io_t endio_func, in alloc_compressed_bio() argument 469 bio->bi_opf = opf; in alloc_compressed_bio()
|
| A D | extent_io.c | 3308 unsigned int opf, in alloc_new_bio() argument 3331 bio->bi_opf = opf; in alloc_new_bio() 3376 static int submit_extent_page(unsigned int opf, in submit_extent_page() argument 3407 ret = alloc_new_bio(inode, bio_ctrl, wbc, opf, in submit_extent_page() 3924 u32 opf = REQ_OP_WRITE; in __extent_writepage_io() local 3996 opf = REQ_OP_ZONE_APPEND; in __extent_writepage_io() 4032 ret = submit_extent_page(opf | write_flags, wbc, in __extent_writepage_io()
|
Completed in 26 milliseconds