Lines Matching refs:pool_ns
455 rcu_assign_pointer(cdst->i_cached_layout.pool_ns, in cache_file_layout()
456 ceph_try_get_string(csrc->i_layout.pool_ns)); in cache_file_layout()
508 rcu_assign_pointer(lo->pool_ns, in try_prep_async_create()
509 ceph_try_get_string(ci->i_cached_layout.pool_ns)); in try_prep_async_create()
626 struct ceph_string *pool_ns; in ceph_finish_async_create() local
675 pool_ns = rcu_dereference_raw(lo->pool_ns); in ceph_finish_async_create()
676 if (pool_ns) { in ceph_finish_async_create()
677 iinfo.pool_ns_len = pool_ns->len; in ceph_finish_async_create()
678 iinfo.pool_ns_data = pool_ns->str; in ceph_finish_async_create()
847 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open()
850 ceph_put_string(rcu_dereference_raw(lo.pool_ns)); in ceph_atomic_open()
2782 src_oloc.pool_ns = ceph_try_get_string(src_ci->i_layout.pool_ns); in ceph_do_objects_copy()
2784 dst_oloc.pool_ns = ceph_try_get_string(dst_ci->i_layout.pool_ns); in ceph_do_objects_copy()