Searched refs:file_attributes (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 712 post_op_attr file_attributes; member 719 post_op_attr file_attributes; member 977 post_op_attr file_attributes; member 982 post_op_attr file_attributes; member
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3_xdr.c | 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()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1436 post_op_attr file_attributes; member 1454 post_op_attr file_attributes; member 1778 post_op_attr file_attributes; member 1784 post_op_attr file_attributes; member
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 1318 return (xdr_post_op_attr(xdrs, &objp->resfail.file_attributes)); in xdr_READ3res() 1322 if (xdr_post_op_attr(xdrs, &resokp->file_attributes) == FALSE || in xdr_READ3res() 1961 if (!xdr_post_op_attr(xdrs, &resokp->file_attributes)) in xdr_LINK3res() 1967 if (!xdr_post_op_attr(xdrs, &resfailp->file_attributes)) in xdr_LINK3res()
|
H A D | nfs3_srv.c | 1042 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_read() 1061 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_read() 1170 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_read() 1222 vattr_to_post_op_attr(vap, &resp->resfail.file_attributes); in rfs3_read() 3028 vattr_to_post_op_attr(vap, &resp->resok.file_attributes); in rfs3_link() 3055 vattr_to_post_op_attr(vap, &resp->resfail.file_attributes); in rfs3_link()
|
H A D | nfs_log_xdr.c | 600 if (!xdr_uint64(xdrs, &objp->file_attributes.attr.size)) in xdr_nfslog_READ3resok()
|
H A D | nfs3_vnops.c | 3025 nfs3_cache_post_op_attr(svp, &res.resok.file_attributes, t, cr); in nfs3_link() 3031 nfs3_cache_post_op_attr(svp, &res.resfail.file_attributes, t, in nfs3_link()
|