| /linux/fs/ceph/ |
| H A D | addr.c | 2365 s64 pool, struct ceph_string *pool_ns) in __ceph_pool_perm_get() argument 2386 int ret = ceph_compare_string(pool_ns, in __ceph_pool_perm_get() 2387 perm->pool_ns, in __ceph_pool_perm_get() 2403 if (pool_ns) in __ceph_pool_perm_get() 2405 (int)pool_ns->len, pool_ns->str); in __ceph_pool_perm_get() 2420 int ret = ceph_compare_string(pool_ns, in __ceph_pool_perm_get() 2421 perm->pool_ns, in __ceph_pool_perm_get() 2448 if (pool_ns) in __ceph_pool_perm_get() 2449 rd_req->r_base_oloc.pool_ns = ceph_get_string(pool_ns); in __ceph_pool_perm_get() 2506 pool_ns_len = pool_ns ? pool_ns->len : 0; in __ceph_pool_perm_get() [all …]
|
| H A D | xattr.c | 54 rcu_dereference_raw(fl->pool_ns) != NULL); in ceph_vxattrcb_layout_exists() 63 struct ceph_string *pool_ns; in ceph_vxattrcb_layout() local 71 pool_ns = ceph_try_get_string(ci->i_layout.pool_ns); in ceph_vxattrcb_layout() 90 if (pool_ns) in ceph_vxattrcb_layout() 91 total_len += strlen(ns_field) + pool_ns->len; in ceph_vxattrcb_layout() 102 if (pool_ns) { in ceph_vxattrcb_layout() 106 memcpy(val + ret, pool_ns->str, pool_ns->len); in ceph_vxattrcb_layout() 107 ret += pool_ns->len; in ceph_vxattrcb_layout() 111 ceph_put_string(pool_ns); in ceph_vxattrcb_layout() 187 struct ceph_string *ns = ceph_try_get_string(ci->i_layout.pool_ns); in ceph_vxattrcb_layout_pool_namespace()
|
| H A D | file.c | 493 rcu_assign_pointer(cdst->i_cached_layout.pool_ns, in cache_file_layout() 494 ceph_try_get_string(csrc->i_layout.pool_ns)); in cache_file_layout() 546 rcu_assign_pointer(lo->pool_ns, in try_prep_async_create() 547 ceph_try_get_string(ci->i_cached_layout.pool_ns)); in try_prep_async_create() 666 struct ceph_string *pool_ns; in ceph_finish_async_create() local 720 pool_ns = rcu_dereference_raw(lo->pool_ns); in ceph_finish_async_create() 721 if (pool_ns) { in ceph_finish_async_create() 722 iinfo.pool_ns_len = pool_ns->len; in ceph_finish_async_create() 723 iinfo.pool_ns_data = pool_ns->str; in ceph_finish_async_create() 925 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open() [all …]
|
| H A D | ioctl.c | 213 oloc.pool_ns = ceph_try_get_string(ci->i_layout.pool_ns); in ceph_ioctl_get_dataloc()
|
| H A D | inode.c | 644 RCU_INIT_POINTER(ci->i_layout.pool_ns, NULL); in ceph_alloc_inode() 787 ceph_put_string(rcu_dereference_raw(ci->i_layout.pool_ns)); in ceph_evict_inode() 788 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns)); in ceph_evict_inode() 989 struct ceph_string *pool_ns = NULL; in ceph_fill_inode() local 1047 pool_ns = ceph_find_or_create_string(iinfo->pool_ns_data, in ceph_fill_inode() 1140 old_ns = rcu_dereference_protected(ci->i_layout.pool_ns, in ceph_fill_inode() 1142 rcu_assign_pointer(ci->i_layout.pool_ns, pool_ns); in ceph_fill_inode() 1144 if (ci->i_layout.pool_id != old_pool || pool_ns != old_ns) in ceph_fill_inode() 1147 pool_ns = old_ns; in ceph_fill_inode() 1371 ceph_put_string(pool_ns); in ceph_fill_inode()
|
| H A D | caps.c | 616 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns)); in __check_cap_issue() 3461 struct ceph_string *pool_ns; member 3645 old_ns = rcu_dereference_protected(ci->i_layout.pool_ns, in handle_cap_grant() 3647 rcu_assign_pointer(ci->i_layout.pool_ns, extra_info->pool_ns); in handle_cap_grant() 3650 extra_info->pool_ns != old_ns) in handle_cap_grant() 3653 extra_info->pool_ns = old_ns; in handle_cap_grant() 4419 extra_info.pool_ns = in ceph_handle_caps() 4568 ceph_put_string(extra_info.pool_ns); in ceph_handle_caps()
|
| H A D | mds_client.h | 397 char pool_ns[]; member
|
| H A D | mds_client.c | 4680 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns)); in reconnect_caps_cb()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 190 const char *pool_ns; /* NULL if default, never "" */ member 994 RCU_INIT_POINTER(rbd_dev->layout.pool_ns, NULL); in rbd_init_layout() 5122 return sprintf(buf, "%s\n", rbd_dev->spec->pool_ns ?: ""); in rbd_pool_ns_show() 5191 spec->pool_ns ?: "", in rbd_parent_show() 5228 static DEVICE_ATTR(pool_ns, 0444, rbd_pool_ns_show, NULL); 5308 kfree(spec->pool_ns); in rbd_spec_free() 5366 if (spec->pool_ns) { in __rbd_dev_create() 5367 WARN_ON(!*spec->pool_ns); in __rbd_dev_create() 5368 rbd_dev->header_oloc.pool_ns = in __rbd_dev_create() 5369 ceph_find_or_create_string(spec->pool_ns, in __rbd_dev_create() [all …]
|
| /linux/include/linux/ceph/ |
| H A D | osdmap.h | 77 struct ceph_string *pool_ns; member 83 oloc->pool_ns = NULL; in ceph_oloc_init()
|
| H A D | ceph_fs.h | 73 struct ceph_string __rcu *pool_ns; /* rados pool namespace */ member
|
| /linux/net/ceph/ |
| H A D | debugfs.c | 202 if (t->target_oloc.pool_ns) { in dump_target() 204 (int)t->target_oloc.pool_ns->len, in dump_target() 205 t->target_oloc.pool_ns->str, in dump_target()
|
| H A D | osdmap.c | 2121 if (src->pool_ns) in ceph_oloc_copy() 2122 dest->pool_ns = ceph_get_string(src->pool_ns); in ceph_oloc_copy() 2124 dest->pool_ns = NULL; in ceph_oloc_copy() 2130 ceph_put_string(oloc->pool_ns); in ceph_oloc_destroy() 2397 if (!oloc->pool_ns) { in __ceph_object_locator_to_pg() 2406 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() 2411 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg() 2419 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
|
| H A D | osd_client.c | 578 return 8 + 4 + 4 + 4 + (oloc->pool_ns ? oloc->pool_ns->len : 0); in ceph_oloc_encoding_size() 1108 req->r_base_oloc.pool_ns = ceph_try_get_string(layout->pool_ns); in ceph_osdc_new_request() 2005 if (t->target_oloc.pool_ns) { in hoid_fill_from_target() 2006 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target() 2007 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target() 2137 if (oloc->pool_ns) in encode_oloc() 2138 ceph_encode_string(p, end, oloc->pool_ns->str, in encode_oloc() 2139 oloc->pool_ns->len); in encode_oloc() 3582 if (!oloc->pool_ns || in ceph_oloc_decode() 3583 ceph_compare_string(oloc->pool_ns, *p, len)) in ceph_oloc_decode() [all …]
|