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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfscl.h54 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, \
H A Dnfs.h150 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (caddr_t)(f), (s)))
753 u_int8_t nfh_fh[1]; /* and the file handle */ member in struct:nfsfh
H A Dnfs_commonsubs.c1054 error = nfsrv_mtostr(nd, nfhp->nfh_fh, len);
1572 !NFSRV_CMPFH(tnfhp->nfh_fh, tfhsize,
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clport.c113 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len))
142 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT);
183 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
194 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
201 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
244 !bcmp(nfhp->nfh_fh, nmp->nm_fh, nfhp->nfh_len)) {
263 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
328 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
H A Dnfs_clstate.c1064 ldp = dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1075 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh,
1079 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1096 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1102 error = nfscl_localconflict(clp, np->n_fhp->nfh_fh,
1229 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1256 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) {
1312 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) {
1382 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len);
1410 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, o
[all...]
H A Dnfs_clnode.c116 bcopy(fhp, &nfhp->nfh_fh[0], fhsize);
170 bcopy(fhp, np->n_fhp->nfh_fh, fhsize);
H A Dnfs_clrpcops.c361 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]);
367 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1,
387 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
395 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
417 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp);
1220 error = nfscl_getstateid(vp, nfhp->nfh_fh,
1237 nfhp->nfh_fh, nfhp->nfh_len,
1352 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1384 NFSBCOPY(np->n_fhp->nfh_fh, nfh
[all...]
H A Dnfs_clvnops.c1279 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1334 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) {
1920 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1935 NFSBCOPY(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
2581 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2598 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2602 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len,
2613 } else if (NFS_CMPFH(dnp, nfhp->nfh_fh, nfhp->nfh_len)) {
H A Dnfs_clvfsops.c1928 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3908 NFSBCOPY(np->n_fhp->nfh_fh, &pf->dsf_fh,
5627 NFSBCOPY(np->n_fhp->nfh_fh, &pf->dsf_fh, NFSX_MYFH);

Completed in 82 milliseconds