Searched refs:opf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/sparc/kernel/ |
| D | visemul.c | 294 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.4/fs/gfs2/ |
| D | lops.h | 25 extern void gfs2_log_submit_bio(struct bio **biop, int opf);
|
| D | lops.c | 238 void gfs2_log_submit_bio(struct bio **biop, int opf) in gfs2_log_submit_bio() argument 244 bio->bi_opf = opf; in gfs2_log_submit_bio()
|
| /Linux-v5.4/fs/btrfs/ |
| D | extent_io.c | 2930 static int submit_extent_page(unsigned int opf, struct extent_io_tree *tree, in submit_extent_page() argument 2985 bio->bi_opf = opf; in submit_extent_page()
|