Lines Matching refs:as_ctx
889 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_mknod() local
912 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mknod()
933 ceph_as_ctx_to_req(req, &as_ctx); in ceph_mknod()
942 ceph_init_inode_acls(d_inode(dentry), &as_ctx); in ceph_mknod()
945 ceph_release_acl_sec_ctx(&as_ctx); in ceph_mknod()
997 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_symlink() local
1020 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_symlink()
1049 ceph_as_ctx_to_req(req, &as_ctx); in ceph_symlink()
1059 ceph_release_acl_sec_ctx(&as_ctx); in ceph_symlink()
1068 struct ceph_acl_sec_ctx as_ctx = {}; in ceph_mkdir() local
1108 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mkdir()
1125 ceph_as_ctx_to_req(req, &as_ctx); in ceph_mkdir()
1136 ceph_init_inode_acls(d_inode(dentry), &as_ctx); in ceph_mkdir()
1139 ceph_release_acl_sec_ctx(&as_ctx); in ceph_mkdir()