Lines Matching refs:sdirh
1784 struct squashfs_dir_header sdirh;
1786 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh,
1787 next_block, next_offset, sizeof(sdirh),
1791 length += sizeof(sdirh);
1792 SQUASHFS_SWAP_DIR_HEADER(&dirh, &sdirh);
1895 struct squashfs_dir_header sdirh;
1896 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh,
1897 next_block, next_offset, sizeof(sdirh),
1901 length += sizeof(sdirh);
1902 SQUASHFS_SWAP_DIR_HEADER(&dirh, &sdirh);