Searched refs:n_fhp (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/fs/nfs/
H A Dnfscl.h52 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, NULL)
H A Dnfs.h147 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (caddr_t)(f), (s)))
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clnode.c161 MALLOC(np->n_fhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
163 bcopy(fhp, np->n_fhp->nfh_fh, fhsize);
164 np->n_fhp->nfh_len = fhsize;
168 FREE((caddr_t)np->n_fhp, M_NFSFH);
174 td, &nvp, newnfs_vncmpf, np->n_fhp);
329 FREE((caddr_t)np->n_fhp, M_NFSFH);
H A Dnfs_clport.c110 if (np->n_fhp->nfh_len != nfhp->nfh_len ||
111 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len))
180 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
181 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
182 dnp->n_fhp->nfh_len))) {
184 sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len +
191 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
192 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
193 dnp->n_fhp->nfh_len))) {
197 np->n_v4->n4_fhlen = dnp->n_fhp
[all...]
H A Dnfs_clstate.c1000 ldp = dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1001 np->n_fhp->nfh_len);
1011 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh,
1012 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op);
1015 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1032 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp,
1038 error = nfscl_localconflict(clp, np->n_fhp->nfh_fh,
1039 np->n_fhp
[all...]
H A Dnfsnode.h102 struct nfsfh *n_fhp; /* NFS File Handle */ member in struct:nfsnode
H A Dnfs_clrpcops.c278 nfhp = np->n_fhp;
305 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
306 np->n_fhp->nfh_len, mode, op,
1086 nfhp = VTONFS(vp)->n_fhp;
1210 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1211 nfhp->nfh_len = np->n_fhp->nfh_len;
1212 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1242 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1243 nfhp->nfh_len = np->n_fhp->nfh_len;
1244 NFSBCOPY(np->n_fhp
[all...]
H A Dnfs_clvnops.c1837 tdnp->n_fhp->nfh_len + tcnp->cn_namelen - 1,
1845 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen ||
1846 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1847 tdnp->n_fhp->nfh_len))) {
1859 fnp->n_v4->n4_fhlen = tdnp->n_fhp->nfh_len;
1861 NFSBCOPY(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1862 tdnp->n_fhp->nfh_len);
2480 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen ||
2481 NFSBCMP(dnp->n_fhp->nfh_fh, np->n_v4->n4_data,
2482 dnp->n_fhp
[all...]
H A Dnfs_clvfsops.c1877 *fhlenp = (size_t)np->n_fhp->nfh_len;
1879 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len);
/freebsd-11.0-release/sys/nfsclient/
H A Dnfsnode.h107 nfsfh_t *n_fhp; /* NFS File Handle */ member in struct:nfsnode
H A Dnfs.h90 ((n)->n_fhsize == (s) && !bcmp((caddr_t)(n)->n_fhp, (caddr_t)(f), (s)))

Completed in 179 milliseconds