Lines Matching refs:as_ctx
570 struct ceph_acl_sec_ctx *as_ctx, in ceph_finish_async_create() argument
660 ceph_init_inode_acls(inode, as_ctx); in ceph_finish_async_create()
694 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_atomic_open() local
715 err = ceph_pre_init_acls(dir, &mode, &as_ctx); in ceph_atomic_open()
718 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()
722 if (as_ctx.pagelist && in ceph_atomic_open()
723 !list_is_singular(&as_ctx.pagelist->head)) in ceph_atomic_open()
749 if (as_ctx.pagelist) { in ceph_atomic_open()
750 req->r_pagelist = as_ctx.pagelist; in ceph_atomic_open()
751 as_ctx.pagelist = NULL; in ceph_atomic_open()
764 &as_ctx, &lo); in ceph_atomic_open()
806 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
814 ceph_release_acl_sec_ctx(&as_ctx); in ceph_atomic_open()