Searched refs:current_path (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/nvme/host/ |
| H A D | multipath.c | 251 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path() 252 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path() 290 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths() 348 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path() 366 struct nvme_ns *old = srcu_dereference(head->current_path[node], in nvme_round_robin_path() 406 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path() 458 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_numa_path() 1117 current_ns = srcu_dereference(head->current_path[node], in numa_nodes_show()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 4141 struct fs_path *current_path, in rename_current_inode() argument 4146 ret = send_rename(sctx, current_path, new_path); in rename_current_inode() 4154 return fs_path_copy(current_path, new_path); in rename_current_inode()
|