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

/linux-master/fs/isofs/
H A Dinode.c1068 unsigned long b_off = iblock; local
1077 if (iblock != b_off) {
1098 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) {
1100 __func__, b_off,
1109 while (nextblk && (b_off >= (offset + sect_size))) {
1129 b_off, firstext, (unsigned) sect_size,
1136 map_bh(*bh, inode->i_sb, firstext + b_off - offset);
1138 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset);
1143 b_off++; /* Next buffer offset */
/linux-master/crypto/async_tx/
H A Dasync_raid6_recov.c159 unsigned int p_off, q_off, a_off, b_off; local
176 b_off = offs[failb];
187 tx = async_sum_product(b, b_off, srcs, src_offs, coef, bytes, submit);
193 src_offs[1] = b_off;
/linux-master/fs/udf/
H A Dinode.c713 loff_t lbcount = 0, b_off = 0; local
727 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits;
767 } while (lbcount + elen <= b_off);
769 b_off -= lbcount;
770 offset = b_off >> inode->i_sb->s_blocksize_bits;

Completed in 239 milliseconds