Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x709 post_op_attr file_attributes; member
716 post_op_attr file_attributes; member
974 post_op_attr file_attributes; member
979 post_op_attr file_attributes; member
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3_xdr.c206 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()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1513 post_op_attr file_attributes; member
1531 post_op_attr file_attributes; member
1855 post_op_attr file_attributes; member
1861 post_op_attr file_attributes; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1317 return (xdr_post_op_attr(xdrs, &objp->resfail.file_attributes)); in xdr_READ3res()
1321 if (xdr_post_op_attr(xdrs, &resokp->file_attributes) == FALSE || in xdr_READ3res()
1960 if (!xdr_post_op_attr(xdrs, &resokp->file_attributes)) in xdr_LINK3res()
1966 if (!xdr_post_op_attr(xdrs, &resfailp->file_attributes)) in xdr_LINK3res()
H A Dnfs3_srv.c1092 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_read()
1111 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_read()
1220 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_read()
1274 vattr_to_post_op_attr(vap, &resp->resfail.file_attributes); in rfs3_read()
3105 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_link()
3134 vattr_to_post_op_attr(vap, &resp->resfail.file_attributes); in rfs3_link()
H A Dnfs_log_xdr.c600 if (!xdr_uint64(xdrs, &objp->file_attributes.attr.size)) in xdr_nfslog_READ3resok()
H A Dnfs3_vnops.c3026 nfs3_cache_post_op_attr(svp, &res.resok.file_attributes, t, cr); in nfs3_link()
3032 nfs3_cache_post_op_attr(svp, &res.resfail.file_attributes, t, in nfs3_link()