linux/fs/9p
Sripathi Kodi bda8e77520 9p: add 9P2000.L statfs operation
I made a V2 of this patch on top of my patches for VFS switches. The
change was adding v9fs_statfs pointer to v9fs_super_ops_dotl
instead of v9fs_super_ops.

statfs - get file system statistics

size[4] Tstatfs tag[2] fid[4]
size[4] Rstatfs tag[2] type[4] bsize[4] blocks[8] bfree[8] bavail[8]
                files[8] ffree[8] fsid[8] namelen[4]

The statfs message is used to request file system information returned
by the statfs(2) system call, which is used by df(1) to report file
system and disk space usage.

Signed-off-by: Jim Garlick <garlick@llnl.gov>
Signed-off-by: Sripathi Kodi <sripathik@in.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-05-21 16:44:33 -05:00
..
Kconfig 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
Makefile 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
cache.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
cache.h 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
fid.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs 2010-04-05 13:42:54 -07:00
fid.h 9p: Documentation updates 2008-05-14 19:23:25 -05:00
v9fs.c 9p: add bdi backing to mount session 2010-04-22 11:42:00 +02:00
v9fs.h 9p: add bdi backing to mount session 2010-04-22 11:42:00 +02:00
v9fs_vfs.h 9p: VFS switches for 9p2000.L: VFS switches 2010-05-21 16:44:33 -05:00
vfs_addr.c 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
vfs_dentry.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
vfs_dir.c 9p: VFS switches for 9p2000.L: VFS switches 2010-05-21 16:44:33 -05:00
vfs_file.c 9p: VFS switches for 9p2000.L: VFS switches 2010-05-21 16:44:33 -05:00
vfs_inode.c 9p: VFS switches for 9p2000.L: VFS switches 2010-05-21 16:44:33 -05:00
vfs_super.c 9p: add 9P2000.L statfs operation 2010-05-21 16:44:33 -05:00