Searched refs:nm_fhsize (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/nfsclient/
H A Dnfsmount.h57 int nm_fhsize; /* Size of root file handle */ member in struct:nfsmount
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfsmount.h50 int nm_fhsize; /* Size of root file handle */ member in struct:nfsmount
H A Dnfs_clvfsops.c294 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, LK_EXCLUSIVE);
315 ret = nfsrpc_getattrnovp(nmp, nmp->nm_fh, nmp->nm_fhsize, 1,
1501 nmp->nm_fhsize = argp->fhsize;
1502 if (nmp->nm_fhsize > 0)
1529 if (nmp->nm_fhsize == 0 && (nmp->nm_flag & NFSMNT_NFSV4) &&
1556 if (nmp->nm_fhsize > 0) {
1563 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np,
1574 ret = nfsrpc_getattrnovp(nmp, nmp->nm_fh, nmp->nm_fhsize, 1,
1755 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, flags);
H A Dnfs_clnode.c157 if ((fhsize == nmp->nm_fhsize) &&
H A Dnfs_clport.c240 if ((nfhp->nfh_len == nmp->nm_fhsize) &&
H A Dnfs_clrpcops.c1024 nmp->nm_fhsize, NULL, NULL);
4451 nmp->nm_fhsize = len;

Completed in 85 milliseconds