mount_t           131 include/sys/mount.h typedef int (*vfsop_mount_t)(mount_t, char *, int, void *);
mount_t           132 include/sys/mount.h typedef int (*vfsop_umount_t)(mount_t);
mount_t           133 include/sys/mount.h typedef int (*vfsop_sync_t)(mount_t);
mount_t           134 include/sys/mount.h typedef int (*vfsop_vget_t)(mount_t, vnode_t);
mount_t           135 include/sys/mount.h typedef int (*vfsop_statfs_t)(mount_t, struct statfs *);