Lines Matching refs:as_ctx
616 struct ceph_acl_sec_ctx *as_ctx, in ceph_finish_async_create() argument
697 ceph_init_inode_acls(inode, as_ctx); in ceph_finish_async_create()
738 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_atomic_open() local
764 new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_atomic_open()
770 if (as_ctx.pagelist && in ceph_atomic_open()
771 !list_is_singular(&as_ctx.pagelist->head)) in ceph_atomic_open()
806 ceph_as_ctx_to_req(req, &as_ctx); in ceph_atomic_open()
837 &as_ctx, &lo); in ceph_atomic_open()
843 ceph_release_acl_sec_ctx(&as_ctx); in ceph_atomic_open()
844 memset(&as_ctx, 0, sizeof(as_ctx)); in ceph_atomic_open()
898 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
907 ceph_release_acl_sec_ctx(&as_ctx); in ceph_atomic_open()