Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/rpcsvc/
H A Dnfs_prot.x583 fattr3 obj_attributes; member
633 post_op_attr obj_attributes; member
664 post_op_attr obj_attributes; member
669 post_op_attr obj_attributes; member
776 sattr3 obj_attributes; variable
788 post_op_attr obj_attributes; member
813 post_op_attr obj_attributes; member
843 post_op_attr obj_attributes; member
884 post_op_attr obj_attributes; member
1082 post_op_attr obj_attributes; member
[all …]
H A Dnfs4_prot.x706 fattr4 obj_attributes; member
851 fattr4 obj_attributes; member
1273 fattr4 obj_attributes; member
1312 fattr4 obj_attributes; member
1531 fattr4 obj_attributes; member
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h1276 fattr3 obj_attributes; member
1335 post_op_attr obj_attributes; member
1359 post_op_vattr obj_attributes; member
1377 post_op_attr obj_attributes; member
1383 post_op_attr obj_attributes; member
1561 sattr3 obj_attributes; member
1575 post_op_attr obj_attributes; member
1602 post_op_attr obj_attributes; member
1635 post_op_attr obj_attributes; member
1677 post_op_attr obj_attributes; member
[all …]
H A Dnfs4_kprot.h756 fattr4 obj_attributes; member
883 fattr4 obj_attributes; member
1266 fattr4 obj_attributes; member
1310 fattr4 obj_attributes; member
1567 fattr4 obj_attributes; member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1050 return (xdr_fattr3(xdrs, &objp->resok.obj_attributes)); in xdr_GETATTR3res()
1144 if (!xdr_post_op_attr(xdrs, &resokp->obj_attributes)) in xdr_LOOKUP3res()
1169 if (!xdr_post_op_vattr(xdrs, &objp->obj_attributes)) in xdr_LOOKUP3vres()
1200 return (xdr_post_op_attr(xdrs, &objp->resfail.obj_attributes)); in xdr_ACCESS3res()
1204 if (!xdr_post_op_attr(xdrs, &resokp->obj_attributes)) in xdr_ACCESS3res()
1723 return (xdr_sattr3(xdrs, &howp->createhow3_u.obj_attributes)); in xdr_CREATE3args()
1751 if (!xdr_post_op_attr(xdrs, &resokp->obj_attributes)) in xdr_CREATE3res()
1782 if (!xdr_post_op_attr(xdrs, &resokp->obj_attributes)) in xdr_MKDIR3res()
1813 if (!xdr_post_op_attr(xdrs, &resokp->obj_attributes)) in xdr_SYMLINK3res()
1865 if (!xdr_post_op_attr(xdrs, &resokp->obj_attributes)) in xdr_MKNOD3res()
[all …]
H A Dnfs3_srv.c117 error = vattr_to_fattr3(&va, &resp->resok.obj_attributes); in rfs3_getattr()
535 vattr_to_post_op_attr(vap, &resp->resok.obj_attributes); in rfs3_lookup()
702 vattr_to_post_op_attr(vap, &resp->resok.obj_attributes); in rfs3_access()
721 vattr_to_post_op_attr(vap, &resp->resfail.obj_attributes); in rfs3_access()
1598 error = sattr3_to_vattr(&args->how.createhow3_u.obj_attributes, in rfs3_create()
1767 args->how.createhow3_u.obj_attributes.size.set_it && in rfs3_create()
1797 args->how.createhow3_u.obj_attributes.size.set_it && in rfs3_create()
1830 vattr_to_post_op_attr(vap, &resp->resok.obj_attributes); in rfs3_create()
1987 vattr_to_post_op_attr(vap, &resp->resok.obj_attributes); in rfs3_mkdir()
2138 vattr_to_post_op_attr(NULL, &resp->resok.obj_attributes); in rfs3_symlink()
[all …]
H A Dnfs3_vfsops.c1188 if (res.resok.obj_attributes.attributes) { in nfs3rootvp()
1189 if (res.resok.obj_attributes.attr.type < NF3REG || in nfs3rootvp()
1190 res.resok.obj_attributes.attr.type > NF3FIFO) { in nfs3rootvp()
1204 nf3_to_vt[res.resok.obj_attributes.attr. in nfs3rootvp()
1219 nf3_to_vt[res.resok.obj_attributes.attr. in nfs3rootvp()
1545 nfs3_cache_post_op_attr(vp, &res.resok.obj_attributes, t, cr); in nfs3_statvfs()
1579 nfs3_cache_post_op_attr(vp, &res.resfail.obj_attributes, t, cr); in nfs3_statvfs()
H A Dnfs3_vnops.c1634 nfs3_cache_post_op_attr(vp, &res.resok.obj_attributes, t, cr); in nfs3_access()
1657 nfs3_cache_post_op_attr(vp, &res.resfail.obj_attributes, t, cr); in nfs3_access()
2166 res.obj_attributes.fres.vp = dvp; in nfs3lookup_otw()
2167 res.obj_attributes.fres.vap = &vattr; in nfs3lookup_otw()
2193 if (res.obj_attributes.attributes) { in nfs3lookup_otw()
2194 vp = makenfs3node_va(&res.object, res.obj_attributes.fres.vap, in nfs3lookup_otw()
2458 &args.how.createhow3_u.obj_attributes); in nfs3create()
2501 if (res.resok.obj_attributes.attributes) { in nfs3create()
2503 &res.resok.obj_attributes.attr, in nfs3create()
2786 if (res.resok.obj_attributes.attributes) { in nfs3mknod()
[all …]
H A Dnfs4_callback.c200 resp->obj_attributes.attrmask = 0; in cb_getattr()
302 fap = &resp->obj_attributes; in cb_getattr()
378 if (resop->nfs_cb_resop4_u.opcbgetattr.obj_attributes.attrlist4) in cb_getattr_free()
380 obj_attributes.attrlist4, cb_getattr_bytes); in cb_getattr_free()
H A Dnfs4_xdr.c4044 &array[i].nfs_argop4_u.opnverify.obj_attributes); in xdr_snfs_argop4_free()
4084 &array[i].nfs_argop4_u.opsetattr.obj_attributes); in xdr_snfs_argop4_free()
4094 &array[i].nfs_argop4_u.opverify.obj_attributes); in xdr_snfs_argop4_free()
4217 &objp->nfs_argop4_u.opnverify.obj_attributes)); in xdr_nfs_argop4()
4277 obj_attributes)); in xdr_nfs_argop4()
4290 &objp->nfs_argop4_u.opverify.obj_attributes)); in xdr_nfs_argop4()
4641 &objp->nfs_resop4_u.opgetattr.obj_attributes)); in xdr_nfs_resop4()
5209 obj_attributes)); in xdr_nfs_cb_resop4()
H A Dnfs4_vnops.c503 fattr4 *attr = &argop->nfs_argop4_u.opsetattr.obj_attributes; in nfs4args_setattr()
537 nfs4_fattr4_free(&argop->nfs_argop4_u.opsetattr.obj_attributes); in nfs4args_setattr_free()
550 attr = &argop->nfs_argop4_u.opverify.obj_attributes; in nfs4args_verify()
553 attr = &argop->nfs_argop4_u.opnverify.obj_attributes; in nfs4args_verify()
570 nfs4_fattr4_free(&argop->nfs_argop4_u.opverify.obj_attributes); in nfs4args_verify_free()
573 nfs4_fattr4_free(&argop->nfs_argop4_u.opnverify.obj_attributes); in nfs4args_verify_free()
3915 opsetattr.obj_attributes); in nfs4setattr()
4020 opsetattr.obj_attributes); in nfs4setattr()
4056 opsetattr.obj_attributes); in nfs4setattr()
4128 opsetattr.obj_attributes); in nfs4setattr()
[all …]
H A Dnfs_log_xdr.c502 &objp->createhow3_u.obj_attributes.size)) in xdr_nfslog_createhow3()
H A Dnfs4_srv.c2359 &resp->obj_attributes, &sarg); in rfs4_op_getattr()
2373 nfs4_fattr4_free(&resp->obj_attributes); in rfs4_op_getattr_free()
5466 do_rfs4_op_setattr(&resp->attrsset, &args->obj_attributes, cs, in rfs4_op_setattr()
5504 resp->status = do_rfs4_set_attrs(NULL, &args->obj_attributes, cs, in rfs4_op_verify()
5566 resp->status = do_rfs4_set_attrs(NULL, &args->obj_attributes, cs, in rfs4_op_nverify()
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c213 na = &getattr_res.GETATTR3res_u.resok.obj_attributes; in nfs3getattr()
386 if (res_lookup.LOOKUP3res_u.resok.obj_attributes.attributes_follow == in nfs3lookup()
394 cd.ftype.type3 = res_lookup.LOOKUP3res_u.resok.obj_attributes in nfs3lookup()
H A Dnfs3_xdr.c115 return (xdr_b_fattr3(xdrs, &objp->obj_attributes)); in xdr_b_GETATTR3resok()
139 if (!xdr_b_post_op_attr(xdrs, &objp->obj_attributes)) in xdr_b_LOOKUP3resok()
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x301 wnl_post_op_attr obj_attributes; member
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1207 if (!xdr_fattr4(xdrs, &objp->obj_attributes)) in xdr_GETATTR4resok()
1486 if (!xdr_fattr4(xdrs, &objp->obj_attributes)) in xdr_NVERIFY4args()
2267 if (!xdr_fattr4(xdrs, &objp->obj_attributes)) in xdr_SETATTR4args()
2352 if (!xdr_fattr4(xdrs, &objp->obj_attributes)) in xdr_VERIFY4args()
2842 if (!xdr_fattr4(xdrs, &objp->obj_attributes)) in xdr_CB_GETATTR4resok()
H A Dsnoop_nfs4.c2016 detail_fattr4(&args->obj_attributes); in dtlarg_setattr()
2075 detail_fattr4(&args->obj_attributes); in dtlarg_verify()
2560 detail_fattr4(&res->GETATTR4res_u.resok4.obj_attributes); in dtlres_getattr()
2579 detail_fattr4(&res->CB_GETATTR4res_u.resok4.obj_attributes); in dtlres_cb_getattr()