Home
last modified time | relevance | path

Searched refs:maxoplen (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/regression/fsx/
H A Dfsx.c115 int maxoplen = 64 * 1024; /* -o flag */ variable
819 off_t size = maxoplen; in test()
855 size = random() % (maxoplen+1); in test()
1051 maxoplen = getnum(optarg, &endp); in main()
1052 if (maxoplen <= 0) in main()
1195 temp_buf = (char *) malloc(maxoplen); in main()
1196 memset(temp_buf, '\0', maxoplen); in main()
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh187 int maxoplen = 64 * 1024; /* -o flag */