Searched refs:file_attributes (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x712 post_op_attr file_attributes;
719 post_op_attr file_attributes;
977 post_op_attr file_attributes;
982 post_op_attr file_attributes;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3_xdr.c206 if (!xdr_b_post_op_attr(xdrs, &objp->file_attributes))
219 return (xdr_b_post_op_attr(xdrs, &objp->file_attributes));
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1436 post_op_attr file_attributes; member in struct:READ3resok
1454 post_op_attr file_attributes; member in struct:READ3resfail
1778 post_op_attr file_attributes; member in struct:LINK3resok
1784 post_op_attr file_attributes; member in struct:LINK3resfail
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1318 return (xdr_post_op_attr(xdrs, &objp->resfail.file_attributes));
1322 if (xdr_post_op_attr(xdrs, &resokp->file_attributes) == FALSE ||
1961 if (!xdr_post_op_attr(xdrs, &resokp->file_attributes))
1967 if (!xdr_post_op_attr(xdrs, &resfailp->file_attributes))
H A Dnfs3_srv.c1042 vattr_to_post_op_attr(vap, &resp->resok.file_attributes);
1061 vattr_to_post_op_attr(vap, &resp->resok.file_attributes);
1170 vattr_to_post_op_attr(vap, &resp->resok.file_attributes);
1222 vattr_to_post_op_attr(vap, &resp->resfail.file_attributes);
3028 vattr_to_post_op_attr(vap, &resp->resok.file_attributes);
3055 vattr_to_post_op_attr(vap, &resp->resfail.file_attributes);
H A Dnfs_log_xdr.c599 if (!xdr_uint64(xdrs, &objp->file_attributes.attr.size))
H A Dnfs3_vnops.c3025 nfs3_cache_post_op_attr(svp, &res.resok.file_attributes, t, cr);
3031 nfs3_cache_post_op_attr(svp, &res.resfail.file_attributes, t,

Completed in 78 milliseconds