Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h819 struct vfsops { struct
820 vfs_mount_t *vfs_mount;
821 vfs_cmount_t *vfs_cmount;
823 vfs_root_t *vfs_root;
826 vfs_statfs_t *vfs_statfs;
827 vfs_sync_t *vfs_sync;
828 vfs_vget_t *vfs_vget;
829 vfs_fhtovp_t *vfs_fhtovp;
831 vfs_init_t *vfs_init;
832 vfs_uninit_t *vfs_uninit;
[all …]
/freebsd/sys/kern/
H A Dvfs_init.c386 struct vfsops *vfsops; in vfs_register() local