Home
last modified time | relevance | path

Searched refs:newfhlen (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c542 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc() argument
633 sizeof (struct nfscldeleg) + newfhlen, in nfsrpc_openrpc()
638 ndp->nfsdl_fhlen = newfhlen; in nfsrpc_openrpc()
639 NFSBCOPY(newfhp, ndp->nfsdl_fh, newfhlen); in nfsrpc_openrpc()
717 ret = nfsrpc_openconfirm(vp, newfhp, newfhlen, op, in nfsrpc_openrpc()
741 newfhlen, mode, op, name, namelen, &ndp, 0, 0x0, in nfsrpc_openrpc()
8150 int fhlen, uint8_t *newfhp, int newfhlen, uint32_t mode, in nfsrpc_getopenlayout() argument
8172 lyp = nfscl_getlayout(nmp->nm_clp, newfhp, newfhlen, 0, mode, &flp, in nfsrpc_getopenlayout()
8196 newfhp, newfhlen, mode, op, name, namelen, in nfsrpc_getopenlayout()
8201 laystat = nfsrpc_layoutgetres(nmp, vp, newfhp, newfhlen, in nfsrpc_getopenlayout()
8223 nfsrpc_openlayoutrpc(struct nfsmount * nmp,vnode_t vp,u_int8_t * nfhp,int fhlen,uint8_t * newfhp,int newfhlen,uint32_t mode,struct nfsclopen * op,uint8_t * name,int namelen,struct nfscldeleg ** dpp,nfsv4stateid_t * stateidp,int usecurstateid,int layouttype,int layoutlen,int * retonclosep,struct nfsclflayouthead * flhp,int * laystatp,struct ucred * cred,NFSPROC_T * p) nfsrpc_openlayoutrpc() argument
8724 nfsrpc_layoutgetres(struct nfsmount * nmp,vnode_t vp,uint8_t * newfhp,int newfhlen,nfsv4stateid_t * stateidp,int retonclose,uint32_t * notifybit,struct nfscllayout ** lypp,struct nfsclflayouthead * flhp,int layouttype,int laystat,int * islockedp,struct ucred * cred,NFSPROC_T * p) nfsrpc_layoutgetres() argument
[all...]
H A Dnfs_clstate.c4584 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfscl_tryopen() argument
4594 error = nfsrpc_openrpc(nmp, vp, fhp, fhlen, newfhp, newfhlen, in nfscl_tryopen()
4606 newfhlen, mode, op, name, namelen, ndpp, reclaim, in nfscl_tryopen()