Searched refs:b_off (Results 1 – 2 of 2) sorted by relevance
1053 unsigned long b_off = iblock; in isofs_get_blocks() local1062 if (iblock != b_off) { in isofs_get_blocks()1083 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks()1085 __func__, b_off, in isofs_get_blocks()1094 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()1114 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()1121 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()1123 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks()1128 b_off++; /* Next buffer offset */ in isofs_get_blocks()
697 loff_t lbcount = 0, b_off = 0; in inode_getblk() local712 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk()752 } while (lbcount + elen <= b_off); in inode_getblk()754 b_off -= lbcount; in inode_getblk()755 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()