as_ctx 162 fs/ceph/acl.c struct ceph_acl_sec_ctx *as_ctx) as_ctx 237 fs/ceph/acl.c as_ctx->acl = acl; as_ctx 238 fs/ceph/acl.c as_ctx->default_acl = default_acl; as_ctx 239 fs/ceph/acl.c as_ctx->pagelist = pagelist; as_ctx 251 fs/ceph/acl.c void ceph_init_inode_acls(struct inode *inode, struct ceph_acl_sec_ctx *as_ctx) as_ctx 255 fs/ceph/acl.c ceph_set_cached_acl(inode, ACL_TYPE_ACCESS, as_ctx->acl); as_ctx 256 fs/ceph/acl.c ceph_set_cached_acl(inode, ACL_TYPE_DEFAULT, as_ctx->default_acl); as_ctx 828 fs/ceph/dir.c struct ceph_acl_sec_ctx as_ctx = {}; as_ctx 839 fs/ceph/dir.c err = ceph_pre_init_acls(dir, &mode, &as_ctx); as_ctx 842 fs/ceph/dir.c err = ceph_security_init_secctx(dentry, mode, &as_ctx); as_ctx 861 fs/ceph/dir.c if (as_ctx.pagelist) { as_ctx 862 fs/ceph/dir.c req->r_pagelist = as_ctx.pagelist; as_ctx 863 fs/ceph/dir.c as_ctx.pagelist = NULL; as_ctx 871 fs/ceph/dir.c ceph_init_inode_acls(d_inode(dentry), &as_ctx); as_ctx 874 fs/ceph/dir.c ceph_release_acl_sec_ctx(&as_ctx); as_ctx 890 fs/ceph/dir.c struct ceph_acl_sec_ctx as_ctx = {}; as_ctx 901 fs/ceph/dir.c err = ceph_security_init_secctx(dentry, S_IFLNK | 0777, &as_ctx); as_ctx 930 fs/ceph/dir.c ceph_release_acl_sec_ctx(&as_ctx); as_ctx 939 fs/ceph/dir.c struct ceph_acl_sec_ctx as_ctx = {}; as_ctx 962 fs/ceph/dir.c err = ceph_pre_init_acls(dir, &mode, &as_ctx); as_ctx 965 fs/ceph/dir.c err = ceph_security_init_secctx(dentry, mode, &as_ctx); as_ctx 982 fs/ceph/dir.c if (as_ctx.pagelist) { as_ctx 983 fs/ceph/dir.c req->r_pagelist = as_ctx.pagelist; as_ctx 984 fs/ceph/dir.c as_ctx.pagelist = NULL; as_ctx 994 fs/ceph/dir.c ceph_init_inode_acls(d_inode(dentry), &as_ctx); as_ctx 997 fs/ceph/dir.c ceph_release_acl_sec_ctx(&as_ctx); as_ctx 445 fs/ceph/file.c struct ceph_acl_sec_ctx as_ctx = {}; as_ctx 459 fs/ceph/file.c err = ceph_pre_init_acls(dir, &mode, &as_ctx); as_ctx 462 fs/ceph/file.c err = ceph_security_init_secctx(dentry, mode, &as_ctx); as_ctx 481 fs/ceph/file.c if (as_ctx.pagelist) { as_ctx 482 fs/ceph/file.c req->r_pagelist = as_ctx.pagelist; as_ctx 483 fs/ceph/file.c as_ctx.pagelist = NULL; as_ctx 521 fs/ceph/file.c ceph_init_inode_acls(d_inode(dentry), &as_ctx); as_ctx 531 fs/ceph/file.c ceph_release_acl_sec_ctx(&as_ctx); as_ctx 990 fs/ceph/super.h void ceph_release_acl_sec_ctx(struct ceph_acl_sec_ctx *as_ctx); as_ctx 998 fs/ceph/super.h struct ceph_acl_sec_ctx *as_ctx); as_ctx 1000 fs/ceph/super.h struct ceph_acl_sec_ctx *as_ctx); as_ctx 1013 fs/ceph/super.h struct ceph_acl_sec_ctx *as_ctx) as_ctx 1018 fs/ceph/super.h struct ceph_acl_sec_ctx *as_ctx) as_ctx 1202 fs/ceph/xattr.c struct ceph_acl_sec_ctx *as_ctx) as_ctx 1204 fs/ceph/xattr.c struct ceph_pagelist *pagelist = as_ctx->pagelist; as_ctx 1210 fs/ceph/xattr.c &as_ctx->sec_ctx, as_ctx 1211 fs/ceph/xattr.c &as_ctx->sec_ctxlen); as_ctx 1237 fs/ceph/xattr.c 4 * 2 + name_len + as_ctx->sec_ctxlen); as_ctx 1241 fs/ceph/xattr.c if (as_ctx->pagelist) { as_ctx 1254 fs/ceph/xattr.c as_ctx->pagelist = pagelist; as_ctx 1260 fs/ceph/xattr.c ceph_pagelist_encode_32(pagelist, as_ctx->sec_ctxlen); as_ctx 1261 fs/ceph/xattr.c ceph_pagelist_append(pagelist, as_ctx->sec_ctx, as_ctx->sec_ctxlen); as_ctx 1265 fs/ceph/xattr.c if (pagelist && !as_ctx->pagelist) as_ctx 1272 fs/ceph/xattr.c void ceph_release_acl_sec_ctx(struct ceph_acl_sec_ctx *as_ctx) as_ctx 1275 fs/ceph/xattr.c posix_acl_release(as_ctx->acl); as_ctx 1276 fs/ceph/xattr.c posix_acl_release(as_ctx->default_acl); as_ctx 1279 fs/ceph/xattr.c security_release_secctx(as_ctx->sec_ctx, as_ctx->sec_ctxlen); as_ctx 1281 fs/ceph/xattr.c if (as_ctx->pagelist) as_ctx 1282 fs/ceph/xattr.c ceph_pagelist_release(as_ctx->pagelist);