Home
last modified time | relevance | path

Searched refs:nsl (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/ceph/
Dosdmap.c2374 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local
2375 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()
2379 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2380 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()
2381 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()
2387 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()