Searched refs:update_size (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/leds/ |
D | leds-lp8501.c | 214 int update_size; in lp8501_update_program_memory() local 244 update_size = i; in lp8501_update_program_memory() 245 for (i = 0; i < update_size; i++) in lp8501_update_program_memory()
|
/Linux-v4.19/drivers/md/ |
D | md-cluster.h | 31 void (*update_size)(struct mddev *mddev, sector_t old_dev_sectors); member
|
D | md-cluster.c | 1175 static void update_size(struct mddev *mddev, sector_t old_dev_sectors) in update_size() function 1497 .update_size = update_size,
|
D | md.c | 4403 static int update_size(struct mddev *mddev, sector_t num_sectors); 4421 err = update_size(mddev, sectors); in size_store() 6840 static int update_size(struct mddev *mddev, sector_t num_sectors) in update_size() function 6875 md_cluster_ops->update_size(mddev, old_dev_sectors); in update_size() 6984 rv = update_size(mddev, (sector_t)info->size * 2); in update_array_info()
|
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_f34v7.c | 582 f34->update_size += block_count; in rmi_f34v7_check_ui_firmware_size() 599 f34->update_size += block_count; in rmi_f34v7_check_ui_config_size() 614 f34->update_size += block_count; in rmi_f34v7_check_dp_config_size() 629 f34->update_size += block_count; in rmi_f34v7_check_guest_code_size() 644 f34->update_size += block_count; in rmi_f34v7_check_bl_config_size() 885 f34->update_size; in rmi_f34v7_write_f34v7_blocks() 1199 f34->update_size = 0; in rmi_f34v7_do_reflash()
|
D | rmi_f34.h | 303 int update_size; member
|
D | rmi_f34.c | 173 f34->update_size; in rmi_f34_write_blocks() 206 f34->update_size = image_size + config_size; in rmi_f34_flash_firmware()
|
/Linux-v4.19/fs/btrfs/ |
D | tree-log.c | 1864 bool update_size = (key->type == BTRFS_DIR_INDEX_KEY); in replay_one_name() local 1918 update_size = false; in replay_one_name() 1937 if (!ret && update_size) { in replay_one_name() 1952 update_size = false; in replay_one_name() 1962 update_size = false; in replay_one_name()
|
D | extent-tree.c | 5287 u64 num_bytes, int update_size) in block_rsv_add_bytes() argument 5291 if (update_size) in block_rsv_add_bytes() 5482 int update_size) in btrfs_block_rsv_migrate() argument 5490 block_rsv_add_bytes(dst, num_bytes, update_size); in btrfs_block_rsv_migrate()
|
D | ctree.h | 2774 int update_size);
|