Home
last modified time | relevance | path

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

/linux/crypto/async_tx/
H A Dasync_raid6_recov.c160 unsigned int p_off, q_off, a_off, b_off; in __2data_recov_4()
177 b_off = offs[failb]; in __2data_recov_4()
188 tx = async_sum_product(b, b_off, srcs, src_offs, coef, bytes, submit); in __2data_recov_4()
194 src_offs[1] = b_off; in __2data_recov_4()
159 unsigned int p_off, q_off, a_off, b_off; __2data_recov_4() local
/linux/fs/udf/
H A Dinode.c731 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
745 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk()
789 } while (lbcount + elen <= b_off); in inode_getblk()
791 b_off -= lbcount; in inode_getblk()
792 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()