Searched refs:b_off (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/isofs/ |
D | inode.c | 1054 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-v6.1/crypto/async_tx/ |
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()
|
/Linux-v6.1/fs/udf/ |
D | inode.c | 700 loff_t lbcount = 0, b_off = 0; in inode_getblk() local 715 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk() 755 } while (lbcount + elen <= b_off); in inode_getblk() 757 b_off -= lbcount; in inode_getblk() 758 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()
|