Searched refs:tst_prealloc_file (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/lib/ |
D | tst_fill_file.c | 98 int tst_prealloc_file(const char *path, size_t bs, size_t bcount) in tst_prealloc_file() function
|
D | tst_device.c | 283 if (tst_prealloc_file(filename, 1024 * 1024, acq_dev_size)) { in tst_acquire_loop_device()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl09.c | 95 tst_prealloc_file("test.img", 1024 * 1024, 20); in setup()
|
/third_party/ltp/include/ |
D | tst_fs.h | 169 int tst_prealloc_file(const char *path, size_t bs, size_t bcount);
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 1192 int tst_prealloc_file(const char *path, size_t bs, size_t bcount);
|