Home
last modified time | relevance | path

Searched refs:indexblocks (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/isofs/
Dcompress.c83 int indexblocks; in zisofs_readpage() local
116 indexblocks = ((blockptr^blockendptr) >> bufshift) ? 2 : 1; in zisofs_readpage()
119 if ( isofs_get_blocks(inode, blockptr >> bufshift, ptrbh, indexblocks) != indexblocks ) { in zisofs_readpage()
125 ll_rw_block(READ, indexblocks, ptrbh); in zisofs_readpage()
137 if ( indexblocks == 2 ) { in zisofs_readpage()