Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs.h79 extern int squashfs_2_0_supported(struct squashfs_sb_info *msblk);
81 static inline int squashfs_2_0_supported(struct squashfs_sb_info *msblk) in squashfs_2_0_supported() function
Dsquashfs2_0.c736 int squashfs_2_0_supported(struct squashfs_sb_info *msblk) in squashfs_2_0_supported() function
Dinode.c910 if (!squashfs_2_0_supported(msblk)) { in supported_squashfs_filesystem()