Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dmultipath.c198 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()
199 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()
237 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths()
295 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
313 struct nvme_ns *old = srcu_dereference(head->current_path[node], in nvme_round_robin_path()
353 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()
405 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_numa_path()
1008 current_ns = srcu_dereference(head->current_path[node], in numa_nodes_show()
H A Dnvme.h508 struct nvme_ns __rcu *current_path[]; member
/linux-6.15/fs/btrfs/
H A Dsend.c4190 struct fs_path *current_path, in rename_current_inode() argument
4195 ret = send_rename(sctx, current_path, new_path); in rename_current_inode()
4203 return fs_path_copy(current_path, new_path); in rename_current_inode()