Home
last modified time | relevance | path

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

/net/ceph/
Dosdmap.c2409 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local
2410 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()
2414 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2415 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()
2416 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()
2422 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()