HomeSort by relevance Sort by last modified time
    Searched refs:squashfs_statfs (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
super.c 300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) function
304 TRACE("Entered squashfs_statfs\n");
431 .statfs = squashfs_statfs,
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 45 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) function
1127 TRACE("Entered squashfs_statfs\n");
    [all...]

Completed in 246 milliseconds