Home
last modified time | relevance | path

Searched refs:b_off (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/mips/net/
Debpf_jit.c606 int off, b_off; in emit_bpf_tail_call() local
616 b_off = b_imm(this_idx + 1, ctx); in emit_bpf_tail_call()
617 emit_instr(ctx, bne, MIPS_R_AT, MIPS_R_ZERO, b_off); in emit_bpf_tail_call()
625 b_off = b_imm(this_idx + 1, ctx); in emit_bpf_tail_call()
626 emit_instr(ctx, bltz, MIPS_R_T5, b_off); in emit_bpf_tail_call()
637 b_off = b_imm(this_idx + 1, ctx); in emit_bpf_tail_call()
638 emit_instr(ctx, beq, MIPS_R_AT, MIPS_R_ZERO, b_off); in emit_bpf_tail_call()
652 static bool is_bad_offset(int b_off) in is_bad_offset() argument
654 return b_off > 0x1ffff || b_off < -0x20000; in is_bad_offset()
661 int src, dst, r, td, ts, mem_off, b_off; in build_one_insn() local
[all …]
/Linux-v5.4/fs/isofs/
Dinode.c1060 unsigned long b_off = iblock; in isofs_get_blocks() local
1069 if (iblock != b_off) { in isofs_get_blocks()
1090 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks()
1092 __func__, b_off, in isofs_get_blocks()
1101 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()
1121 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
1128 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()
1130 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks()
1135 b_off++; /* Next buffer offset */ in isofs_get_blocks()
/Linux-v5.4/fs/udf/
Dinode.c697 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
712 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk()
752 } while (lbcount + elen <= b_off); in inode_getblk()
754 b_off -= lbcount; in inode_getblk()
755 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()