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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dsquashfs2_0.c98 struct squashfs_fragment_entry_2 sfragment_entry; local
100 if (!squashfs_get_cached_block(s, (char *) &sfragment_entry,
102 sizeof(sfragment_entry), &start_block,
105 SQUASHFS_SWAP_FRAGMENT_ENTRY_2(&fragment_entry, &sfragment_entry);
H A Dinode.c458 struct squashfs_fragment_entry sfragment_entry; local
460 if (!squashfs_get_cached_block(s, (char *) &sfragment_entry,
462 sizeof(sfragment_entry), &start_block,
465 SQUASHFS_SWAP_FRAGMENT_ENTRY(&fragment_entry, &sfragment_entry);

Completed in 59 milliseconds