Searched refs:block_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs_sb.h47 struct squashfs_cache *block_cache; member in struct:squashfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c341 if (msblk->block_cache[i].block == block)
351 if (msblk->block_cache[i].block !=
369 if (msblk->block_cache[i].block ==
371 if (!(msblk->block_cache[i].data =
381 msblk->block_cache[i].block = SQUASHFS_USED_BLK;
384 msblk->block_cache[i].length = squashfs_read_data(s,
385 msblk->block_cache[i].data, block, 0, &next_index, SQUASHFS_METADATA_SIZE);
386 if (msblk->block_cache[i].length == 0) {
390 msblk->block_cache[i].block = SQUASHFS_INVALID_BLK;
391 kfree(msblk->block_cache[
[all...]

Completed in 31 milliseconds