Searched refs:nfh_len (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clport.c | 107 if (np->n_fhp->nfh_len != nfhp->nfh_len || in newnfs_vncmpf() 108 NFSBCMP(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len)) in newnfs_vncmpf() 137 hash = fnv_32_buf(nfhp->nfh_fh, nfhp->nfh_len, FNV1_32_INIT); in nfscl_nget() 177 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen || in nfscl_nget() 179 dnp->n_fhp->nfh_len))) { in nfscl_nget() 181 sizeof (struct nfsv4node) + dnp->n_fhp->nfh_len + in nfscl_nget() 188 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen || in nfscl_nget() 190 dnp->n_fhp->nfh_len))) { in nfscl_nget() 194 np->n_v4->n4_fhlen = dnp->n_fhp->nfh_len; in nfscl_nget() 197 dnp->n_fhp->nfh_len); in nfscl_nget() [all …]
|
| HD | nfs_clstate.c | 1001 np->n_fhp->nfh_len); in nfscl_getbytelock() 1012 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op); in nfscl_getbytelock() 1015 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp, in nfscl_getbytelock() 1032 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp, in nfscl_getbytelock() 1039 np->n_fhp->nfh_len, nlop, ownp, ldp, NULL); in nfscl_getbytelock() 1166 np->n_fhp->nfh_len); in nfscl_relbytelock() 1191 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_relbytelock() 1247 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_releasealllocks() 1318 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_checkwritelocked() 1345 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_checkwritelocked() [all …]
|
| HD | nfs_clrpcops.c | 287 if (nfhp->nfh_len > 0) printf(" fh=0x%x\n",nfhp->nfh_fh[12]); in nfsrpc_open() 293 error = nfscl_open(vp, nfhp->nfh_fh, nfhp->nfh_len, mode, 1, in nfsrpc_open() 306 np->n_fhp->nfh_len, mode, op, in nfsrpc_open() 327 nfhp->nfh_fh, nfhp->nfh_len, cred, p, &dp); in nfsrpc_open() 1087 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp); in nfsrpc_setattr() 1103 nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_setattr() 1209 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK); in nfsrpc_lookup() 1210 nfhp->nfh_len = np->n_fhp->nfh_len; in nfsrpc_lookup() 1211 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len); in nfsrpc_lookup() 1241 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK); in nfsrpc_lookup() [all …]
|
| HD | nfs_clnode.c | 115 nfhp->nfh_len = fhsize; in ncl_nget() 164 np->n_fhp->nfh_len = fhsize; in ncl_nget()
|
| HD | nfs_clvnops.c | 1212 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookup() 1267 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookup() 1839 tdnp->n_fhp->nfh_len + tcnp->cn_namelen - 1, in nfs_rename() 1847 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen || in nfs_rename() 1849 tdnp->n_fhp->nfh_len))) { in nfs_rename() 1861 fnp->n_v4->n4_fhlen = tdnp->n_fhp->nfh_len; in nfs_rename() 1864 tdnp->n_fhp->nfh_len); in nfs_rename() 2482 dnp->n_fhp->nfh_len != np->n_v4->n4_fhlen || in nfs_lookitup() 2484 dnp->n_fhp->nfh_len))) { in nfs_lookitup() 2496 dnp->n_fhp->nfh_len + len - 1, in nfs_lookitup() [all …]
|
| HD | nfs_clvfsops.c | 1762 *fhlenp = (size_t)np->n_fhp->nfh_len; in nfs_getnlminfo() 1764 bcopy(np->n_fhp->nfh_fh, fhp, np->n_fhp->nfh_len); in nfs_getnlminfo()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfscl.h | 52 VTONFS(v)->n_fhp->nfh_fh, VTONFS(v)->n_fhp->nfh_len, NULL, NULL)
|
| HD | nfs.h | 147 ((n)->n_fhp->nfh_len == (s) && !NFSBCMP((n)->n_fhp->nfh_fh, (caddr_t)(f), (s))) 686 u_int16_t nfh_len; /* Length of file handle */ member
|
| HD | nfs_commonsubs.c | 681 nfhp->nfh_len = len; in nfsm_getfh() 1182 tfhsize = tnfhp->nfh_len; in nfsv4_loadattr()
|