Searched refs:nfs_rootfhset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c56 extern int nfs_rootfhset;
3065 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3292 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3447 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3596 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3690 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3756 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3907 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
4009 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
4051 if (nfs_rootfhset
[all...]
H A Dnfs_nfsdsocket.c46 extern int nfs_pubfhset, nfs_rootfhset;
814 if (nfs_rootfhset) {
863 * nfs_rootfhset. Do I need to allow any other Ops?
865 * nfs_rootfhset is true. See nfsd_fhtovp())
H A Dnfs_nfsdport.c72 int nfs_pubfhset = 0, nfs_rootfhset = 0; variable
2698 if (nfs_rootfhset) {
2732 if (nfs_rootfhset) {
2892 nfs_rootfhset = 0;
2912 nfs_rootfhset = 1;

Completed in 303 milliseconds