Searched refs:squashfs_1_0_supported (Results 1 – 2 of 2) sorted by relevance
70 extern int squashfs_1_0_supported(struct squashfs_sb_info *msblk);72 static inline int squashfs_1_0_supported(struct squashfs_sb_info *msblk) in squashfs_1_0_supported() function
902 if (!squashfs_1_0_supported(msblk)) { in supported_squashfs_filesystem()1075 if (sblk->s_major == 1 && squashfs_1_0_supported(msblk)) in squashfs_read_super()