Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dballoc.c825 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 Dballoc.c1482 static inline int test_root(int a, int b) in test_root() function
1495 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse()
1496 test_root(group, 7)); in ext2_group_sparse()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch67161 +def doconf(csva, tests, test_root, vcodec, dectype, ffmpeg_exec):
67173 + rv = testone(os.path.join(test_root, name), name, a[2], a[3], a[4], dectype=dectype, v…
67224 + argp.add_argument("--test_root", default="/opt/conform/h265.2016", help="Root dir for test")
67232 + csv.writer(sys.stdout).writerows(scandir(args.test_root))
67251 + doconf(csva, args.tests, args.test_root, args.vcodec, dectype, args.ffmpeg)