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

/netbsd-current/sys/fs/nfs/common/
H A Dnfscl.h54 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, NULL)
H A Dnfs.h151 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (void *)(f), (s)))
690 u_int16_t nfh_len; /* Length of file handle */ member in struct:nfsfh
H A Dnfs_commonsubs.c686 nfhp->nfh_len = len;
1193 tfhsize = tnfhp->nfh_len;
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clport.c116 if (np->n_fhp->nfh_len != nfhp->nfh_len ||
117 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len))
146 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT);
186 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
188 dnp->n_fhp->nfh_len))) {
190 sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len +
197 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
199 dnp->n_fhp->nfh_len))) {
203 np->n_v4->n4_fhlen = dnp->n_fhp->nfh_len;
[all...]
H A Dnfs_clstate.c1003 np->n_fhp->nfh_len);
1014 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op);
1017 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1034 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1041 np->n_fhp->nfh_len, nlop, ownp, ldp, NULL);
1168 np->n_fhp->nfh_len);
1193 if (op->nfso_fhlen == np->n_fhp->nfh_len &&
1249 if (op->nfso_fhlen == np->n_fhp->nfh_len &&
1320 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len);
1347 if (op->nfso_fhlen == np->n_fhp->nfh_len
[all...]
H A Dnfs_clrpcops.c291 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]);
297 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1,
310 np->n_fhp->nfh_len, mode, op,
331 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp);
1092 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1108 nfhp->nfh_fh, nfhp->nfh_len,
1214 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1215 nfhp->nfh_len = np->n_fhp->nfh_len;
1216 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
[all...]
H A Dnfs_clnode.c117 nfhp->nfh_len = fhsize;
166 np->n_fhp->nfh_len = fhsize;
H A Dnfs_clvnops.c1207 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1262 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1834 tdnp->n_fhp->nfh_len + tcnp->cn_namelen - 1,
1842 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen ||
1844 tdnp->n_fhp->nfh_len))) {
1856 fnp->n_v4->n4_fhlen = tdnp->n_fhp->nfh_len;
1859 tdnp->n_fhp->nfh_len);
2477 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
2479 dnp->n_fhp->nfh_len))) {
2491 dnp->n_fhp->nfh_len
[all...]
H A Dnfs_clvfsops.c1879 *fhlenp = (size_t)np->n_fhp->nfh_len;
1881 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);

Completed in 275 milliseconds