Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/net/
Dbpf_jit.c657 u32 k, b_off __maybe_unused; in build_body()
958 b_off = b_imm(i + inst->jf + 1, ctx); in build_body()
959 emit_bcond(MIPS_COND_NE, r_s0, r_zero, b_off, in build_body()
971 b_off = b_imm(i + inst->jf + 1, ctx); in build_body()
973 b_off, ctx); in build_body()
976 b_off = b_imm(i + inst->jt + 1, ctx); in build_body()
977 emit_b(b_off, ctx); in build_body()
981 b_off = b_imm(i + inst->jt + 1, ctx); in build_body()
982 emit_b(b_off, ctx); in build_body()
991 b_off = b_imm(i + inst->jt + 1, ctx); in build_body()
[all …]
/linux-4.4.14/fs/isofs/
Dinode.c994 unsigned long b_off = iblock; in isofs_get_blocks() local
1003 if (iblock != b_off) { in isofs_get_blocks()
1024 if (b_off > ((inode->i_size + PAGE_CACHE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks()
1026 __func__, b_off, in isofs_get_blocks()
1035 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()
1055 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
1062 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()
1064 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks()
1069 b_off++; /* Next buffer offset */ in isofs_get_blocks()
/linux-4.4.14/fs/udf/
Dinode.c665 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
680 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk()
720 } while (lbcount + elen <= b_off); in inode_getblk()
722 b_off -= lbcount; in inode_getblk()
723 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()