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

/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c46 extern int nfs_pubfhset, nfs_rootfhset;
732 if (nfs_rootfhset) {
781 * nfs_rootfhset. Do I need to allow any other Ops?
783 * nfs_rootfhset is true. See nfsd_fhtovp())
H A Dnfs_nfsdserv.c54 extern int nfs_rootfhset;
2944 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3147 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3286 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3398 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3488 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
H A Dnfs_nfsdport.c68 int nfs_pubfhset = 0, nfs_rootfhset = 0; variable
2667 if (nfs_rootfhset) {
2704 if (nfs_rootfhset) {
2864 nfs_rootfhset = 0;
2884 nfs_rootfhset = 1;

Completed in 128 milliseconds