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

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfscl.h52 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL)
H A Dnfs.h145 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (caddr_t)(f), (s)))
609 u_int8_t nfh_fh[1]; /* and the file handle */ member in struct:nfsfh
H A Dnfs_commonsubs.c650 error = nfsrv_mtostr(nd, nfhp->nfh_fh, len);
1153 !NFSRV_CMPFH(tnfhp->nfh_fh, tfhsize,
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clnode.c114 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
169 bcopy(fhp, np->n_fhp->nfh_fh, fhsize);
H A Dnfs_clstate.c971 ldp = dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
982 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh,
986 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1003 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1009 error = nfscl_localconflict(clp, np->n_fhp->nfh_fh,
1136 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1163 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) {
1219 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) {
1289 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len);
1317 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, o
[all...]
H A Dnfs_clport.c97 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len))
126 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT);
167 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
178 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
185 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
232 !bcmp(nfhp->nfh_fh, nmp->nm_fh, nfhp->nfh_len)) {
249 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
313 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
H A Dnfs_clrpcops.c246 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]);
252 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1,
264 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
286 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp);
975 error = nfscl_getstateid(vp, nfhp->nfh_fh,
992 nfhp->nfh_fh, nfhp->nfh_len,
1099 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1131 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfh
[all...]
H A Dnfs_clvnops.c1208 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1263 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1839 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1854 NFSBCOPY(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
2464 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2481 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2485 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len,
2496 } else if (NFS_CMPFH(dnp, nfhp->nfh_fh, nfhp->nfh_len)) {
H A Dnfs_clvfsops.c1627 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);

Completed in 204 milliseconds