Home
last modified time | relevance | path

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

/linux-6.1.9/fs/isofs/
Dinode.c1054 unsigned long b_off = iblock; in isofs_get_blocks() local
1063 if (iblock != b_off) { in isofs_get_blocks()
1084 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks()
1086 __func__, b_off, in isofs_get_blocks()
1095 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()
1115 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
1122 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()
1124 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks()
1129 b_off++; /* Next buffer offset */ in isofs_get_blocks()
/linux-6.1.9/crypto/async_tx/
Dasync_raid6_recov.c159 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()
/linux-6.1.9/fs/udf/
Dinode.c691 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
706 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk()
746 } while (lbcount + elen <= b_off); in inode_getblk()
748 b_off -= lbcount; in inode_getblk()
749 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()