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()
350 u16 cs_len; in convert_chmap_v3() 355 cs_len = le16_to_cpu(cs_desc->wLength); in convert_chmap_v3() 356 if (cs_len < sizeof(*cs_desc)) in convert_chmap_v3() 358 if (len < cs_len) in convert_chmap_v3() 366 if (cs_len < sizeof(*is)) in convert_chmap_v3() 477 p += cs_len; in convert_chmap_v3() 478 len -= cs_len; in convert_chmap_v3() 349 u16 cs_len; convert_chmap_v3() local