Searched refs:test_root (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | 825 static inline int test_root(ext4_group_t a, int b) in test_root() function 862 if (test_root(group, 3) || (test_root(group, 5)) || in ext4_bg_has_super() 863 test_root(group, 7)) in ext4_bg_has_super()
|
/openbmc/linux/fs/ext2/ |
H A D | balloc.c | 1489 static inline int test_root(int a, int b) in test_root() function 1502 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse() 1503 test_root(group, 7)); in ext2_group_sparse()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 22976 +def doconf(csva, tests, test_root, vcodec, dectype, ffmpeg_exec): 22988 + rv = testone(os.path.join(test_root, name), name, a[2], a[3], a[4], dectype=dectype, v… 23039 + argp.add_argument("--test_root", default="/opt/conform/h265.2016", help="Root dir for test") 23047 + csv.writer(sys.stdout).writerows(scandir(args.test_root)) 23066 + doconf(csva, args.tests, args.test_root, args.vcodec, dectype, args.ffmpeg)
|