Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c43 static struct super_block *squashfs_read_super(struct super_block *, void *, int);
56 static DECLARE_FSTYPE_DEV(squashfs_fs_type, "squashfs", squashfs_read_super);
929 static struct super_block *squashfs_read_super(struct super_block *s, in squashfs_read_super() function