Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs() function
431 .statfs = squashfs_statfs,
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c45 static int squashfs_statfs(struct super_block *, struct statfs *);
63 .statfs = squashfs_statfs,
1122 static int squashfs_statfs(struct super_block *s, struct statfs *buf) in squashfs_statfs() function