Searched refs:left_type (Results 1 – 2 of 2) sorted by relevance
2384 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse() local2387 if (!left_type) { in sort__type_collapse()2389 left_type = left->mem_type; in sort__type_collapse()2397 return strcmp(left_type->self.type_name, right_type->self.type_name); in sort__type_collapse()2427 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort() local2431 if (!left_type) { in sort__typeoff_sort()2433 left_type = left->mem_type; in sort__typeoff_sort()2441 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in sort__typeoff_sort()2483 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort() local2488 if (!left_type) { in sort__typecln_sort()[all …]
6154 u8 left_type; in is_extent_unchanged() local6164 left_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()6166 if (left_type != BTRFS_FILE_EXTENT_REG) in is_extent_unchanged()