Home
last modified time | relevance | path

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

/block/
Dgenhd.c1045 struct disk_part_tbl *old_ptbl = disk->part_tbl; in disk_replace_part_tbl() local
1049 if (old_ptbl) { in disk_replace_part_tbl()
1050 rcu_assign_pointer(old_ptbl->last_lookup, NULL); in disk_replace_part_tbl()
1051 kfree_rcu(old_ptbl, rcu_head); in disk_replace_part_tbl()
1071 struct disk_part_tbl *old_ptbl = disk->part_tbl; in disk_expand_part_tbl() local
1073 int len = old_ptbl ? old_ptbl->len : 0; in disk_expand_part_tbl()
1100 rcu_assign_pointer(new_ptbl->part[i], old_ptbl->part[i]); in disk_expand_part_tbl()