Home
last modified time | relevance | path

Searched refs:obj_attributes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/include/rpcsvc/
H A Dnfs_prot.x524 fattr3 obj_attributes; member
574 post_op_attr obj_attributes; member
605 post_op_attr obj_attributes; member
610 post_op_attr obj_attributes; member
718 sattr3 obj_attributes; variable
730 post_op_attr obj_attributes; member
755 post_op_attr obj_attributes; member
785 post_op_attr obj_attributes; member
826 post_op_attr obj_attributes; member
1024 post_op_attr obj_attributes; member
[all …]
/freebsd-12.1/contrib/amd/include/
H A Dam_xdr_func.h281 am_post_op_attr obj_attributes; member
334 am_post_op_attr obj_attributes; member
340 am_post_op_attr obj_attributes; member
359 am_fattr3 obj_attributes; member
448 am_sattr3 obj_attributes; member
471 am_post_op_attr obj_attributes; member
552 am_post_op_attr obj_attributes; member
567 am_post_op_attr obj_attributes; member
586 am_post_op_attr obj_attributes; member
598 am_post_op_attr obj_attributes; member
[all …]
/freebsd-12.1/contrib/amd/libamu/
H A Dxdr_func.c1424 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_LOOKUP3resok()
1510 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_ACCESS3resok()
1523 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_ACCESS3resfail()
1566 if (!xdr_am_fattr3(xdrs, &objp->obj_attributes)) in xdr_am_GETATTR3resok()
1827 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_CREATE3resok()
2075 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_FSINFO3resok()
2106 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_FSINFO3resfail()
2149 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_FSSTAT3resok()
2174 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_FSSTAT3resfail()
2273 if (!xdr_am_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_am_PATHCONF3resok()
[all …]
/freebsd-12.1/contrib/amd/amd/
H A Dnfs_subr.c1101 fattr3 = (am_fattr3 *) &result.res_u.ok.obj_attributes; in am_nfs3_getattr_3_svc()
1171 post_op_obj = &result.res_u.ok.obj_attributes; in am_nfs3_lookup_3_svc()
1240 post_op_obj = &result.res_u.fail.obj_attributes; in am_nfs3_access_3_svc()
1248 post_op_obj = &result.res_u.ok.obj_attributes; in am_nfs3_access_3_svc()
1685 post_op_fsroot = &result.res_u.fail.obj_attributes; in am_nfs3_fsstat_3_svc()
1699 post_op_fsroot = &ok->obj_attributes; in am_nfs3_fsstat_3_svc()
1758 post_op_fsroot = &result.res_u.fail.obj_attributes; in am_nfs3_fsinfo_3_svc()
1770 post_op_fsroot = &ok->obj_attributes; in am_nfs3_fsinfo_3_svc()
1816 post_op_obj = &result.res_u.fail.obj_attributes; in am_nfs3_pathconf_3_svc()
1828 post_op_obj = &ok->obj_attributes; in am_nfs3_pathconf_3_svc()