Searched refs:b_off (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 743 u32 k, b_off __maybe_unused; in build_body() 1082 b_off = b_imm(i + inst->jf + 1, ctx); in build_body() 1083 emit_bcond(MIPS_COND_NE, r_s0, r_zero, b_off, in build_body() 1095 b_off = b_imm(i + inst->jf + 1, ctx); in build_body() 1097 b_off, ctx); in build_body() 1100 b_off = b_imm(i + inst->jt + 1, ctx); in build_body() 1101 emit_b(b_off, ctx); in build_body() 1105 b_off = b_imm(i + inst->jt + 1, ctx); in build_body() 1106 emit_b(b_off, ctx); in build_body() 1115 b_off = b_imm(i + inst->jt + 1, ctx); in build_body() [all …]
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 994 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.1.27/fs/udf/ |
D | inode.c | 665 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()
|