HomeSort by: relevance | last modified time | path
    Searched refs:nfh_fh (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/fs/nfs/common/
nfscl.h 54 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, NULL)
nfs.h 151 ((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
nfs_commonsubs.c 681 error = nfsrv_mtostr(nd, nfhp->nfh_fh, len);
1196 !NFSRV_CMPFH(tnfhp->nfh_fh, tfhsize,
  /src/sys/fs/nfs/client/
nfs_clport.c 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);
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);
nfs_clstate.c 1002 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, op->nfso_fhlen))
    [all...]
nfs_clnode.c 116 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
165 bcopy(fhp, np->n_fhp->nfh_fh, fhsize);
nfs_clrpcops.c 291 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, nfhp->nfh_len)
    [all...]
nfs_clvnops.c 1207 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)) {
nfs_clvfsops.c 1881 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);

Completed in 25 milliseconds