HomeSort by relevance Sort by last modified time
    Searched refs:sfragment_entry (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 108 struct squashfs_fragment_entry_2 sfragment_entry; local
110 if (!squashfs_get_cached_block(s, (char *) &sfragment_entry,
112 sizeof(sfragment_entry), &start_block,
115 SQUASHFS_SWAP_FRAGMENT_ENTRY_2(&fragment_entry, &sfragment_entry);
inode.c 385 struct squashfs_fragment_entry sfragment_entry; local
387 if (!squashfs_get_cached_block(s, (char *) &sfragment_entry,
389 sizeof(sfragment_entry), &start_block,
392 SQUASHFS_SWAP_FRAGMENT_ENTRY(&fragment_entry, &sfragment_entry);
    [all...]

Completed in 96 milliseconds