Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c82 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate() function
160 check_ftruncate(filename, lineno, fd, sz); in check_mfd_new()
420 check_ftruncate(filename, lineno, fd, MFD_DEF_SIZE / 2); in check_mfd_shrinkable()
439 check_ftruncate(filename, lineno, fd, MFD_DEF_SIZE * 2); in check_mfd_growable()
Dmemfd_create_common.h110 void check_ftruncate(const char *filename, const int lineno, int fd,