Searched refs:directory_table (Results 1 – 3 of 3) sorted by relevance
85 msblk->directory_table; in get_dir_index_using_offset()101 u64 block = squashfs_i(inode)->start + msblk->directory_table; in squashfs_readdir()
288 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super() 305 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table); in squashfs_fill_super() 429 /* Sanity check directory_table */ in squashfs_fill_super() 430 if (msblk->directory_table > next_table) { in squashfs_fill_super() 436 if (msblk->inode_table >= msblk->directory_table) { in squashfs_fill_super()
60 u64 directory_table; member