Home
last modified time | relevance | path

Searched refs:right_type (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dsort.c2385 struct annotated_data_type *right_type = right->mem_type; in sort__type_collapse() local
2392 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() local
2436 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() local
2493 if (!right_type) { in sort__typecln_sort()
[all …]
/linux/fs/btrfs/
H A Dsend.c6155 u8 right_type; in is_extent_unchanged() local
6221 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()