Lines Matching refs:le64_to_cpu
181 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
211 root_inode = le64_to_cpu(sblk->root_inode); in squashfs_fill_super()
215 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
216 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
235 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
237 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
269 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
290 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
297 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
300 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super()
313 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
331 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
338 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()