Lines Matching refs:as_ctx
571 struct ceph_acl_sec_ctx *as_ctx, in ceph_finish_async_create() argument
633 ceph_init_inode_acls(inode, as_ctx); in ceph_finish_async_create()
667 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_atomic_open() local
682 err = ceph_pre_init_acls(dir, &mode, &as_ctx); in ceph_atomic_open()
685 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()
712 if (as_ctx.pagelist) { in ceph_atomic_open()
713 req->r_pagelist = as_ctx.pagelist; in ceph_atomic_open()
714 as_ctx.pagelist = NULL; in ceph_atomic_open()
727 &as_ctx, &lo); in ceph_atomic_open()
769 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
777 ceph_release_acl_sec_ctx(&as_ctx); in ceph_atomic_open()