Searched refs:HOLE_SIZE_IN_BLOCKS (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate03.c | 103 #define HOLE_SIZE_IN_BLOCKS 12 macro 123 DEFAULT_MODE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS / 2 - 1, 1, TRUE}, 125 DEFAULT_MODE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 1, 1, TRUE}, { 129 BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS / 2 + 1, 1, TRUE}, { 130 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 2, 171 file_seek(BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS); /* create holes */ in setup()
|
Completed in 1 milliseconds