Lines Matching refs:pool_ns
586 RCU_INIT_POINTER(ci->i_layout.pool_ns, NULL);
726 ceph_put_string(rcu_dereference_raw(ci->i_layout.pool_ns));
727 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns));
927 struct ceph_string *pool_ns = NULL;
984 pool_ns = ceph_find_or_create_string(iinfo->pool_ns_data,
1076 old_ns = rcu_dereference_protected(ci->i_layout.pool_ns,
1078 rcu_assign_pointer(ci->i_layout.pool_ns, pool_ns);
1080 if (ci->i_layout.pool_id != old_pool || pool_ns != old_ns)
1083 pool_ns = old_ns;
1302 ceph_put_string(pool_ns);