Searched refs:isofs_get_blocks (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Disofs.h116 extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long);
H A Dcompress.c100 if ( isofs_get_blocks(inode, blockptr >> bufshift, ptrbh, indexblocks) != indexblocks ) {
175 haveblocks = isofs_get_blocks(inode, blockptr, bhs, needblocks);
H A Dinode.c912 int isofs_get_blocks(struct inode *inode, sector_t iblock_s, function
927 printk("isofs_get_blocks: block number too large\n");
949 printk("isofs_get_blocks: block >= EOF (%ld, %ld)\n",
972 printk("isofs_get_blocks: More than 100 file sections ?!?, aborting...\n");
973 printk("isofs_get_blocks: block=%ld firstext=%u sect_size=%u "
1010 return isofs_get_blocks(inode, iblock, &bh_result, 1) ? 0 : -EIO;

Completed in 132 milliseconds