Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_device.c281 unsigned int acq_dev_size = size ? size : DEV_SIZE_MB; in tst_acquire_loop_device() local
283 if (tst_prealloc_file(filename, 1024 * 1024, acq_dev_size)) { in tst_acquire_loop_device()
300 unsigned int acq_dev_size; in tst_acquire_device__() local
303 acq_dev_size = size ? size : DEV_SIZE_MB; in tst_acquire_device__()
312 if (acq_dev_size <= ltp_dev_size) in tst_acquire_device__()
316 ltp_dev_size, acq_dev_size); in tst_acquire_device__()
319 dev = tst_acquire_loop_device(acq_dev_size, DEV_FILE); in tst_acquire_device__()