Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c354 int seq_auto_files = 0; /* auto files created by tool created by tool */ in main() local
795 if (sscanf(optarg, "%i", &seq_auto_files) != 1 || in main()
796 seq_auto_files < 0) { in main()
1239 if (!num_auto_files && !seq_auto_files) in main()
1250 if (seq_auto_files) { in main()
1251 num_files += seq_auto_files; in main()
1289 for (ind = 1; ind <= seq_auto_files; ind++, num++) { in main()