Home
last modified time | relevance | path

Searched refs:vfe_vfsops (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h570 struct vfsops * vfe_vfsops; /* vfs operations */ member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c978 if ((desccount <= 0) || ((desccount > 8)) || (vfe->vfe_vfsops == (struct vfsops *)NULL) in vfs_fsadd()
989 newvfstbl->vfc_vfsops = vfe->vfe_vfsops; in vfs_fsadd()