Lines Matching refs:as_ctx
570 struct ceph_acl_sec_ctx *as_ctx, in ceph_finish_async_create() argument
635 ceph_init_inode_acls(inode, as_ctx); in ceph_finish_async_create()
669 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_atomic_open() local
684 err = ceph_pre_init_acls(dir, &mode, &as_ctx); in ceph_atomic_open()
687 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()
715 if (as_ctx.pagelist) { in ceph_atomic_open()
716 req->r_pagelist = as_ctx.pagelist; in ceph_atomic_open()
717 as_ctx.pagelist = NULL; in ceph_atomic_open()
730 &as_ctx, &lo); in ceph_atomic_open()
777 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
785 ceph_release_acl_sec_ctx(&as_ctx); in ceph_atomic_open()