Searched refs:FSTEST_IMGNAME (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_quota2_1.c | 33 "%s %s", (n + 3), newfs_opts, FSTEST_IMGNAME); in do_quota() 41 rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK); in do_quota() 64 snprintf(buf, 1024, "fsck_ffs -fn -F %s", FSTEST_IMGNAME); in do_quota()
|
H A D | t_quota2_remount.c | 35 "%s %s", (n + 3), newfs_opts, FSTEST_IMGNAME); in do_quota() 43 rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK); in do_quota() 96 snprintf(buf, 1024, "fsck_ffs -fn -F %s", FSTEST_IMGNAME); in do_quota()
|
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | h_fsmacros.h | 68 #ifndef FSTEST_IMGNAME 69 #define FSTEST_IMGNAME "image.fs" macro 81 FSTEST_IMGNAME, FSTEST_IMGSIZE, NULL) != 0) \ 90 FSTEST_IMGNAME, FSTEST_IMGSIZE, _privargs_) != 0) \
|