Home
last modified time | relevance | path

Searched defs:vfsops (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dmount.h827 struct vfsops { struct
828 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 …]
/freebsd/sys/kern/
H A Dvfs_init.c386 struct vfsops *vfsops; in vfs_register() local