Home
last modified time | relevance | path

Searched refs:vfs_export_lookup (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/ufs/ufs/
Dufs_vfsops.c95 np = vfs_export_lookup(mp, &ump->um_export, nam); in ufs_check_export()
/openbsd/src/sys/sys/
Dmount.h612 struct netcred *vfs_export_lookup(struct mount *, struct netexport *,
/openbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c756 np = vfs_export_lookup(mp, &pmp->pm_export, nam); in msdosfs_check_export()
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c94 np = vfs_export_lookup(mp, &ntm->ntm_export, nam); in ntfs_checkexp()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c936 np = vfs_export_lookup(mp, &imp->im_export, nam); in cd9660_check_export()
/openbsd/src/sys/kern/
Dvfs_subr.c1591 vfs_export_lookup(struct mount *mp, struct netexport *nep, struct mbuf *nam) in vfs_export_lookup() function