Lines Matching refs:block_offset
339 int block_offset; /* block offset of mp within page */
381 block_offset = offset >> inode->i_blkbits;
382 lblock = page_start + block_offset;
475 int block_offset;
487 block_offset = 0;
488 while (block_offset < blocks_per_page) {
489 xlen = blocks_per_page - block_offset;
490 pblock = metapage_get_blocks(inode, page_start + block_offset,
506 offset = block_offset << inode->i_blkbits;
509 block_offset += xlen;
511 block_offset++;