Home
last modified time | relevance | path

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

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