Home
last modified time | relevance | path

Searched refs:FSTEST_IMGSIZE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h71 #ifndef FSTEST_IMGSIZE
72 #define FSTEST_IMGSIZE (10000 * 512) macro
81 FSTEST_IMGNAME, FSTEST_IMGSIZE, NULL) != 0) \
90 FSTEST_IMGNAME, FSTEST_IMGSIZE, _privargs_) != 0) \
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_full.c74 for (written = 0; written < FSTEST_IMGSIZE + bonus; written +=n) { in fillfs()
H A Dt_renamerace.c34 #define FSTEST_IMGSIZE (50000 * 512) macro
H A Dt_vnops.c1048 #undef FSTEST_IMGSIZE
1049 #define FSTEST_IMGSIZE (1024*1024*64) macro
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_mount.c15 #define FSTEST_IMGSIZE (96 * 512) macro
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Drumpnfsd.c105 imagename, FSTEST_IMGSIZE, NULL) != 0) in main()