HomeSort by: relevance | last modified time | path
    Searched refs:nfs_rootfhset (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 56 extern int nfs_rootfhset;
3079 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3311 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3458 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3577 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3671 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3731 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3859 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
3961 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0) {
4003 if (nfs_rootfhset == 0 || nfsd_checkrootexp(nd) != 0)
    [all...]
nfs_nfsdsocket.c 48 extern int nfs_pubfhset, nfs_rootfhset;
887 if (nfs_rootfhset) {
936 * nfs_rootfhset. Do I need to allow any other Ops?
938 * nfs_rootfhset is true. See nfsd_fhtovp())
nfs_nfsdport.c 80 int nfs_pubfhset = 0, nfs_rootfhset = 0; variable in typeref:typename:int
2711 if (nfs_rootfhset) {
2745 if (nfs_rootfhset) {
2905 nfs_rootfhset = 0;
2925 nfs_rootfhset = 1;

Completed in 16 milliseconds