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