Searched refs:b_off (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/isofs/ |
H A D | inode.c | 1068 unsigned long b_off = iblock; in isofs_get_blocks() local 1077 if (iblock != b_off) { in isofs_get_blocks() 1098 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks() 1100 __func__, b_off, in isofs_get_blocks() 1109 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks() 1129 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks() 1136 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks() 1138 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks() 1143 b_off++; /* Next buffer offset */ in isofs_get_blocks()
|
/openbmc/linux/crypto/async_tx/ |
H A D | async_raid6_recov.c | 159 unsigned int p_off, q_off, a_off, b_off; in __2data_recov_4() local 176 b_off = offs[failb]; in __2data_recov_4() 187 tx = async_sum_product(b, b_off, srcs, src_offs, coef, bytes, submit); in __2data_recov_4() 193 src_offs[1] = b_off; in __2data_recov_4()
|
/openbmc/linux/fs/udf/ |
H A D | inode.c | 729 loff_t lbcount = 0, b_off = 0; in inode_getblk() local 743 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk() 787 } while (lbcount + elen <= b_off); in inode_getblk() 789 b_off -= lbcount; in inode_getblk() 790 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()
|