Searched refs:fhsize (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c125 nfs_hash(u_char *fhp, int fhsize) argument
131 for (i = 0; i < fhsize; i++)
190 int fhsize,
216 nhpp = NFSNOHASH(nfs_hash(fhp, fhsize));
221 if (mp != mp2 || np->n_fhsize != fhsize ||
222 bcmp(fhp, np->n_fhp, fhsize))
225 cnp && (cnp->cn_namelen > (fhsize - (int)sizeof(dnp)))) {
415 if (fhsize > NFS_SMALLFH) {
417 fhsize, M_NFSBIGFH, M_WAITOK);
428 bcopy(fhp, np->n_fhp, fhsize);
185 nfs_nget( mount_t mp, nfsnode_t dnp, struct componentname *cnp, u_char *fhp, int fhsize, struct nfs_vattr *nvap, u_int64_t *xidp, uint32_t auth, int flags, nfsnode_t *npp) argument
[all...]
H A Dnfs4_subs.c453 int error = 0, status, nfsvers, numops, namelen, fhsize; local
471 fhsize = fhp ? siap->rsia_fhsize : 0;
480 fhsize = np->n_fhsize;
501 fhsize = dnp->n_fhsize;
525 fhsize = dnp->n_fhsize;
540 nfsm_chain_add_fh(error, &nmreq, nfsvers, fhp, fhsize);
643 int fhsize,
657 fhsize = dnp->n_fhsize;
665 NFSREQ_SECINFO_SET(&si, NULL, fhp, fhsize, name, 0);
671 nfsm_chain_add_fh(error, &nmreq, NFS_VER4, fhp, fhsize);
639 nfs4_get_fs_locations( struct nfsmount *nmp, nfsnode_t dnp, u_char *fhp, int fhsize, const char *name, vfs_context_t ctx, struct nfs_fs_locations *nfslsp) argument
[all...]
H A Dnfs.h231 int fhsize; /* Size, in bytes, of fh */ member in struct:nfs_args
275 int fhsize; /* Size, in bytes, of fh */ member in struct:user_nfs_args
H A Dnfs_vfsops.c1504 args.fhsize = tempargs.fhsize;
1530 if ((args.fhsize < 0) || (args.fhsize > NFS4_FHSIZE)) {
1534 if (args.fhsize > 0) {
1536 bcopy(CAST_DOWN(void *, args.fh), (caddr_t)nfh, args.fhsize);
1538 error = copyin(args.fh, (caddr_t)nfh, args.fhsize);
1759 xb_add_fh(error, &xb, &nfh[0], args.fhsize);
H A Dnfs_vnops.c1256 size_t fhsize,
1278 nfsm_chain_add_32(error, &nmreq, fhsize);
1279 nfsm_chain_add_opaque(error, &nmreq, fhp, fhsize);
1252 nfs3_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument
H A Dnfs4_vnops.c180 size_t fhsize,
215 nfsm_chain_add_fh(error, &nmreq, nfsvers, fhp, fhsize);
176 nfs4_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument

Completed in 117 milliseconds