Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c2701 int rd_cnt; in check_file() local
2770 rd_cnt = 0; in check_file()
2771 while (rd_cnt < fsize) { in check_file()
2772 rd_size = MIN(MAX_FC_READ, fsize - rd_cnt); in check_file()
2796 datapidchk(STATIC_NUM, buf, rd_size, rd_cnt, in check_file()
2800 datapidchk(Pid, buf, rd_size, rd_cnt, in check_file()
2804 dataasciichk(NULL, buf, rd_size, rd_cnt, in check_file()
2809 databinchk('a', buf, rd_size, rd_cnt, in check_file()
2813 databinchk('c', buf, rd_size, rd_cnt, in check_file()
2817 databinchk('C', buf, rd_size, rd_cnt, in check_file()
[all …]