Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c683 cp->ca_opputfh.pf_filehandle.len = pfh->len; in compound_init()
684 bcopy(pfh->data, cp->ca_opputfh.pf_filehandle.data, pfh->len); in compound_init()
H A Dnfs_inet.h234 struct nfs_bfh4 pf_filehandle; /* only used by putfh */ member
H A Dnfs4_xdr.c64 return (xdr_nfs_bfh4(xdrs, (struct nfs_bfh4 *)&objp->pf_filehandle)); in xdr_b_putfh4_args()