vfsop_statfs_t    135 include/sys/mount.h typedef int (*vfsop_statfs_t)(mount_t, struct statfs *);
vfsop_statfs_t     53 usr/server/fs/arfs/arfs_vfsops.c #define arfs_statfs	((vfsop_statfs_t)vfs_nullop)
vfsop_statfs_t     57 usr/server/fs/devfs/devfs_vnops.c #define devfs_statfs	((vfsop_statfs_t)vfs_nullop)
vfsop_statfs_t     51 usr/server/fs/fatfs/fatfs_vfsops.c #define fatfs_statfs	((vfsop_statfs_t)vfs_nullop)
vfsop_statfs_t     72 usr/server/fs/fifofs/fifo_vnops.c #define fifo_statfs	((vfsop_statfs_t)vfs_nullop)
vfsop_statfs_t     43 usr/server/fs/ramfs/ramfs_vfsops.c #define ramfs_statfs	((vfsop_statfs_t)vfs_nullop)