Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-mpath.c1462 static int switch_pg_num(struct multipath *m, const char *pgstr) in switch_pg_num() argument
1469 if (!pgstr || (sscanf(pgstr, "%u%c", &pgnum, &dummy) != 1) || !pgnum || in switch_pg_num()
1495 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1501 if (!pgstr || (sscanf(pgstr, "%u%c", &pgnum, &dummy) != 1) || !pgnum || in bypass_pg_num()