Home
last modified time | relevance | path

Searched refs:value_ptr (Results 1 – 7 of 7) sorted by relevance

/drivers/md/persistent-data/
A Ddm-btree-remove.c72 memmove(value_ptr(n, 0), in node_shift()
73 value_ptr(n, shift), in node_shift()
80 memmove(value_ptr(n, shift), in node_shift()
81 value_ptr(n, 0), in node_shift()
107 memcpy(value_ptr(left, nr_left), in node_copy()
108 value_ptr(right, 0), in node_copy()
119 memcpy(value_ptr(right, 0), in node_copy()
142 memmove(value_ptr(n, index), in delete_at()
143 value_ptr(n, index + 1), in delete_at()
623 value_ptr(n, index), 1); in dm_btree_remove()
[all …]
A Ddm-btree.c83 vt->inc(vt->context, value_ptr(n, 0), nr_entries); in inc_children()
326 value_ptr(f->n, 0), f->nr_children); in dm_btree_del()
514 memcpy(value_ptr(dest, dest_offset), value_ptr(src, src_offset), count * value_size); in copy_entries()
528 memmove(value_ptr(dest, dest_offset), value_ptr(src, src_offset), count * value_size); in move_entries()
727 *((__le64 *) value_ptr(parent, index)) = in shadow_child()
866 memcpy(value_ptr(ln, 0), value_ptr(pn, 0), nr_left * size); in btree_split_beneath()
883 memcpy(value_ptr(rn, 0), value_ptr(pn, nr_left), in btree_split_beneath()
1300 value_ptr(n, index), in insert()
1303 value_ptr(n, index), 1); in insert()
1305 memcpy_disk(value_ptr(n, index), in insert()
[all …]
A Ddm-btree-internal.h119 static inline void *value_ptr(struct btree_node *n, uint32_t index) in value_ptr() function
A Ddm-space-map-common.c577 v_ptr = value_ptr(n, index); in __sm_ll_inc_overflow()
598 v_ptr = value_ptr(n, index); in sm_ll_inc_overflow()
792 v_ptr = value_ptr(n, index); in __sm_ll_dec_overflow()
819 v_ptr = value_ptr(n, index); in sm_ll_dec_overflow()
/drivers/gpu/drm/radeon/
A Dradeon_kms.c236 uint32_t *value, value_tmp, *value_ptr, value_size; in radeon_info_ioctl() local
242 value_ptr = (uint32_t *)((unsigned long)info->value); in radeon_info_ioctl()
264 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
321 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
333 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
469 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
594 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
611 if (copy_to_user(value_ptr, (char *)value, value_size)) { in radeon_info_ioctl()
/drivers/misc/altera-stapl/
A Daltera.c2111 char *value_ptr; in altera_get_note() local
2144 value_ptr = &p[note_strings + in altera_get_note()
2149 strscpy(value, value_ptr, vallen); in altera_get_note()
/drivers/target/iscsi/
A Discsi_target_parameters.c761 static int iscsi_check_numerical_value(struct iscsi_param *param, char *value_ptr) in iscsi_check_numerical_value() argument
766 value = simple_strtoul(value_ptr, &tmpptr, 0); in iscsi_check_numerical_value()

Completed in 19 milliseconds