Lines Matching defs:as_ctx
63 * @as_ctx: pointer to inherited security context
72 umode_t *mode, struct ceph_acl_sec_ctx *as_ctx)
82 err = ceph_pre_init_acls(dir, mode, as_ctx);
90 err = ceph_security_init_secctx(dentry, *mode, as_ctx);
99 err = ceph_fscrypt_prepare_context(dir, inode, as_ctx);
111 struct ceph_acl_sec_ctx *as_ctx)
113 if (as_ctx->pagelist) {
114 req->r_pagelist = as_ctx->pagelist;
115 as_ctx->pagelist = NULL;
117 ceph_fscrypt_as_ctx_to_req(req, as_ctx);