Lines Matching refs:block_offset
427 int block_offset; /* block offset of mp within page */
468 block_offset = offset >> inode->i_blkbits;
469 lblock = page_start + block_offset;
568 int block_offset;
579 block_offset = 0;
580 while (block_offset < blocks_per_page) {
581 xlen = blocks_per_page - block_offset;
582 pblock = metapage_get_blocks(inode, page_start + block_offset,
598 offset = block_offset << inode->i_blkbits;
600 block_offset += xlen;
602 block_offset++;