Home
last modified time | relevance | path

Searched refs:ex_numsecflavors (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_export.c114 KASSERT(argp->ex_numsecflavors > 0, in vfs_hang_addrlist()
116 KASSERT(argp->ex_numsecflavors < MAXSECFLAVORS, in vfs_hang_addrlist()
140 np->netc_numsecflavors = argp->ex_numsecflavors; in vfs_hang_addrlist()
219 np->netc_numsecflavors = argp->ex_numsecflavors; in vfs_hang_addrlist()
313 (argp->ex_numsecflavors < 0 in vfs_export()
314 || argp->ex_numsecflavors >= MAXSECFLAVORS)) in vfs_export()
400 if (argp->ex_numsecflavors == 0) { in vfs_export()
401 argp->ex_numsecflavors = 1; in vfs_export()
H A Dvfs_mount.c1479 export.ex_numsecflavors = o2export.ex_numsecflavors; in vfs_domount_update()
1480 if (export.ex_numsecflavors < MAXSECFLAVORS) { in vfs_domount_update()
1481 for (i = 0; i < export.ex_numsecflavors; i++) in vfs_domount_update()
/freebsd/usr.sbin/mountd/
H A Dmountd.c125 int ex_numsecflavors; member
1860 ep->ex_numsecflavors; in get_exportlist_one()
1861 if (ep->ex_numsecflavors > 0) in get_exportlist_one()
2554 if (ep->ex_numsecflavors > 0) in hang_dirp()
2566 if (ep->ex_numsecflavors > 0) in hang_dirp()
2628 if (ep->ex_numsecflavors > 0) in add_dlist()
2638 if (ep->ex_numsecflavors > 0) in add_dlist()
2766 ep->ex_numsecflavors = 0; in parsesec()
2795 ep->ex_numsecflavors++; in parsesec()
3156 if (eap->ex_numsecflavors == 0) { in do_mount()
[all …]
/freebsd/sys/sys/
H A Dmount.h600 int ex_numsecflavors; /* security flavor count */ member
618 int ex_numsecflavors; /* security flavor count */ member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4004 export.export.ex_numsecflavors = in nfssvc_srvcall()
4005 oexp.export.ex_numsecflavors; in nfssvc_srvcall()
4006 if (export.export.ex_numsecflavors >= MAXSECFLAVORS || in nfssvc_srvcall()
4007 export.export.ex_numsecflavors < 0) in nfssvc_srvcall()
4010 for (i = 0; i < export.export.ex_numsecflavors; in nfssvc_srvcall()