Home
last modified time | relevance | path

Searched refs:nfs_bfh4 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h72 struct nfs_bfh4 { struct
88 struct nfs_bfh4 fh4; argument
221 struct nfs_bfh4 b_fattr4_filehandle;
234 struct nfs_bfh4 pf_filehandle; /* only used by putfh */
441 struct nfs_bfh4 *);
H A Dnfs4_xdr.c52 xdr_nfs_bfh4(XDR *xdrs, struct nfs_bfh4 *objp) in xdr_nfs_bfh4()
64 return (xdr_nfs_bfh4(xdrs, (struct nfs_bfh4 *)&objp->pf_filehandle)); in xdr_b_putfh4_args()
218 (struct nfs_bfh4 *)&fattrp-> in xdr_b_getattr_res_common()
H A Dnfs4ops.c666 struct nfs_bfh4 *pfh) in compound_init()