Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c32 #define FALLOCATE_SIZE 8192 macro
39 char buf[FALLOCATE_SIZE]; in run()
44 if (fallocate(fd, 0, 0, FALLOCATE_SIZE)) { in run()
52 "fallocate(fd, 0, 0, %i)", FALLOCATE_SIZE); in run()
64 ret = fallocate(fd, 0, FALLOCATE_SIZE, FALLOCATE_SIZE); in run()
73 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, FALLOCATE_SIZE); in run()