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