Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dgenhd.h152 struct hd_struct __rcu *last_lookup; member
/kernel/linux/linux-5.10/block/
Dgenhd.c328 part = rcu_dereference(ptbl->last_lookup); in disk_map_sector_rcu()
343 rcu_assign_pointer(ptbl->last_lookup, part); in disk_map_sector_rcu()
1487 rcu_assign_pointer(old_ptbl->last_lookup, NULL); in disk_replace_part_tbl()
/kernel/linux/linux-5.10/block/partitions/
Dcore.c310 rcu_assign_pointer(ptbl->last_lookup, NULL); in hd_struct_free()