Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dmount.h570 struct netcred { struct
581 struct netcred ne_defexported; /* Default export */ argument
612 struct netcred *vfs_export_lookup(struct mount *, struct netexport *,
/openbsd/src/sys/ufs/ufs/
Dufs_vfsops.c89 struct netcred *np; in ufs_check_export()
/openbsd/src/sys/kern/
Dvfs_subr.c1473 struct netcred *np; in vfs_hang_addrlist()
1493 nplen = sizeof(struct netcred) + argp->ex_addrlen + argp->ex_masklen; in vfs_hang_addrlist()
1494 np = (struct netcred *)malloc(nplen, M_NETADDR, M_WAITOK|M_ZERO); in vfs_hang_addrlist()
1530 if (rn == NULL || np != (struct netcred *)rn) { /* already exists */ in vfs_hang_addrlist()
1546 struct netcred * np = (struct netcred *)rn; in vfs_free_netcred()
1590 struct netcred *
1594 struct netcred *np; in vfs_export_lookup()
1614 np = (struct netcred *)rn_match(saddr, rnh); in vfs_export_lookup()
/openbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c750 struct netcred *np; in msdosfs_check_export()
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c88 struct netcred *np; in ntfs_checkexp()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c930 struct netcred *np; in cd9660_check_export()