Searched refs:nfh_len (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
H A Dnfscl.h54 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, \
H A Dnfs.h150 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (caddr_t)(f), (s)))
752 u_int16_t nfh_len; /* Length of file handle */ member in struct:nfsfh
H A Dnfs_commonsubs.c1059 nfhp->nfh_len = len;
1569 tfhsize = tnfhp->nfh_len;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clport.c112 if (np->n_fhp->nfh_len != nfhp->nfh_len ||
113 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len))
142 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT);
182 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
184 dnp->n_fhp->nfh_len))) {
186 sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len +
193 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
195 dnp->n_fhp->nfh_len))) {
199 np->n_v4->n4_fhlen = dnp->n_fhp->nfh_len;
[all...]
H A Dnfs_clstate.c1065 np->n_fhp->nfh_len);
1076 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op);
1079 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1096 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1103 np->n_fhp->nfh_len, nlop, ownp, ldp, NULL);
1230 np->n_fhp->nfh_len);
1255 if (op->nfso_fhlen == np->n_fhp->nfh_len &&
1311 if (op->nfso_fhlen == np->n_fhp->nfh_len &&
1382 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len);
1409 if (op->nfso_fhlen == np->n_fhp->nfh_len
[all...]
H A Dnfs_clnode.c117 nfhp->nfh_len = fhsize;
171 np->n_fhp->nfh_len = fhsize;
H A Dnfs_clrpcops.c361 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]);
367 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1,
388 np->n_fhp->nfh_len, mode, op,
396 np->n_fhp->nfh_len, mode, op,
417 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp);
1221 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1237 nfhp->nfh_fh, nfhp->nfh_len,
1350 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1351 nfhp->nfh_len = np->n_fhp->nfh_len;
[all...]
H A Dnfs_clvnops.c1279 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1334 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1911 tdnp->n_fhp->nfh_len + tcnp->cn_namelen - 1,
1919 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen ||
1921 tdnp->n_fhp->nfh_len))) {
1933 fnp->n_v4->n4_fhlen = tdnp->n_fhp->nfh_len;
1936 tdnp->n_fhp->nfh_len);
2580 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
2582 dnp->n_fhp->nfh_len))) {
2594 dnp->n_fhp->nfh_len
[all...]
H A Dnfs_clvfsops.c1926 *fhlenp = (size_t)np->n_fhp->nfh_len;
1928 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3887 np->n_fhp->nfh_len != NFSX_MYFH) {
3891 nmp->nm_nam->sa_len, np->n_fhp->nfh_len);

Completed in 112 milliseconds