table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SYS_FLOCK(9) | The Linux VFS | SYS_FLOCK(9) |
NAME¶
sys_flock - flock system call.SYNOPSIS¶
long
sys_flock(unsigned int fd,
unsigned int cmd);
ARGUMENTS¶
fdthe file descriptor to lock.
cmd
the type of lock to apply.
DESCRIPTION¶
Apply a FL_FLOCK style lock to an open file descriptor. The cmd can be one ofCOPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |