Searched refs:nfh_fh (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)))
691 u_int8_t nfh_fh[1]; /* and the file handle */ member in struct:nfsfh
H A Dnfs_commonsubs.c681 error = nfsrv_mtostr(nd, nfhp->nfh_fh, len);
1196 !NFSRV_CMPFH(tnfhp->nfh_fh, tfhsize,
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clport.c117 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);
187 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
198 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
205 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
246 !bcmp(nfhp->nfh_fh, nmp->nm_fh, nfhp->nfh_len)) {
263 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
327 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
H A Dnfs_clstate.c1002 ldp = dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1013 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh,
1017 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1034 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1040 error = nfscl_localconflict(clp, np->n_fhp->nfh_fh,
1167 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1194 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) {
1250 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) {
1320 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len);
1348 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, o
[all...]
H A Dnfs_clnode.c116 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
165 bcopy(fhp, np->n_fhp->nfh_fh, fhsize);
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,
309 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
331 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp);
1091 error = nfscl_getstateid(vp, nfhp->nfh_fh,
1108 nfhp->nfh_fh, nfhp->nfh_len,
1216 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1248 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfh
[all...]
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)) {
1843 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1858 NFSBCOPY(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
2478 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2495 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2499 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len,
2510 } else if (NFS_CMPFH(dnp, nfhp->nfh_fh, nfhp->nfh_len)) {
H A Dnfs_clvfsops.c1881 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);

Completed in 169 milliseconds