Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/isofs/
Dcompress.c185 int needblocks = (csize + (cstart & bufmask) + bufmask) >> bufshift; in zisofs_readpage() local
187 struct buffer_head *bhs[needblocks+1]; in zisofs_readpage()
193 memset(bhs, 0, (needblocks+1)*sizeof(struct buffer_head *)); in zisofs_readpage()
194 haveblocks = isofs_get_blocks(inode, blockptr, bhs, needblocks); in zisofs_readpage()