Lines Matching refs:newfhlen
543 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc() argument
634 sizeof (struct nfscldeleg) + newfhlen, in nfsrpc_openrpc()
639 ndp->nfsdl_fhlen = newfhlen; in nfsrpc_openrpc()
640 NFSBCOPY(newfhp, ndp->nfsdl_fh, newfhlen); in nfsrpc_openrpc()
718 ret = nfsrpc_openconfirm(vp, newfhp, newfhlen, op, in nfsrpc_openrpc()
742 newfhlen, mode, op, name, namelen, &ndp, 0, 0x0, in nfsrpc_openrpc()
8283 int fhlen, uint8_t *newfhp, int newfhlen, uint32_t mode, in nfsrpc_getopenlayout() argument
8305 lyp = nfscl_getlayout(nmp->nm_clp, newfhp, newfhlen, 0, mode, &flp, in nfsrpc_getopenlayout()
8329 newfhp, newfhlen, mode, op, name, namelen, in nfsrpc_getopenlayout()
8334 laystat = nfsrpc_layoutgetres(nmp, vp, newfhp, newfhlen, in nfsrpc_getopenlayout()
8338 error = nfsrpc_openrpc(nmp, vp, nfhp, fhlen, newfhp, newfhlen, in nfsrpc_getopenlayout()
8356 int fhlen, uint8_t *newfhp, int newfhlen, uint32_t mode, in nfsrpc_openlayoutrpc() argument
8433 ndp = malloc(sizeof(struct nfscldeleg) + newfhlen, in nfsrpc_openlayoutrpc()
8438 ndp->nfsdl_fhlen = newfhlen; in nfsrpc_openlayoutrpc()
8439 NFSBCOPY(newfhp, ndp->nfsdl_fh, newfhlen); in nfsrpc_openlayoutrpc()
8864 int newfhlen, nfsv4stateid_t *stateidp, int retonclose, uint32_t *notifybit, in nfsrpc_layoutgetres() argument
8924 laystat = nfscl_layout(nmp, vp, newfhp, newfhlen, stateidp, in nfsrpc_layoutgetres()