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

  /src/sys/fs/nfs/client/
nfsmount.h 51 int nm_fhsize; /* Size of root file handle */ member in struct:nfsmount
nfs_clvfsops.c 297 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, LK_EXCLUSIVE);
318 ret = nfsrpc_getattrnovp(nmp, nmp->nm_fh, nmp->nm_fhsize, 1,
1489 nmp->nm_fhsize = argp->fhsize;
1490 if (nmp->nm_fhsize > 0)
1517 if (nmp->nm_fhsize == 0 && (nmp->nm_flag & NFSMNT_NFSV4) &&
1546 if (nmp->nm_fhsize > 0) {
1553 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np,
1564 ret = nfsrpc_getattrnovp(nmp, nmp->nm_fh, nmp->nm_fhsize, 1,
1719 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, flags);
nfs_clnode.c 156 if ((fhsize == nmp->nm_fhsize) &&
nfs_clport.c 245 if ((nfhp->nfh_len == nmp->nm_fhsize) &&
nfs_clrpcops.c 969 nmp->nm_fhsize, NULL, NULL);
4357 nmp->nm_fhsize = len;

Completed in 21 milliseconds