Home
last modified time | relevance | path

Searched refs:sblk (Results 1 – 1 of 1) sorted by relevance

/fs/squashfs/
Dsuper.c71 struct squashfs_super_block *sblk = NULL; in squashfs_fill_super() local
99 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super()
100 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
102 if (IS_ERR(sblk)) { in squashfs_fill_super()
104 err = PTR_ERR(sblk); in squashfs_fill_super()
105 sblk = NULL; in squashfs_fill_super()
112 sb->s_magic = le32_to_cpu(sblk->s_magic); in squashfs_fill_super()
123 le16_to_cpu(sblk->s_major), in squashfs_fill_super()
124 le16_to_cpu(sblk->s_minor), in squashfs_fill_super()
125 le16_to_cpu(sblk->compression)); in squashfs_fill_super()
[all …]