Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h780 struct vfsops { struct
781 vfs_mount_t *vfs_mount;
782 vfs_cmount_t *vfs_cmount;
784 vfs_root_t *vfs_root;
787 vfs_statfs_t *vfs_statfs;
788 vfs_sync_t *vfs_sync;
789 vfs_vget_t *vfs_vget;
790 vfs_fhtovp_t *vfs_fhtovp;
792 vfs_init_t *vfs_init;
793 vfs_uninit_t *vfs_uninit;
[all …]
/f-stack/freebsd/kern/
H A Dvfs_init.c378 struct vfsops *vfsops; in vfs_register() local