Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dsuper.c1696 struct part_desc_seq_scan_data *new_loc; in handle_partition_descriptor() local
1699 new_loc = kzalloc_objs(*new_loc, new_size); in handle_partition_descriptor()
1700 if (!new_loc) in handle_partition_descriptor()
1702 memcpy(new_loc, data->part_descs_loc, in handle_partition_descriptor()
1703 data->size_part_descs * sizeof(*new_loc)); in handle_partition_descriptor()
1705 data->part_descs_loc = new_loc; in handle_partition_descriptor()