Lines Matching refs:block_offset
338 int block_offset; /* block offset of mp within page */
380 block_offset = offset >> inode->i_blkbits;
381 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,
507 offset = block_offset << inode->i_blkbits;
510 block_offset += xlen;
512 block_offset++;