Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch81 + bstring pack stdio assoc selfload struct nspace path ifeval anytype arrmult \
/openbmc/linux/net/ceph/
H A Dosd_client.c1817 ret = compare_names(lhs->nspace, lhs->nspace_len, in hoid_compare()
1818 rhs->nspace, rhs->nspace_len); in hoid_compare()
1883 hoid->nspace = ceph_extract_encoded_string(p, end, &hoid->nspace_len, in decode_hoid()
1885 if (IS_ERR(hoid->nspace)) { in decode_hoid()
1886 ret = PTR_ERR(hoid->nspace); in decode_hoid()
1887 hoid->nspace = NULL; in decode_hoid()
1914 ceph_encode_string(p, end, hoid->nspace, hoid->nspace_len); in encode_hoid()
1923 kfree(hoid->nspace); in free_hoid()
2023 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
2026 hoid->nspace = NULL; in hoid_fill_from_target()
H A Ddebugfs.c312 dump_name_escaped(s, hoid->nspace, hoid->nspace_len); in dump_hoid()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h376 void *nspace; member