...s of the following type: struct linux_dirent64 { ino64_t d_ino; /* 64-bit inode number */ off64_t d_off; /* Not an offset; see getdents() */ unsigned short d_reclen; /* Size of …...s of the following type: struct linux_dirent64 { ino64_t d_ino; /* 64-bit inode number */ off64_t d_off; /* Not an offset; see getdents() */ unsigned short d_reclen; /* Size of …create an anonymous RAM-based file to access secret memory regions NAME memfd_secret - create an anonymous RAM-based file to access secret memory regions LIBRARY Standard C library…indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…enable or disable kernel management of Memory Protection eXtensions (MPX) NAME PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT - enable or disable kernel management of Memory P…...) Allow files whose sizes cannot be represented in an off_t (but can be represented in an off64_t ) to be opened. The _LARGEFILE64_SOURCE macro must be defined (before including…...) Allow files whose sizes cannot be represented in an off_t (but can be represented in an off64_t ) to be opened. The _LARGEFILE64_SOURCE macro must be defined (before including…...) Allow files whose sizes cannot be represented in an off_t (but can be represented in an off64_t ) to be opened. The _LARGEFILE64_SOURCE macro must be defined (before including…give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…close all file descriptors in a given range NAME close_range - close all file descriptors in a given range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /*…copy the unwind data to caller's buffer NAME getunwind - copy the unwind data to caller's buffer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/unwind.h> #inclu…create a child process and block parent NAME vfork - create a child process and block parent LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t vfork(void…define a subpage protection for an address range NAME subpage_prot - define a subpage protection for an address range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <s…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…