Searched refs:FSIZE (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/truncate/
H A Dtruncate_test.c25 #define FSIZE 256*1024*1024 macro
27 static long fsize = FSIZE;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_replace_001_pos.ksh85 log_must mkfile $FSIZE /$TESTPOOL/data
H A Dauto_online_001_pos.ksh104 log_must mkfile $FSIZE /$TESTPOOL/data
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c48 #define FSIZE 256*1024*1024 macro
52 static long fsize = FSIZE;
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c46 #define FSIZE 256*1024*1024 macro
50 static long fsize = FSIZE;
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c55 LIM(FSIZE, 1024),
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c55 LIM(FSIZE, 1024),
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.c83 #define FSIZE (512 * (CLUSTERSIZE)) //FSIZE may range from NUM_CHUNKS clusters to 8GB macro
90 //between chunk n and chunk n-1 is (FSIZE * partitions[n-1] / (1<<31) .
94 //multiple values of FSIZE, partitions values must be aligned to multiples of
111 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31);
113 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31);
508 if ( ftruncate(outfd, FSIZE)){
514 for(ofs=0; ofs < FSIZE; ofs+=CLUSTERSIZE){
529 p_file = mmap(0, FSIZE, PROT_READ | PROT_WRITE, MAP_SHARED, outfd, 0);
586 if (munmap(p_file, FSIZE)){
[all...]
H A Dfsync_integrity.c91 #define FSIZE (64 * (CLUSTERSIZE)) //FSIZE may range from NUM_CHUNKS clusters to 8GB macro
98 //between chunk n and chunk n-1 is (FSIZE * partitions[n-1] / (1<<31) .
102 //multiple values of FSIZE, partitions values must be aligned to multiples of
121 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31);
123 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31);
443 if ( ftruncate(outfd, FSIZE)){
449 for(ofs=0; ofs < FSIZE; ofs+=CLUSTERSIZE){

Completed in 91 milliseconds