Lines Matching refs:as_ctx
605 struct ceph_acl_sec_ctx *as_ctx, in ceph_finish_async_create() argument
692 ceph_init_inode_acls(inode, as_ctx); in ceph_finish_async_create()
732 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_atomic_open() local
756 err = ceph_pre_init_acls(dir, &mode, &as_ctx); in ceph_atomic_open()
759 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()
763 if (as_ctx.pagelist && in ceph_atomic_open()
764 !list_is_singular(&as_ctx.pagelist->head)) in ceph_atomic_open()
791 if (as_ctx.pagelist) { in ceph_atomic_open()
792 req->r_pagelist = as_ctx.pagelist; in ceph_atomic_open()
793 as_ctx.pagelist = NULL; in ceph_atomic_open()
813 &as_ctx, &lo); in ceph_atomic_open()
860 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
868 ceph_release_acl_sec_ctx(&as_ctx); in ceph_atomic_open()