core.sys.linux.fcntl

Public Imports

core.sys.posix.fcntl
public import core.sys.posix.fcntl;

Members

Enums

FALLOC_FL_KEEP_SIZE
anonymousenum FALLOC_FL_KEEP_SIZE

fallocate(2) params

F_OFD_GETLK
anonymousenum F_OFD_GETLK

Open File Description locks

Functions

fallocate
int fallocate(int fd, int mode, off_t offset, off_t len)

Open File Description locks

Suggestion Box / Bug Report