Searched refs:b_compound_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs_inet.h | 256 } b_compound_t; typedef 287 b_compound_t ga_arg; /* compound + putfh */ 293 b_compound_t gr_res; /* compound + putfh */ 306 b_compound_t la_arg; /* compound + putfh */ 314 b_compound_t lr_res; /* compound + putfh */ 331 b_compound_t la_arg; /* compound + putfh */ 341 b_compound_t r_arg; /* compound + putfh */ 349 b_compound_t r_res; /* compound + putfh */ 368 b_compound_t rd_arg; /* compoud + putfh */ 378 b_compound_t rd_res; /* compound + putfh */ [all …]
|
H A D | nfs4_xdr.c | 72 xdr_b_compound_args(XDR *xdrs, b_compound_t *objp) in xdr_b_compound_args() 87 xdr_b_compound_res(XDR *xdrs, b_compound_t *objp) in xdr_b_compound_res() 120 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->ga_arg)) in xdr_getattr4_args() 281 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->gr_res)) in xdr_getattr4_res() 290 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->la_arg)) in xdr_lookup4_args() 304 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->lr_res)) in xdr_lookup4_res() 320 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->la_arg)) in xdr_lookupp4_args() 332 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->r_arg)) in xdr_read4_args() 346 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->r_res)) in xdr_read4_res() 364 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->rd_arg)) in xdr_readdir4_args() [all …]
|
H A D | nfs4ops.c | 666 compound_init(b_compound_t *cp, utf8string *str, uint_t mvers, uint_t arglen, in compound_init()
|