Lines Matching defs:offset
58 efs_block_t block, offset;
79 ** offset of the inode within that block.
89 offset = (inode->i_ino %
99 efs_inode = (struct efs_dinode *) (bh->b_data + offset);
184 efs_block_t offset;
192 offset = ptr->cooked.ex_offset;
194 if ((block >= offset) && (block < offset+length)) {
195 return(sb->fs_start + start + block - offset);
271 /* work out block number and offset of this indirect extent */