Searched refs:check_ftruncate (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 72 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate() function 150 check_ftruncate(filename, lineno, fd, sz); in check_mfd_new() 410 check_ftruncate(filename, lineno, fd, MFD_DEF_SIZE / 2); in check_mfd_shrinkable() 429 check_ftruncate(filename, lineno, fd, MFD_DEF_SIZE * 2); in check_mfd_growable()
|
D | memfd_create_common.h | 110 void check_ftruncate(const char *filename, const int lineno, int fd,
|