pgstr            1341 drivers/md/dm-mpath.c static int switch_pg_num(struct multipath *m, const char *pgstr)
pgstr            1348 drivers/md/dm-mpath.c 	if (!pgstr || (sscanf(pgstr, "%u%c", &pgnum, &dummy) != 1) || !pgnum ||
pgstr            1374 drivers/md/dm-mpath.c static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed)
pgstr            1380 drivers/md/dm-mpath.c 	if (!pgstr || (sscanf(pgstr, "%u%c", &pgnum, &dummy) != 1) || !pgnum ||