Lines Matching refs:pool_ns
454 rcu_assign_pointer(cdst->i_cached_layout.pool_ns, in cache_file_layout()
455 ceph_try_get_string(csrc->i_layout.pool_ns)); in cache_file_layout()
507 rcu_assign_pointer(lo->pool_ns, in try_prep_async_create()
508 ceph_try_get_string(ci->i_cached_layout.pool_ns)); in try_prep_async_create()
616 struct ceph_string *pool_ns; in ceph_finish_async_create() local
669 pool_ns = rcu_dereference_raw(lo->pool_ns); in ceph_finish_async_create()
670 if (pool_ns) { in ceph_finish_async_create()
671 iinfo.pool_ns_len = pool_ns->len; in ceph_finish_async_create()
672 iinfo.pool_ns_data = pool_ns->str; in ceph_finish_async_create()
818 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open()
821 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open()
2304 src_oloc.pool_ns = ceph_try_get_string(src_ci->i_layout.pool_ns); in ceph_do_objects_copy()
2306 dst_oloc.pool_ns = ceph_try_get_string(dst_ci->i_layout.pool_ns); in ceph_do_objects_copy()