Searched refs:object_compare (Results 1 – 3 of 3) sorted by relevance
240 object_compare (const void *p1, const void *p2) in object_compare() function262 return __tsearch (newp, &data->known_objects, object_compare) ? 0 : -1; in add_object()272 return __tfind (&obj, &data->known_objects, object_compare) != NULL; in find_object()
3972 * io/ftw.c (object_compare): Avoid memcmp when comparing scalar
11558 * io/ftw.c (object_compare): Compare inode numbers before device