Searched refs:xdr_b_post_op_attr (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3_xdr.c | 84 xdr_b_post_op_attr(XDR *xdrs, post_op_attr *objp) in xdr_b_post_op_attr() function 139 if (!xdr_b_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_b_LOOKUP3resok() 141 return (xdr_b_post_op_attr(xdrs, &objp->dir_attributes)); in xdr_b_LOOKUP3resok() 147 return (xdr_b_post_op_attr(xdrs, &objp->dir_attributes)); in xdr_b_LOOKUP3resfail() 171 if (!xdr_b_post_op_attr(xdrs, &objp->symlink_attributes)) in xdr_b_READLINK3resok() 179 return (xdr_b_post_op_attr(xdrs, &objp->symlink_attributes)); in xdr_b_READLINK3resfail() 206 if (!xdr_b_post_op_attr(xdrs, &objp->file_attributes)) in xdr_b_READ3resok() 219 return (xdr_b_post_op_attr(xdrs, &objp->file_attributes)); in xdr_b_READ3resfail() 260 if (!xdr_b_post_op_attr(xdrs, &objp->dir_attributes)) in xdr_b_READDIR3resok() 273 return (xdr_b_post_op_attr(xdrs, &objp->dir_attributes)); in xdr_b_READDIR3resfail()
|