Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/client/
Dnfs_clstate.c1002 ldp = dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, in nfscl_getbytelock()
1013 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh, in nfscl_getbytelock()
1017 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp, in nfscl_getbytelock()
1034 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp, in nfscl_getbytelock()
1040 error = nfscl_localconflict(clp, np->n_fhp->nfh_fh, in nfscl_getbytelock()
1167 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, in nfscl_relbytelock()
1194 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) { in nfscl_relbytelock()
1250 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) { in nfscl_releasealllocks()
1320 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_checkwritelocked()
1348 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) { in nfscl_checkwritelocked()
[all …]
Dnfs_clport.c117 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len)) in newnfs_vncmpf()
146 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT); in nfscl_nget()
187 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data, in nfscl_nget()
198 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data, in nfscl_nget()
205 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data, in nfscl_nget()
246 !bcmp(nfhp->nfh_fh, nmp->nm_fh, nfhp->nfh_len)) { in nfscl_nget()
263 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data, in nfscl_nget()
327 bcopy(fhp, &nfhp->nfh_fh[0], fhsize); in nfscl_ngetreopen()
Dnfs_clrpcops.c291 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]); in nfsrpc_open()
297 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1, in nfsrpc_open()
309 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh, in nfsrpc_open()
331 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp); in nfsrpc_open()
1091 error = nfscl_getstateid(vp, nfhp->nfh_fh, in nfsrpc_setattr()
1108 nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_setattr()
1216 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len); in nfsrpc_lookup()
1248 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len); in nfsrpc_lookup()
1370 (void)nfscl_getstateid(vp, nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_read()
1524 (void)nfscl_getstateid(vp, nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_write()
[all …]
Dnfs_clnode.c116 bcopy(fhp, &nfhp->nfh_fh[0], fhsize); in ncl_nget()
165 bcopy(fhp, np->n_fhp->nfh_fh, fhsize); in ncl_nget()
Dnfs_clvnops.c1207 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookup()
1262 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookup()
1843 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data, in nfs_rename()
1858 NFSBCOPY(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data, in nfs_rename()
2478 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data, in nfs_lookitup()
2495 NFSBCOPY(dnp->n_fhp->nfh_fh, np->n_v4->n4_data, in nfs_lookitup()
2499 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, in nfs_lookitup()
2510 } else if (NFS_CMPFH(dnp, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookitup()
Dnfs_clvfsops.c1881 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len); in nfs_getnlminfo()
/netbsd/src/sys/fs/nfs/common/
Dnfscl.h54 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, NULL)
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
Dnfs_commonsubs.c681 error = nfsrv_mtostr(nd, nfhp->nfh_fh, len); in nfsm_getfh()
1196 !NFSRV_CMPFH(tnfhp->nfh_fh, tfhsize, in nfsv4_loadattr()