Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-ffsb-config/
Dffsb-config08 max_filesize=40960
Dffsb-config28 max_filesize=20480
Dffsb-config18 max_filesize=4096
Dffsb-config38 max_filesize=409600
Dffsb-config68 max_filesize=409600
Dffsb-config48 max_filesize=409600
Dffsb-config58 max_filesize=409600
Dffsb-config78 max_filesize=409600
/external/autotest/client/tests/ffsb/
Dprofile.cfg.sample14 max_filesize=2G
/external/ltp/utils/ffsb-6.0-rc2/examples/
Dprofile_everything22 # max_filesize = 10m
/external/curl/src/
Dtool_cfgable.h71 curl_off_t max_filesize; member
Dtool_operate.c1323 if(config->max_filesize) in operate_do()
1325 config->max_filesize); in operate_do()
Dtool_getparam.c815 config->max_filesize = value; in getparameter()
/external/ltp/utils/ffsb-6.0-rc2/
DREADME172 max_filesize) for the selected filesystem. Write operations will
275 max_filesize=4096
287 num_dirs, max_filesize, and min_filesize. Beyond those the following
333 max_filesize=65536
/external/curl/lib/
Dhttp.c3779 if(data->set.max_filesize && in Curl_http_readwrite_headers()
3780 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()
3793 if(data->set.max_filesize) { in Curl_http_readwrite_headers()
Dsetopt.c2066 data->set.max_filesize = arg; in vsetopt()
2119 data->set.max_filesize = bigsize; in vsetopt()
Durldata.h1611 curl_off_t max_filesize; /* Maximum file size to download */ member
Dftp.c2181 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()