Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dgenhd.c1207 struct disk_part_tbl *old_ptbl = in disk_replace_part_tbl() local
1212 if (old_ptbl) { in disk_replace_part_tbl()
1213 rcu_assign_pointer(old_ptbl->last_lookup, NULL); in disk_replace_part_tbl()
1214 kfree_rcu(old_ptbl, rcu_head); in disk_replace_part_tbl()
1235 struct disk_part_tbl *old_ptbl = in disk_expand_part_tbl() local
1238 int len = old_ptbl ? old_ptbl->len : 0; in disk_expand_part_tbl()
1265 rcu_assign_pointer(new_ptbl->part[i], old_ptbl->part[i]); in disk_expand_part_tbl()