Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dsuper.c1712 struct part_desc_seq_scan_data *new_loc; in handle_partition_descriptor() local
1716 new_loc = kzalloc_objs(*new_loc, new_size); in handle_partition_descriptor()
1717 if (!new_loc) in handle_partition_descriptor()
1719 memcpy(new_loc, data->part_descs_loc, in handle_partition_descriptor()
1720 data->size_part_descs * sizeof(*new_loc)); in handle_partition_descriptor()
1722 data->part_descs_loc = new_loc; in handle_partition_descriptor()