Searched refs:MAX_FC_READ (Results 1 – 1 of 1) sorted by relevance
172 #define MAX_FC_READ 196608 /* 4096 * 48 - 48 blocks */ macro2753 if (fsize > MAX_FC_READ) { in check_file()2758 if ((buf = malloc(MAX_FC_READ)) == NULL) { in check_file()2761 MAX_FC_READ, strerror(errno)); in check_file()2772 rd_size = MIN(MAX_FC_READ, fsize - rd_cnt); in check_file()