vfs_statfs        127 include/sys/mount.h 	int (*vfs_statfs)	(mount_t, struct statfs *);
vfs_statfs        144 include/sys/mount.h #define VFS_STATFS(MP, SFP)         ((MP)->m_op->vfs_statfs)(MP, SFP)