Searched refs:left_type (Results 1 – 2 of 2) sorted by relevance
2343 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse() local2346 if (!left_type) { in sort__type_collapse()2348 left_type = left->mem_type; in sort__type_collapse()2386 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort() local2390 if (!left_type) { in sort__typeoff_sort()2392 left_type = left->mem_type; in sort__typeoff_sort()2400 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in sort__typeoff_sort()2442 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort() local2447 if (!left_type) { in sort__typecln_sort()2449 left_type = left->mem_type; in sort__typecln_sort()[all …]
6206 u8 left_type; in is_extent_unchanged() local6216 left_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()6218 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()