Home | History | Annotate | Download | only in squashfs

Lines Matching full:sindex

1653 			struct squashfs_dir_index sindex;
1654 squashfs_get_cached_block(s, (char *) &sindex,
1656 sizeof(sindex), &index_start,
1658 SQUASHFS_SWAP_DIR_INDEX(&index, &sindex);
1703 struct squashfs_dir_index sindex;
1704 squashfs_get_cached_block(s, (char *) &sindex,
1706 sizeof(sindex), &index_start,
1708 SQUASHFS_SWAP_DIR_INDEX(index, &sindex);