xacl 142 source3/modules/vfs_acl_tdb.c struct xattr_NTACL xacl; xacl 146 source3/modules/vfs_acl_tdb.c ndr_err = ndr_pull_struct_blob(pblob, ctx, NULL, &xacl, xacl 155 source3/modules/vfs_acl_tdb.c if (xacl.version != 2) { xacl 159 source3/modules/vfs_acl_tdb.c *ppdesc = make_sec_desc(ctx, SEC_DESC_REVISION, xacl.info.sd_hs->sd->type | SEC_DESC_SELF_RELATIVE, xacl 161 source3/modules/vfs_acl_tdb.c ? xacl.info.sd_hs->sd->owner_sid : NULL, xacl 163 source3/modules/vfs_acl_tdb.c ? xacl.info.sd_hs->sd->group_sid : NULL, xacl 165 source3/modules/vfs_acl_tdb.c ? xacl.info.sd_hs->sd->sacl : NULL, xacl 167 source3/modules/vfs_acl_tdb.c ? xacl.info.sd_hs->sd->dacl : NULL, xacl 170 source3/modules/vfs_acl_tdb.c TALLOC_FREE(xacl.info.sd); xacl 239 source3/modules/vfs_acl_tdb.c struct xattr_NTACL xacl; xacl 244 source3/modules/vfs_acl_tdb.c ZERO_STRUCT(xacl); xacl 247 source3/modules/vfs_acl_tdb.c xacl.version = 2; xacl 248 source3/modules/vfs_acl_tdb.c xacl.info.sd_hs = &sd_hs; xacl 249 source3/modules/vfs_acl_tdb.c xacl.info.sd_hs->sd = CONST_DISCARD(struct security_descriptor *, psd); xacl 250 source3/modules/vfs_acl_tdb.c memset(&xacl.info.sd_hs->hash[0], '\0', 16); xacl 253 source3/modules/vfs_acl_tdb.c pblob, ctx, NULL, &xacl, xacl 39 source3/modules/vfs_acl_xattr.c struct xattr_NTACL xacl; xacl 43 source3/modules/vfs_acl_xattr.c ndr_err = ndr_pull_struct_blob(pblob, ctx, NULL, &xacl, xacl 52 source3/modules/vfs_acl_xattr.c if (xacl.version != 2) { xacl 56 source3/modules/vfs_acl_xattr.c *ppdesc = make_sec_desc(ctx, SEC_DESC_REVISION, xacl.info.sd_hs->sd->type | SEC_DESC_SELF_RELATIVE, xacl 58 source3/modules/vfs_acl_xattr.c ? xacl.info.sd_hs->sd->owner_sid : NULL, xacl 60 source3/modules/vfs_acl_xattr.c ? xacl.info.sd_hs->sd->group_sid : NULL, xacl 62 source3/modules/vfs_acl_xattr.c ? xacl.info.sd_hs->sd->sacl : NULL, xacl 64 source3/modules/vfs_acl_xattr.c ? xacl.info.sd_hs->sd->dacl : NULL, xacl 67 source3/modules/vfs_acl_xattr.c TALLOC_FREE(xacl.info.sd); xacl 136 source3/modules/vfs_acl_xattr.c struct xattr_NTACL xacl; xacl 141 source3/modules/vfs_acl_xattr.c ZERO_STRUCT(xacl); xacl 144 source3/modules/vfs_acl_xattr.c xacl.version = 2; xacl 145 source3/modules/vfs_acl_xattr.c xacl.info.sd_hs = &sd_hs; xacl 146 source3/modules/vfs_acl_xattr.c xacl.info.sd_hs->sd = CONST_DISCARD(struct security_descriptor *, psd); xacl 147 source3/modules/vfs_acl_xattr.c memset(&xacl.info.sd_hs->hash[0], '\0', 16); xacl 150 source3/modules/vfs_acl_xattr.c pblob, ctx, NULL, &xacl,