Lines Matching refs:pool_ns
461 RCU_INIT_POINTER(ci->i_layout.pool_ns, NULL);
599 ceph_put_string(rcu_dereference_raw(ci->i_layout.pool_ns));
600 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns));
753 struct ceph_string *pool_ns = NULL;
789 pool_ns = ceph_find_or_create_string(iinfo->pool_ns_data,
868 old_ns = rcu_dereference_protected(ci->i_layout.pool_ns,
870 rcu_assign_pointer(ci->i_layout.pool_ns, pool_ns);
872 if (ci->i_layout.pool_id != old_pool || pool_ns != old_ns)
875 pool_ns = old_ns;
1053 ceph_put_string(pool_ns);