Searched refs:right_type (Results 1 – 2 of 2) sorted by relevance
2385 struct annotated_data_type *right_type = right->mem_type; in sort__type_collapse() local2392 if (!right_type) { in sort__type_collapse()2394 right_type = right->mem_type; in sort__type_collapse()2397 return strcmp(left_type->self.type_name, right_type->self.type_name); in sort__type_collapse()2428 struct annotated_data_type *right_type = right->mem_type; in sort__typeoff_sort() local2436 if (!right_type) { in sort__typeoff_sort()2438 right_type = right->mem_type; in sort__typeoff_sort()2441 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in sort__typeoff_sort()2484 struct annotated_data_type *right_type = right->mem_type; in sort__typecln_sort() local2493 if (!right_type) { in sort__typecln_sort()[all …]
6155 u8 right_type; in is_extent_unchanged() local6221 right_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()6222 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()6223 right_type != BTRFS_FILE_EXTENT_INLINE) in is_extent_unchanged()6226 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()6249 if (right_type == BTRFS_FILE_EXTENT_INLINE) in is_extent_unchanged()