Searched refs:cs_len (Results 1 – 2 of 2) sorted by relevance
41 size_t cs_len = cs ? cs->len : 0; in ceph_compare_string() local42 if (cs_len != len) in ceph_compare_string()43 return cs_len - len; in ceph_compare_string()
349 u16 cs_len; in convert_chmap_v3() local 354 cs_len = le16_to_cpu(cs_desc->wLength); in convert_chmap_v3() 355 if (len < cs_len) in convert_chmap_v3() 363 if (cs_len < sizeof(*is)) in convert_chmap_v3() 466 p += cs_len; in convert_chmap_v3() 467 len -= cs_len; in convert_chmap_v3()