Searched defs:vfsops (Results 1 – 2 of 2) sorted by relevance
827 struct vfsops { struct828 vfs_mount_t *vfs_mount;829 vfs_cmount_t *vfs_cmount;830 vfs_unmount_t *vfs_unmount;831 vfs_root_t *vfs_root;832 vfs_root_t *vfs_cachedroot;833 vfs_quotactl_t *vfs_quotactl;834 vfs_statfs_t *vfs_statfs;835 vfs_sync_t *vfs_sync;836 vfs_vget_t *vfs_vget;[all …]
386 struct vfsops *vfsops; in vfs_register() local