Lines Matching refs:pool_ns
494 rcu_assign_pointer(cdst->i_cached_layout.pool_ns, in cache_file_layout()
495 ceph_try_get_string(csrc->i_layout.pool_ns)); in cache_file_layout()
547 rcu_assign_pointer(lo->pool_ns, in try_prep_async_create()
548 ceph_try_get_string(ci->i_cached_layout.pool_ns)); in try_prep_async_create()
670 struct ceph_string *pool_ns; in ceph_finish_async_create() local
724 pool_ns = rcu_dereference_raw(lo->pool_ns); in ceph_finish_async_create()
725 if (pool_ns) { in ceph_finish_async_create()
726 iinfo.pool_ns_len = pool_ns->len; in ceph_finish_async_create()
727 iinfo.pool_ns_data = pool_ns->str; in ceph_finish_async_create()
931 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open()
934 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open()
2893 src_oloc.pool_ns = ceph_try_get_string(src_ci->i_layout.pool_ns); in ceph_do_objects_copy()
2895 dst_oloc.pool_ns = ceph_try_get_string(dst_ci->i_layout.pool_ns); in ceph_do_objects_copy()