Lines Matching refs:NLINES
17 NLINES=${NLINES:-16384}
42 if ! tst_is_int $NLINES || [ $NLINES -lt 1 ]; then
43 tst_res TBROK "NLINES must be > 0"
48 tst_res TINFO "creating test files (chars: $NCHARS, lines: $NLINES)"
50 generate_file flock_data $NCHARS $NLINES 0
51 generate_file flock_odata $NCHARS $NLINES 1
62 nfs_flock 0 flock_idata $NCHARS $NLINES &
64 nfs_flock 1 flock_idata $NCHARS $NLINES &