HomeSort by: relevance | last modified time | path
    Searched defs:adjsock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_vfsops.c 440 int adjsock; local in function:nfs_decode_args
460 adjsock = !(nmp->nm_flag & NFSMNT_RESVPORT)
463 adjsock |= ((nmp->nm_flag & NFSMNT_NOCONN) !=
501 adjsock |= (nmp->nm_wsize != osize);
515 adjsock |= (nmp->nm_rsize != osize);
547 adjsock |= ((nmp->nm_sotype != argp->sotype) ||
552 if (nmp->nm_so && adjsock) {
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 565 int adjsock; local in function:nfs_decode_args
607 adjsock = !(nmp->nm_flag & NFSMNT_RESVPORT)
610 adjsock |= ((nmp->nm_flag & NFSMNT_NOCONN) !=
695 adjsock |= ((nmp->nm_sotype != argp->sotype) ||
698 if (nmp->nm_client != NULL && adjsock) {

Completed in 16 milliseconds