Home
last modified time | relevance | path

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

/netbsd-src/tests/fs/common/
H A Dh_fsmacros.h71 #ifndef FSTEST_IMGSIZE
72 #define FSTEST_IMGSIZE (10000 * 512) macro
82 (fsstat.f_frsize * fsstat.f_bfree) <= FSTEST_IMGSIZE) \
85 FSTEST_IMGNAME, FSTEST_IMGSIZE, NULL) != 0) \
94 FSTEST_IMGNAME, FSTEST_IMGSIZE, _privargs_) != 0) \
/netbsd-src/tests/fs/vfs/
H A Dt_full.c75 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.c1090 #undef FSTEST_IMGSIZE
1091 #define FSTEST_IMGSIZE (1024*1024*64) macro
/netbsd-src/tests/fs/ffs/
H A Dt_mount.c15 #define FSTEST_IMGSIZE (96 * 512) macro
H A Dt_update_log.c9 #define FSTEST_IMGSIZE (96 * 512) macro
/netbsd-src/tests/fs/nfs/nfsservice/
H A Drumpnfsd.c104 imagename, FSTEST_IMGSIZE, NULL) != 0) in main()