nr_priority_groups   77 drivers/md/dm-mpath.c 	unsigned nr_priority_groups;
nr_priority_groups 1117 drivers/md/dm-mpath.c 	r = dm_read_arg(_args, &as, &m->nr_priority_groups, &ti->error);
nr_priority_groups 1125 drivers/md/dm-mpath.c 	if ((!m->nr_priority_groups && next_pg_num) ||
nr_priority_groups 1126 drivers/md/dm-mpath.c 	    (m->nr_priority_groups && !next_pg_num)) {
nr_priority_groups 1153 drivers/md/dm-mpath.c 	if (pg_count != m->nr_priority_groups) {
nr_priority_groups 1349 drivers/md/dm-mpath.c 	    !m->nr_priority_groups || (pgnum > m->nr_priority_groups)) {
nr_priority_groups 1381 drivers/md/dm-mpath.c 	    !m->nr_priority_groups || (pgnum > m->nr_priority_groups)) {
nr_priority_groups 1714 drivers/md/dm-mpath.c 	DMEMIT("%u ", m->nr_priority_groups);
nr_priority_groups 1721 drivers/md/dm-mpath.c 		pg_num = (m->nr_priority_groups ? 1 : 0);