Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/udf/
H A Dsuper.c1627 struct part_desc_seq_scan_data *new_loc; in handle_partition_descriptor() local
1630 new_loc = kcalloc(new_size, sizeof(*new_loc), GFP_KERNEL); in handle_partition_descriptor()
1631 if (!new_loc) in handle_partition_descriptor()
1633 memcpy(new_loc, data->part_descs_loc, in handle_partition_descriptor()
1634 data->size_part_descs * sizeof(*new_loc)); in handle_partition_descriptor()
1636 data->part_descs_loc = new_loc; in handle_partition_descriptor()
/kernel/linux/linux-6.6/fs/udf/
H A Dsuper.c1633 struct part_desc_seq_scan_data *new_loc; in handle_partition_descriptor() local
1636 new_loc = kcalloc(new_size, sizeof(*new_loc), GFP_KERNEL); in handle_partition_descriptor()
1637 if (!new_loc) in handle_partition_descriptor()
1639 memcpy(new_loc, data->part_descs_loc, in handle_partition_descriptor()
1640 data->size_part_descs * sizeof(*new_loc)); in handle_partition_descriptor()
1642 data->part_descs_loc = new_loc; in handle_partition_descriptor()

Completed in 6 milliseconds