Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/lseek/
Dlseek11.c47 #define UNIT_BLOCKS 10 macro
48 #define FILE_BLOCKS (UNIT_BLOCKS * UNIT_COUNT)
76 …{UNIT_BLOCKS, -1, SEEK_DATA, "data02", 6}, /* SEEK_DATA from the tail of the first hole…
77 …{UNIT_BLOCKS, 0, SEEK_DATA, "data02", 6}, /* SEEK_DATA from the starting of the second…
78 …{UNIT_BLOCKS, 4, SEEK_DATA, "02suffix", 8}, /* SEEK_DATA from middle of the second data …
79 …{UNIT_BLOCKS, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from the starting of the second…
80 …{UNIT_BLOCKS, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second data …
81 …{UNIT_BLOCKS + 1, 128, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second hole …
82 …{UNIT_BLOCKS + 1, 128, SEEK_DATA, "data03", 6}, /* SEEK_DATA from middle of the second hole …
173 offset = UNIT_BLOCKS * block_size * i; in setup()