Searched refs:b_off (Results 1 – 2 of 2) sorted by relevance
1019 unsigned long b_off = iblock; in isofs_get_blocks() local1028 if (iblock != b_off) { in isofs_get_blocks()1049 if (b_off > ((inode->i_size + PAGE_CACHE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks()1051 __func__, b_off, in isofs_get_blocks()1060 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()1080 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()1087 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()1089 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks()1094 b_off++; /* Next buffer offset */ in isofs_get_blocks()
570 loff_t lbcount = 0, b_off = 0; in inode_getblk() local585 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk()625 } while (lbcount + elen <= b_off); in inode_getblk()627 b_off -= lbcount; in inode_getblk()628 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()