NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include int fcntl ... operations described below on the open file descriptor fd . The …NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include int fcntl ... operations described below on the open file descriptor fd . The …openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS ... DESCRIPTION The open () system call opens the file specified by pathname . If…openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS ... DESCRIPTION The open () system call opens the file specified by pathname . If…openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS ... DESCRIPTION The open () system call opens the file specified by pathname . If…obtain handle for a pathname and open file via a handle LIBRARY Standard C library ... dirfd , const char * pathname , struct file_handle * handle , int * mount_id , int flags ); i…obtain handle for a pathname and open file via a handle LIBRARY Standard C library ... dirfd , const char * pathname , struct file_handle * handle , int * mount_id , int flags ); i…seccomp (2) call is a new "listening" file descriptor that can be used to receive ... supervisor can obtain notifications using the listening file descriptor, (a duplicate of) that…NAME memfd_create - create an anonymous file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define ... flags ); DESCRIPTION memfd_create () creates an anonymous file and retur…NAME statx - get file status (extended) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define ... DESCRIPTION This function returns information about a file, storing it in the…NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc ... mask , int flags ); DESCRIPTION signalfd () creates a file descriptor that can …NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc ... mask , int flags ); DESCRIPTION signalfd () creates a file descriptor that can …200112L DESCRIPTION WARNING : select () can monitor only file descriptors numbers that are less than ... select () allows a program to monitor multiple file descriptors, waiting un…200112L DESCRIPTION WARNING : select () can monitor only file descriptors numbers that are less than ... select () allows a program to monitor multiple file descriptors, waiting un…200112L DESCRIPTION WARNING : select () can monitor only file descriptors numbers that are less than ... select () allows a program to monitor multiple file descriptors, waiting un…NAME fallocate - manipulate file space LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE ... ensuring that space is allocated for a file, see posix_fallocate (…call. The contents of a file mapping (as opposed to an anonymous mapping ... bytes starting at offset offset in the file (or other object) referredcall. The contents of a file mapping (as opposed to an anonymous mapping ... bytes starting at offset offset in the file (or other object) referredmarked. The fanotify_fd argument is a file descriptor returned by fanotify_init (2). flags ... mark the link itself, rather than the file to which it refers. (By default, fanotifyNAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc ... SOURCE /* See feature_test_macros(7) */ #define _FILE_OFFSET_BITS 64 #include int sync_…