Home
last modified time | relevance | path

Searched refs:opf (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/sparc/kernel/
Dvisemul.c294 static void edge(struct pt_regs *regs, unsigned int insn, unsigned int opf) in edge() argument
307 switch (opf) { in edge()
352 switch (opf) { in edge()
372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() argument
394 switch (opf) { in array()
477 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pformat() argument
483 scale = (gsr >> 3) & (opf == FPACK16_OPF ? 0xf : 0x1f); in pformat()
484 switch (opf) { in pformat()
589 static void pmul(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pmul() argument
594 switch (opf) { in pmul()
[all …]
/Linux-v5.15/drivers/target/
Dtarget_core_iblock.c345 unsigned int opf) in iblock_get_bio() argument
365 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-v5.15/fs/gfs2/
Dlops.h19 extern void gfs2_log_submit_bio(struct bio **biop, int opf);
Dlops.c241 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-v5.15/fs/btrfs/
Dextent_io.c3301 unsigned int opf, in alloc_new_bio() argument
3323 bio->bi_opf = opf; in alloc_new_bio()
3368 static int submit_extent_page(unsigned int opf, in submit_extent_page() argument
3399 ret = alloc_new_bio(inode, bio_ctrl, wbc, opf, in submit_extent_page()
3910 u32 opf = REQ_OP_WRITE; in __extent_writepage_io() local
3982 opf = REQ_OP_ZONE_APPEND; in __extent_writepage_io()
4018 ret = submit_extent_page(opf | write_flags, wbc, in __extent_writepage_io()