test_root        1510 fs/ext2/balloc.c 	return (test_root(group, 3) || test_root(group, 5) ||
test_root        1511 fs/ext2/balloc.c 		test_root(group, 7));
test_root        1818 fs/ext3/balloc.c 	return (test_root(group, 7) || test_root(group, 5) ||
test_root        1819 fs/ext3/balloc.c 		test_root(group, 3));
test_root         852 fs/ext4/balloc.c 	return (test_root(group, 7) || test_root(group, 5) ||
test_root         853 fs/ext4/balloc.c 		test_root(group, 3));