Home
last modified time | relevance | path

Searched refs:vfs_export (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c113 return (vfs_export(mp, &ump->um_export, in mfs_mount()
/openbsd/src/sys/sys/
Dmount.h610 int vfs_export(struct mount *, struct netexport *, struct export_args *);
/openbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c150 return (vfs_export(mp, &pmp->pm_export, in msdosfs_mount()
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c146 err = vfs_export(mp, &ntm->ntm_export, &args->export_info); in ntfs_mount()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c148 return (vfs_export(mp, &imp->im_export, in cd9660_mount()
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c205 return (vfs_export(mp, &ump->um_export, in ext2fs_mount()
/openbsd/src/sys/ufs/ffs/
Dffs_vfsops.c275 error = vfs_export(mp, &ump->um_export, in ffs_mount()
/openbsd/src/sys/kern/
Dvfs_subr.c1570 vfs_export(struct mount *mp, struct netexport *nep, struct export_args *argp) in vfs_export() function