type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | write_uds_index_config | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int __must_check write_uds_index_config(struct index_layout *layout,
struct configuration *config,
off_t offset) | static int __must_check write_uds_index_config(struct index_layout *layout,
struct uds_configuration *config,
off_t offset) | param_type_changed |
function_signature_change | create_index_layout | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int create_index_layout(struct index_layout *layout, struct configuration *config) | static int create_index_layout(struct index_layout *layout, struct uds_configuration *config) | param_type_changed |
function_signature_change | verify_uds_index_config | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int __must_check verify_uds_index_config(struct index_layout *layout,
struct configuration *config) | static int __must_check verify_uds_index_config(struct index_layout *layout,
struct uds_configuration *config) | param_type_changed |
function_signature_change | load_index_layout | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int load_index_layout(struct index_layout *layout, struct configuration *config) | static int load_index_layout(struct index_layout *layout, struct uds_configuration *config) | param_type_changed |
function_signature_change | create_layout_factory | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int create_layout_factory(struct index_layout *layout,
const struct configuration *config) | static int create_layout_factory(struct index_layout *layout,
const struct uds_configuration *config) | param_type_changed |
function_signature_change | uds_make_index_layout | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_make_index_layout(struct configuration *config, bool new_layout,
struct index_layout **layout_ptr) | int uds_make_index_layout(struct uds_configuration *config, bool new_layout,
struct index_layout **layout_ptr) | param_type_changed |
function_signature_change | uds_make_index_layout | drivers/md/dm-vdo/index-layout.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_make_index_layout(struct configuration *config, bool new_layout,
struct index_layout **layout_ptr) | int __must_check uds_make_index_layout(struct uds_configuration *config, bool new_layout,
struct index_layout **layout_ptr) | param_type_changed |
function_signature_change | uds_make_index | drivers/md/dm-vdo/index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_make_index(struct configuration *config, enum uds_open_index_type open_type,
struct index_load_context *load_context, index_callback_fn callback,
struct uds_index **new_index) | int uds_make_index(struct uds_configuration *config, enum uds_open_index_type open_type,
struct index_load_context *load_context, index_callback_fn callback,
struct uds_index **new_index) | param_type_changed |
function_signature_change | uds_make_index | drivers/md/dm-vdo/index.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_make_index(struct configuration *config,
enum uds_open_index_type open_type,
struct index_load_context *load_context,
index_callback_fn callback, struct uds_index **new_index) | int __must_check uds_make_index(struct uds_configuration *config,
enum uds_open_index_type open_type,
struct index_load_context *load_context,
index_callback_fn callback, struct uds_index **new_index) | param_type_changed |
function_signature_change | compute_volume_sub_index_parameters | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int compute_volume_sub_index_parameters(const struct configuration *config,
struct sub_index_parameters *params) | static int compute_volume_sub_index_parameters(const struct uds_configuration *config,
struct sub_index_parameters *params) | param_type_changed |
function_signature_change | compute_volume_sub_index_save_bytes | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int compute_volume_sub_index_save_bytes(const struct configuration *config,
size_t *bytes) | static int compute_volume_sub_index_save_bytes(const struct uds_configuration *config,
size_t *bytes) | param_type_changed |
function_signature_change | split_configuration | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static void split_configuration(const struct configuration *config,
struct split_config *split) | static void split_configuration(const struct uds_configuration *config,
struct split_config *split) | param_type_changed |
function_signature_change | compute_volume_index_save_bytes | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int compute_volume_index_save_bytes(const struct configuration *config,
size_t *bytes) | static int compute_volume_index_save_bytes(const struct uds_configuration *config,
size_t *bytes) | param_type_changed |
function_signature_change | uds_compute_volume_index_save_blocks | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_compute_volume_index_save_blocks(const struct configuration *config,
size_t block_size, u64 *block_count) | int uds_compute_volume_index_save_blocks(const struct uds_configuration *config,
size_t block_size, u64 *block_count) | param_type_changed |
function_signature_change | initialize_volume_sub_index | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int initialize_volume_sub_index(const struct configuration *config,
u64 volume_nonce, u8 tag,
struct volume_sub_index *sub_index) | static int initialize_volume_sub_index(const struct uds_configuration *config,
u64 volume_nonce, u8 tag,
struct volume_sub_index *sub_index) | param_type_changed |
function_signature_change | uds_make_volume_index | drivers/md/dm-vdo/volume-index.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_make_volume_index(const struct configuration *config, u64 volume_nonce,
struct volume_index **volume_index_ptr) | int uds_make_volume_index(const struct uds_configuration *config, u64 volume_nonce,
struct volume_index **volume_index_ptr) | param_type_changed |
function_signature_change | uds_make_volume_index | drivers/md/dm-vdo/volume-index.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_make_volume_index(const struct configuration *config,
u64 volume_nonce,
struct volume_index **volume_index) | int __must_check uds_make_volume_index(const struct uds_configuration *config,
u64 volume_nonce,
struct volume_index **volume_index) | param_type_changed |
function_signature_change | uds_compute_volume_index_save_blocks | drivers/md/dm-vdo/volume-index.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_compute_volume_index_save_blocks(const struct configuration *config,
size_t block_size,
u64 *block_count) | int __must_check uds_compute_volume_index_save_blocks(const struct uds_configuration *config,
size_t block_size,
u64 *block_count) | param_type_changed |
function_signature_change | uds_make_volume | drivers/md/dm-vdo/volume.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_make_volume(const struct configuration *config, struct index_layout *layout,
struct volume **new_volume) | int uds_make_volume(const struct uds_configuration *config, struct index_layout *layout,
struct volume **new_volume) | param_type_changed |
function_signature_change | uds_make_volume | drivers/md/dm-vdo/volume.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_make_volume(const struct configuration *config,
struct index_layout *layout,
struct volume **new_volume) | int __must_check uds_make_volume(const struct uds_configuration *config,
struct index_layout *layout,
struct volume **new_volume) | param_type_changed |
function_signature_change | uds_make_open_chapter_index | drivers/md/dm-vdo/chapter-index.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_make_open_chapter_index(struct open_chapter_index **chapter_index,
const struct geometry *geometry, u64 volume_nonce) | int uds_make_open_chapter_index(struct open_chapter_index **chapter_index,
const struct index_geometry *geometry, u64 volume_nonce) | param_type_changed |
function_signature_change | uds_initialize_chapter_index_page | drivers/md/dm-vdo/chapter-index.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_initialize_chapter_index_page(struct delta_index_page *index_page,
const struct geometry *geometry, u8 *page_buffer,
u64 volume_nonce) | int uds_initialize_chapter_index_page(struct delta_index_page *index_page,
const struct index_geometry *geometry,
u8 *page_buffer, u64 volume_nonce) | param_type_changed |
function_signature_change | uds_validate_chapter_index_page | drivers/md/dm-vdo/chapter-index.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_validate_chapter_index_page(const struct delta_index_page *index_page,
const struct geometry *geometry) | int uds_validate_chapter_index_page(const struct delta_index_page *index_page,
const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_search_chapter_index_page | drivers/md/dm-vdo/chapter-index.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_search_chapter_index_page(struct delta_index_page *index_page,
const struct geometry *geometry,
const struct uds_record_name *name,
u16 *record_page_ptr) | int uds_search_chapter_index_page(struct delta_index_page *index_page,
const struct index_geometry *geometry,
const struct uds_record_name *name,
u16 *record_page_ptr) | param_type_changed |
function_signature_change | uds_make_open_chapter_index | drivers/md/dm-vdo/chapter-index.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_make_open_chapter_index(struct open_chapter_index **chapter_index,
const struct geometry *geometry,
u64 volume_nonce) | int __must_check uds_make_open_chapter_index(struct open_chapter_index **chapter_index,
const struct index_geometry *geometry,
u64 volume_nonce) | param_type_changed |
function_signature_change | uds_initialize_chapter_index_page | drivers/md/dm-vdo/chapter-index.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_initialize_chapter_index_page(struct delta_index_page *index_page,
const struct geometry *geometry,
u8 *page_buffer, u64 volume_nonce) | int __must_check uds_initialize_chapter_index_page(struct delta_index_page *index_page,
const struct index_geometry *geometry,
u8 *page_buffer, u64 volume_nonce) | param_type_changed |
function_signature_change | uds_validate_chapter_index_page | drivers/md/dm-vdo/chapter-index.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_validate_chapter_index_page(const struct delta_index_page *index_page,
const struct geometry *geometry) | int __must_check uds_validate_chapter_index_page(const struct delta_index_page *index_page,
const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_search_chapter_index_page | drivers/md/dm-vdo/chapter-index.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_search_chapter_index_page(struct delta_index_page *index_page,
const struct geometry *geometry,
const struct uds_record_name *name,
u16 *record_page_ptr) | int __must_check uds_search_chapter_index_page(struct delta_index_page *index_page,
const struct index_geometry *geometry,
const struct uds_record_name *name,
u16 *record_page_ptr) | param_type_changed |
function_signature_change | are_matching_configurations | drivers/md/dm-vdo/config.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static bool are_matching_configurations(struct configuration *saved_config,
struct geometry *saved_geometry,
struct configuration *user) | static bool are_matching_configurations(struct configuration *saved_config,
struct index_geometry *saved_geometry,
struct configuration *user) | param_type_changed |
function_signature_change | uds_map_to_physical_chapter | drivers/md/dm-vdo/geometry.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u32 __must_check uds_map_to_physical_chapter(const struct geometry *geometry,
u64 virtual_chapter) | u32 __must_check uds_map_to_physical_chapter(const struct index_geometry *geometry,
u64 virtual_chapter) | param_type_changed |
function_signature_change | uds_has_sparse_chapters | drivers/md/dm-vdo/geometry.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | bool uds_has_sparse_chapters(const struct geometry *geometry, u64 oldest_virtual_chapter,
u64 newest_virtual_chapter) | bool uds_has_sparse_chapters(const struct index_geometry *geometry,
u64 oldest_virtual_chapter, u64 newest_virtual_chapter) | param_type_changed |
function_signature_change | uds_is_chapter_sparse | drivers/md/dm-vdo/geometry.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | bool uds_is_chapter_sparse(const struct geometry *geometry, u64 oldest_virtual_chapter,
u64 newest_virtual_chapter, u64 virtual_chapter_number) | bool uds_is_chapter_sparse(const struct index_geometry *geometry,
u64 oldest_virtual_chapter, u64 newest_virtual_chapter,
u64 virtual_chapter_number) | param_type_changed |
function_signature_change | uds_chapters_to_expire | drivers/md/dm-vdo/geometry.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u32 uds_chapters_to_expire(const struct geometry *geometry, u64 newest_chapter) | u32 uds_chapters_to_expire(const struct index_geometry *geometry, u64 newest_chapter) | param_type_changed |
function_signature_change | uds_map_to_physical_chapter | drivers/md/dm-vdo/geometry.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u32 __must_check uds_map_to_physical_chapter(const struct geometry *geometry,
u64 virtual_chapter) | u32 __must_check uds_map_to_physical_chapter(const struct index_geometry *geometry,
u64 virtual_chapter) | param_type_changed |
function_signature_change | uds_has_sparse_chapters | drivers/md/dm-vdo/geometry.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | bool __must_check uds_has_sparse_chapters(const struct geometry *geometry,
u64 oldest_virtual_chapter,
u64 newest_virtual_chapter) | bool __must_check uds_has_sparse_chapters(const struct index_geometry *geometry,
u64 oldest_virtual_chapter,
u64 newest_virtual_chapter) | param_type_changed |
function_signature_change | uds_is_chapter_sparse | drivers/md/dm-vdo/geometry.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | bool __must_check uds_is_chapter_sparse(const struct geometry *geometry,
u64 oldest_virtual_chapter,
u64 newest_virtual_chapter,
u64 virtual_chapter_number) | bool __must_check uds_is_chapter_sparse(const struct index_geometry *geometry,
u64 oldest_virtual_chapter,
u64 newest_virtual_chapter,
u64 virtual_chapter_number) | param_type_changed |
function_signature_change | uds_chapters_to_expire | drivers/md/dm-vdo/geometry.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u32 __must_check uds_chapters_to_expire(const struct geometry *geometry,
u64 newest_chapter) | u32 __must_check uds_chapters_to_expire(const struct index_geometry *geometry,
u64 newest_chapter) | param_type_changed |
function_signature_change | uds_hash_to_chapter_delta_list | drivers/md/dm-vdo/hash-utils.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static inline u32 uds_hash_to_chapter_delta_list(const struct uds_record_name *name,
const struct geometry *geometry) | static inline u32 uds_hash_to_chapter_delta_list(const struct uds_record_name *name,
const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_hash_to_chapter_delta_address | drivers/md/dm-vdo/hash-utils.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static inline u32 uds_hash_to_chapter_delta_address(const struct uds_record_name *name,
const struct geometry *geometry) | static inline u32 uds_hash_to_chapter_delta_address(const struct uds_record_name *name,
const struct index_geometry *geometry) | param_type_changed |
function_signature_change | get_entry_count | drivers/md/dm-vdo/index-page-map.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static inline u32 get_entry_count(const struct geometry *geometry) | static inline u32 get_entry_count(const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_make_index_page_map | drivers/md/dm-vdo/index-page-map.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_make_index_page_map(const struct geometry *geometry,
struct index_page_map **map_ptr) | int uds_make_index_page_map(const struct index_geometry *geometry,
struct index_page_map **map_ptr) | param_type_changed |
function_signature_change | uds_compute_index_page_map_save_size | drivers/md/dm-vdo/index-page-map.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u64 uds_compute_index_page_map_save_size(const struct geometry *geometry) | u64 uds_compute_index_page_map_save_size(const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_make_index_page_map | drivers/md/dm-vdo/index-page-map.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_make_index_page_map(const struct geometry *geometry,
struct index_page_map **map_ptr) | int __must_check uds_make_index_page_map(const struct index_geometry *geometry,
struct index_page_map **map_ptr) | param_type_changed |
function_signature_change | uds_compute_index_page_map_save_size | drivers/md/dm-vdo/index-page-map.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u64 uds_compute_index_page_map_save_size(const struct geometry *geometry) | u64 uds_compute_index_page_map_save_size(const struct index_geometry *geometry) | param_type_changed |
function_signature_change | initialize_index_queues | drivers/md/dm-vdo/index.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static int initialize_index_queues(struct uds_index *index,
const struct geometry *geometry) | static int initialize_index_queues(struct uds_index *index,
const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_make_open_chapter | drivers/md/dm-vdo/open-chapter.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_make_open_chapter(const struct geometry *geometry, unsigned int zone_count,
struct open_chapter_zone **open_chapter_ptr) | int uds_make_open_chapter(const struct index_geometry *geometry, unsigned int zone_count,
struct open_chapter_zone **open_chapter_ptr) | param_type_changed |
function_signature_change | uds_compute_saved_open_chapter_size | drivers/md/dm-vdo/open-chapter.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u64 uds_compute_saved_open_chapter_size(struct geometry *geometry) | u64 uds_compute_saved_open_chapter_size(struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_make_open_chapter | drivers/md/dm-vdo/open-chapter.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_make_open_chapter(const struct geometry *geometry,
unsigned int zone_count,
struct open_chapter_zone **open_chapter_ptr) | int __must_check uds_make_open_chapter(const struct index_geometry *geometry,
unsigned int zone_count,
struct open_chapter_zone **open_chapter_ptr) | param_type_changed |
function_signature_change | uds_compute_saved_open_chapter_size | drivers/md/dm-vdo/open-chapter.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | u64 uds_compute_saved_open_chapter_size(struct geometry *geometry) | u64 uds_compute_saved_open_chapter_size(struct index_geometry *geometry) | param_type_changed |
function_signature_change | initialize_cached_chapter_index | drivers/md/dm-vdo/sparse-cache.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static int __must_check initialize_cached_chapter_index(struct cached_chapter_index *chapter,
const struct geometry *geometry) | static int __must_check initialize_cached_chapter_index(struct cached_chapter_index *chapter,
const struct index_geometry *geometry) | param_type_changed |
function_signature_change | uds_make_sparse_cache | drivers/md/dm-vdo/sparse-cache.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int uds_make_sparse_cache(const struct geometry *geometry, unsigned int capacity,
unsigned int zone_count, struct sparse_cache **cache_ptr) | int uds_make_sparse_cache(const struct index_geometry *geometry, unsigned int capacity,
unsigned int zone_count, struct sparse_cache **cache_ptr) | param_type_changed |
function_signature_change | search_cached_chapter_index | drivers/md/dm-vdo/sparse-cache.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static int __must_check search_cached_chapter_index(struct cached_chapter_index *chapter,
const struct geometry *geometry,
const struct index_page_map *index_page_map,
const struct uds_record_name *name,
u16 *record_page_ptr) | static int __must_check search_cached_chapter_index(struct cached_chapter_index *chapter,
const struct index_geometry *geometry,
const struct index_page_map *index_page_map,
const struct uds_record_name *name,
u16 *record_page_ptr) | param_type_changed |
function_signature_change | uds_make_sparse_cache | drivers/md/dm-vdo/sparse-cache.h | 7f67d0f1c83939e3282a1311de58341d615d42b8 | int __must_check uds_make_sparse_cache(const struct geometry *geometry,
unsigned int capacity, unsigned int zone_count,
struct sparse_cache **cache_ptr) | int __must_check uds_make_sparse_cache(const struct index_geometry *geometry,
unsigned int capacity, unsigned int zone_count,
struct sparse_cache **cache_ptr) | param_type_changed |
function_signature_change | map_to_page_number | drivers/md/dm-vdo/volume.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static inline u32 map_to_page_number(struct geometry *geometry, u32 physical_page) | static inline u32 map_to_page_number(struct index_geometry *geometry, u32 physical_page) | param_type_changed |
function_signature_change | map_to_chapter_number | drivers/md/dm-vdo/volume.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static inline u32 map_to_chapter_number(struct geometry *geometry, u32 physical_page) | static inline u32 map_to_chapter_number(struct index_geometry *geometry, u32 physical_page) | param_type_changed |
function_signature_change | is_record_page | drivers/md/dm-vdo/volume.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static inline bool is_record_page(struct geometry *geometry, u32 physical_page) | static inline bool is_record_page(struct index_geometry *geometry, u32 physical_page) | param_type_changed |
function_signature_change | map_to_physical_page | drivers/md/dm-vdo/volume.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static u32 map_to_physical_page(const struct geometry *geometry, u32 chapter, u32 page) | static u32 map_to_physical_page(const struct index_geometry *geometry, u32 chapter, u32 page) | param_type_changed |
function_signature_change | search_record_page | drivers/md/dm-vdo/volume.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static bool search_record_page(const u8 record_page[],
const struct uds_record_name *name,
const struct geometry *geometry,
struct uds_record_data *metadata) | static bool search_record_page(const u8 record_page[],
const struct uds_record_name *name,
const struct index_geometry *geometry,
struct uds_record_data *metadata) | param_type_changed |
function_signature_change | initialize_page_cache | drivers/md/dm-vdo/volume.c | 7f67d0f1c83939e3282a1311de58341d615d42b8 | static int __must_check initialize_page_cache(struct page_cache *cache,
const struct geometry *geometry,
u32 chapters_in_cache,
unsigned int zone_count) | static int __must_check initialize_page_cache(struct page_cache *cache,
const struct index_geometry *geometry,
u32 chapters_in_cache,
unsigned int zone_count) | param_type_changed |
function_signature_change | increment_stat | drivers/md/dm-vdo/dedupe.c | ac9ae5769d61e4fe1c5e4245c5cbcd6c0f0f0e9e | static void increment_stat(u64 *stat) | static inline void increment_stat(u64 *stat) | return_type_changed |
function_signature_change | adjust_free_block_count | drivers/md/dm-vdo/slab-depot.c | 1ccef45aa889a0a3cd3f82681bfd90e0d4c2b203 | static void adjust_free_block_count(struct vdo_slab *slab, bool increment) | static void adjust_free_block_count(struct vdo_slab *slab, bool incremented) | param_type_changed |
function_signature_change | has_slabs_to_scrub | drivers/md/dm-vdo/slab-depot.c | 1ccef45aa889a0a3cd3f82681bfd90e0d4c2b203 | static bool __must_check has_slabs_to_scrub(struct slab_scrubber *scrubber) | static inline bool __must_check has_slabs_to_scrub(struct slab_scrubber *scrubber) | return_type_changed |
function_signature_change | vdo_traverse_forest | drivers/md/dm-vdo/block-map.c | b06d5c37b88b97359e98820eecae99e243512c1b | void vdo_traverse_forest(struct block_map *map, vdo_entry_callback_fn callback,
struct vdo_completion *parent) | void vdo_traverse_forest(struct block_map *map, vdo_entry_callback_fn callback,
struct vdo_completion *completion) | param_type_changed |
function_signature_change | vdo_traverse_forest | drivers/md/dm-vdo/block-map.h | b06d5c37b88b97359e98820eecae99e243512c1b | void vdo_traverse_forest(struct block_map *map, vdo_entry_callback_fn callback,
struct vdo_completion *parent) | void vdo_traverse_forest(struct block_map *map, vdo_entry_callback_fn callback,
struct vdo_completion *completion) | param_type_changed |
function_signature_change | initialize_block_map_zone | drivers/md/dm-vdo/block-map.c | 36778716a2cf7003d7b45bfb9ed6e88f47511b35 | static int __must_check initialize_block_map_zone(struct block_map *map,
zone_count_t zone_number,
struct vdo *vdo,
page_count_t cache_size,
block_count_t maximum_age) | static int __must_check initialize_block_map_zone(struct block_map *map,
zone_count_t zone_number,
page_count_t cache_size,
block_count_t maximum_age) | param_removed |
function_signature_change | vdo_int_map_create | drivers/md/dm-vdo/int-map.c | 9165dac82273579b150bb56f76c6cf3222eb1a58 | int vdo_int_map_create(size_t initial_capacity, unsigned int initial_load,
struct int_map **map_ptr) | int vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr) | param_removed |
function_signature_change | vdo_int_map_create | drivers/md/dm-vdo/int-map.h | 9165dac82273579b150bb56f76c6cf3222eb1a58 | int __must_check vdo_int_map_create(size_t initial_capacity, unsigned int initial_load,
struct int_map **map_ptr) | int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr) | param_removed |
function_signature_change | vdo_int_map_put | drivers/md/dm-vdo/int-map.c | ffb8d9654100804998223ba2659044279cc6bc46 | int vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update, void **old_value_ptr) | int vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update,
void **old_value_ptr) | param_type_changed |
function_signature_change | vdo_int_map_put | drivers/md/dm-vdo/int-map.h | ffb8d9654100804998223ba2659044279cc6bc46 | int __must_check
vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update, void **old_value_ptr) | int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value,
bool update, void **old_value_ptr) | param_type_changed |
function_signature_change | complete_waiter_with_error | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void complete_waiter_with_error(struct waiter *waiter, void *result_ptr) | static void complete_waiter_with_error(struct vdo_waiter *waiter, void *result_ptr) | param_type_changed |
function_signature_change | complete_waiter_with_page | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void complete_waiter_with_page(struct waiter *waiter, void *page_info) | static void complete_waiter_with_page(struct vdo_waiter *waiter, void *page_info) | param_type_changed |
function_signature_change | completion_needs_page | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static bool completion_needs_page(struct waiter *waiter, void *context) | static bool completion_needs_page(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | write_page_callback | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void write_page_callback(struct waiter *waiter, void *context) | static void write_page_callback(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | acquire_vio | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void acquire_vio(struct waiter *waiter, struct block_map_zone *zone) | static void acquire_vio(struct vdo_waiter *waiter, struct block_map_zone *zone) | param_type_changed |
function_signature_change | write_page_if_not_dirtied | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void write_page_if_not_dirtied(struct waiter *waiter, void *context) | static void write_page_if_not_dirtied(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | abort_lookup_for_waiter | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void abort_lookup_for_waiter(struct waiter *waiter, void *context) | static void abort_lookup_for_waiter(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | continue_load_for_waiter | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void continue_load_for_waiter(struct waiter *waiter, void *context) | static void continue_load_for_waiter(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | load_page | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void load_page(struct waiter *waiter, void *context) | static void load_page(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | continue_allocation_for_waiter | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void continue_allocation_for_waiter(struct waiter *waiter, void *context) | static void continue_allocation_for_waiter(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | launch_cursor | drivers/md/dm-vdo/block-map.c | d6e260cc426164820a496528fda809add15be1ea | static void launch_cursor(struct waiter *waiter, void *context) | static void launch_cursor(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | abort_waiter | drivers/md/dm-vdo/dedupe.c | d6e260cc426164820a496528fda809add15be1ea | static void abort_waiter(struct waiter *waiter, void *context __always_unused) | static void abort_waiter(struct vdo_waiter *waiter, void *context __always_unused) | param_type_changed |
function_signature_change | enter_forked_lock | drivers/md/dm-vdo/dedupe.c | d6e260cc426164820a496528fda809add15be1ea | static void enter_forked_lock(struct waiter *waiter, void *context) | static void enter_forked_lock(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | dump_vio_waiters | drivers/md/dm-vdo/dump.c | d6e260cc426164820a496528fda809add15be1ea | static void dump_vio_waiters(struct wait_queue *queue, char *wait_on) | static void dump_vio_waiters(struct vdo_wait_queue *waitq, char *wait_on) | param_type_changed |
function_signature_change | retry_allocation | drivers/md/dm-vdo/physical-zone.c | d6e260cc426164820a496528fda809add15be1ea | static void retry_allocation(struct waiter *waiter, void *context __always_unused) | static void retry_allocation(struct vdo_waiter *waiter, void *context __always_unused) | param_type_changed |
function_signature_change | continue_waiter | drivers/md/dm-vdo/recovery-journal.c | d6e260cc426164820a496528fda809add15be1ea | static void continue_waiter(struct waiter *waiter, void *context) | static void continue_waiter(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | assign_entry | drivers/md/dm-vdo/recovery-journal.c | d6e260cc426164820a496528fda809add15be1ea | static void assign_entry(struct waiter *waiter, void *context) | static void assign_entry(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | continue_committed_waiter | drivers/md/dm-vdo/recovery-journal.c | d6e260cc426164820a496528fda809add15be1ea | static void continue_committed_waiter(struct waiter *waiter, void *context) | static void continue_committed_waiter(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | write_block | drivers/md/dm-vdo/recovery-journal.c | d6e260cc426164820a496528fda809add15be1ea | static void write_block(struct waiter *waiter, void *context __always_unused) | static void write_block(struct vdo_waiter *waiter, void *context __always_unused) | param_type_changed |
function_signature_change | notify_summary_waiters | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void notify_summary_waiters(struct block_allocator *allocator,
struct wait_queue *queue) | static void notify_summary_waiters(struct block_allocator *allocator,
struct vdo_wait_queue *queue) | param_type_changed |
function_signature_change | update_slab_summary_entry | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void update_slab_summary_entry(struct vdo_slab *slab, struct waiter *waiter,
tail_block_offset_t tail_block_offset,
bool load_ref_counts, bool is_clean,
block_count_t free_blocks) | static void update_slab_summary_entry(struct vdo_slab *slab, struct vdo_waiter *waiter,
tail_block_offset_t tail_block_offset,
bool load_ref_counts, bool is_clean,
block_count_t free_blocks) | param_type_changed |
function_signature_change | flush_for_reaping | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void flush_for_reaping(struct waiter *waiter, void *context) | static void flush_for_reaping(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | release_journal_locks | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void release_journal_locks(struct waiter *waiter, void *context) | static void release_journal_locks(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | write_slab_journal_block | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void write_slab_journal_block(struct waiter *waiter, void *context) | static void write_slab_journal_block(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | finish_summary_update | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void finish_summary_update(struct waiter *waiter, void *context) | static void finish_summary_update(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | launch_reference_block_write | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void launch_reference_block_write(struct waiter *waiter, void *context) | static void launch_reference_block_write(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | write_reference_block | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void write_reference_block(struct waiter *waiter, void *context) | static void write_reference_block(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | add_entry_from_waiter | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void add_entry_from_waiter(struct waiter *waiter, void *context) | static void add_entry_from_waiter(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | load_reference_block | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void load_reference_block(struct waiter *waiter, void *context) | static void load_reference_block(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | read_slab_journal_tail | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void read_slab_journal_tail(struct waiter *waiter, void *context) | static void read_slab_journal_tail(struct vdo_waiter *waiter, void *context) | param_type_changed |
function_signature_change | abort_waiter | drivers/md/dm-vdo/slab-depot.c | d6e260cc426164820a496528fda809add15be1ea | static void abort_waiter(struct waiter *waiter, void *context __always_unused) | static void abort_waiter(struct vdo_waiter *waiter, void *context __always_unused) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.