Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dfallocate.h33 #ifndef FALLOC_FL_INSERT_RANGE
34 # define FALLOC_FL_INSERT_RANGE 0x20 macro
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c247 if (fallocate(fd, FALLOC_FL_INSERT_RANGE, block_size, in test05()