Searched refs:sdire (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 569 struct squashfs_dir_entry_2 sdire; in squashfs_readdir_2() local 571 &sdire, next_block, next_offset, in squashfs_readdir_2() 572 sizeof(sdire), &next_block, in squashfs_readdir_2() 576 length += sizeof(sdire); in squashfs_readdir_2() 577 SQUASHFS_SWAP_DIR_ENTRY_2(dire, &sdire); in squashfs_readdir_2() 679 struct squashfs_dir_entry_2 sdire; in squashfs_lookup_2() local 681 &sdire, next_block,next_offset, in squashfs_lookup_2() 682 sizeof(sdire), &next_block, in squashfs_lookup_2() 686 length += sizeof(sdire); in squashfs_lookup_2() 687 SQUASHFS_SWAP_DIR_ENTRY_2(dire, &sdire); in squashfs_lookup_2()
|
D | inode.c | 1805 struct squashfs_dir_entry sdire; in squashfs_readdir() local 1807 &sdire, next_block, next_offset, in squashfs_readdir() 1808 sizeof(sdire), &next_block, in squashfs_readdir() 1812 length += sizeof(sdire); in squashfs_readdir() 1813 SQUASHFS_SWAP_DIR_ENTRY(dire, &sdire); in squashfs_readdir() 1915 struct squashfs_dir_entry sdire; in squashfs_lookup() local 1917 &sdire, next_block,next_offset, in squashfs_lookup() 1918 sizeof(sdire), &next_block, in squashfs_lookup() 1922 length += sizeof(sdire); in squashfs_lookup() 1923 SQUASHFS_SWAP_DIR_ENTRY(dire, &sdire); in squashfs_lookup()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquash-1.c | 272 squashfs_dir_entry_2 sdire; in squashfs_opendir_1() local 273 memcpy(&sdire, directory_table + bytes, in squashfs_opendir_1() 274 sizeof(sdire)); in squashfs_opendir_1() 275 SQUASHFS_SWAP_DIR_ENTRY_2(dire, &sdire); in squashfs_opendir_1()
|
D | unsquash-3.c | 350 squashfs_dir_entry_3 sdire; in squashfs_opendir_3() local 351 memcpy(&sdire, directory_table + bytes, in squashfs_opendir_3() 352 sizeof(sdire)); in squashfs_opendir_3() 353 SQUASHFS_SWAP_DIR_ENTRY_3(dire, &sdire); in squashfs_opendir_3()
|