nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fcntl.c File Reference
#include <sys/types.h>
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
Include dependency graph for fcntl.c:

Go to the source code of this file.

Functions

int creat (const char *path, mode_t mode)
 
int fcntl (int fd, int cmd,...)
 
int openat (int fd, const char *path, int mode,...)
 
int posix_fadvise (int fd, off_t offset, off_t len, int advice)
 
int posix_fallocate (int fd, off_t offset, off_t len)