Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/isofs/
Dcompress.c68 unsigned long blockptr, blockendptr, cstart, cend, csize; in zisofs_readpage() local
147 cend = le32_to_cpu(*(u32 *)(bh->b_data + (blockendptr & bufmask))); in zisofs_readpage()
150 if (cstart > cend) in zisofs_readpage()
153 csize = cend-cstart; in zisofs_readpage()