Searched refs:check_ftruncate_fail (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 91 void check_ftruncate_fail(const char *filename, const int lineno, in check_ftruncate_fail() function 432 check_ftruncate_fail(filename, lineno, fd, MFD_DEF_SIZE / 2); in check_mfd_non_shrinkable() 448 check_ftruncate_fail(filename, lineno, fd, MFD_DEF_SIZE * 2); in check_mfd_non_growable()
|
D | memfd_create_common.h | 112 void check_ftruncate_fail(const char *filename, const int lineno, int fd,
|