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

/linux-master/fs/isofs/
H A Dinode.c1030 unsigned long b_off = iblock; local
1039 if (iblock != b_off) {
1060 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) {
1062 __func__, b_off,
1071 while (nextblk && (b_off >= (offset + sect_size))) {
1091 b_off, firstext, (unsigned) sect_size,
1098 map_bh(*bh, inode->i_sb, firstext + b_off - offset);
1100 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset);
1105 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.c712 loff_t lbcount = 0, b_off = 0; local
726 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits;
766 } while (lbcount + elen <= b_off);
768 b_off -= lbcount;
769 offset = b_off >> inode->i_sb->s_blocksize_bits;

Completed in 165 milliseconds