Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dstring_table.c22 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string()
57 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string()
/linux/include/linux/ceph/
H A Dstring_table.h38 static inline int ceph_compare_string(struct ceph_string *cs, in ceph_compare_string() function