current_pgpath     72 drivers/md/dm-mpath.c 	struct pgpath *current_pgpath;
current_pgpath    360 drivers/md/dm-mpath.c 		m->current_pgpath = pgpath;
current_pgpath    425 drivers/md/dm-mpath.c 	m->current_pgpath = NULL;
current_pgpath    496 drivers/md/dm-mpath.c 	pgpath = READ_ONCE(m->current_pgpath);
current_pgpath    578 drivers/md/dm-mpath.c 	pgpath = READ_ONCE(m->current_pgpath);
current_pgpath   1238 drivers/md/dm-mpath.c 	if (pgpath == m->current_pgpath)
current_pgpath   1239 drivers/md/dm-mpath.c 		m->current_pgpath = NULL;
current_pgpath   1277 drivers/md/dm-mpath.c 		m->current_pgpath = NULL;
current_pgpath   1330 drivers/md/dm-mpath.c 	m->current_pgpath = NULL;
current_pgpath   1360 drivers/md/dm-mpath.c 		m->current_pgpath = NULL;
current_pgpath   1469 drivers/md/dm-mpath.c 		if (pgpath == m->current_pgpath) {
current_pgpath   1471 drivers/md/dm-mpath.c 			m->current_pgpath = NULL;
current_pgpath   1855 drivers/md/dm-mpath.c 	struct pgpath *current_pgpath;
current_pgpath   1858 drivers/md/dm-mpath.c 	current_pgpath = READ_ONCE(m->current_pgpath);
current_pgpath   1859 drivers/md/dm-mpath.c 	if (!current_pgpath)
current_pgpath   1860 drivers/md/dm-mpath.c 		current_pgpath = choose_pgpath(m, 0);
current_pgpath   1862 drivers/md/dm-mpath.c 	if (current_pgpath) {
current_pgpath   1864 drivers/md/dm-mpath.c 			*bdev = current_pgpath->path.dev->bdev;
current_pgpath   1950 drivers/md/dm-mpath.c 	if (unlikely(!READ_ONCE(m->current_pgpath) && next_pg))