Searched refs:RECLEN (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate04.c | 51 #define RECLEN 100 macro 94 reclen = RECLEN; in main() 99 recstart = RECLEN + rand() % (len - 3 * RECLEN); in main() 174 ftruncate_expect_fail(fd, RECLEN, "offset before lock"); in doparent() 175 ftruncate_expect_fail(fd, recstart + RECLEN/2, "offset in lock"); in doparent() 176 ftruncate_expect_success(fd, recstart + RECLEN, "offset after lock"); in doparent() 182 ftruncate_expect_success(fd, recstart + RECLEN/2, "offset in lock"); in doparent() 184 ftruncate_expect_success(fd, recstart + RECLEN, "offset after lock"); in doparent()
|