Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/raptor/
H A D0002-Calcualte-max-nspace-declarations-correctly-for-XML-.patch4 Subject: [PATCH] Calcualte max nspace declarations correctly for XML writer
31 + if(element->name->nspace)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch63 + bstring pack stdio assoc selfload struct nspace path ifeval anytype arrmult \
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c1737 ret = compare_names(lhs->nspace, lhs->nspace_len, in hoid_compare()
1738 rhs->nspace, rhs->nspace_len); in hoid_compare()
1803 hoid->nspace = ceph_extract_encoded_string(p, end, &hoid->nspace_len, in decode_hoid()
1805 if (IS_ERR(hoid->nspace)) { in decode_hoid()
1806 ret = PTR_ERR(hoid->nspace); in decode_hoid()
1807 hoid->nspace = NULL; in decode_hoid()
1834 ceph_encode_string(p, end, hoid->nspace, hoid->nspace_len); in encode_hoid()
1843 kfree(hoid->nspace); in free_hoid()
1943 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
1946 hoid->nspace = NULL; in hoid_fill_from_target()
H A Ddebugfs.c312 dump_name_escaped(s, hoid->nspace, hoid->nspace_len); in dump_hoid()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h318 void *nspace; member