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

/freebsd-11.0-release/sys/fs/nfs/
H A Dnfscl.h52 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, NULL)
H A Dnfs.h147 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (caddr_t)(f), (s)))
686 u_int16_t nfh_len; /* Length of file handle */ member in struct:nfsfh
H A Dnfs_commonsubs.c681 nfhp->nfh_len = len;
1182 tfhsize = tnfhp->nfh_len;
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clport.c110 if (np->n_fhp->nfh_len != nfhp->nfh_len ||
111 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len))
140 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT);
180 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
182 dnp->n_fhp->nfh_len))) {
184 sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len +
191 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
193 dnp->n_fhp->nfh_len))) {
197 np->n_v4->n4_fhlen = dnp->n_fhp->nfh_len;
[all...]
H A Dnfs_clstate.c1001 np->n_fhp->nfh_len);
1012 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op);
1015 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1032 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1039 np->n_fhp->nfh_len, nlop, ownp, ldp, NULL);
1166 np->n_fhp->nfh_len);
1191 if (op->nfso_fhlen == np->n_fhp->nfh_len &&
1247 if (op->nfso_fhlen == np->n_fhp->nfh_len &&
1318 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len);
1345 if (op->nfso_fhlen == np->n_fhp->nfh_len
[all...]
H A Dnfs_clrpcops.c287 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]);
293 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1,
306 np->n_fhp->nfh_len, mode, op,
327 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp);
1088 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1104 nfhp->nfh_fh, nfhp->nfh_len,
1210 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1211 nfhp->nfh_len = np->n_fhp->nfh_len;
1212 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
[all...]
H A Dnfs_clnode.c115 nfhp->nfh_len = fhsize;
164 np->n_fhp->nfh_len = fhsize;
H A Dnfs_clvnops.c1210 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1265 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1837 tdnp->n_fhp->nfh_len + tcnp->cn_namelen - 1,
1845 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen ||
1847 tdnp->n_fhp->nfh_len))) {
1859 fnp->n_v4->n4_fhlen = tdnp->n_fhp->nfh_len;
1862 tdnp->n_fhp->nfh_len);
2480 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
2482 dnp->n_fhp->nfh_len))) {
2494 dnp->n_fhp->nfh_len
[all...]
H A Dnfs_clvfsops.c1877 *fhlenp = (size_t)np->n_fhp->nfh_len;
1879 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);

Completed in 186 milliseconds