Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dsuper.c1617 struct part_desc_seq_scan_data *new_loc; in handle_partition_descriptor() local
1620 new_loc = kcalloc(new_size, sizeof(*new_loc), GFP_KERNEL); in handle_partition_descriptor()
1621 if (!new_loc) in handle_partition_descriptor()
1623 memcpy(new_loc, data->part_descs_loc, in handle_partition_descriptor()
1624 data->size_part_descs * sizeof(*new_loc)); in handle_partition_descriptor()
1626 data->part_descs_loc = new_loc; in handle_partition_descriptor()