Rechercher une page de manuel
fcntl_setlease
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
fcntl_setlease - sets a lease on an open fileSYNOPSIS
- int fcntl_setlease(unsigned int fd, struct file * filp, long arg);
ARGUMENTS
fd
- open file descriptor
filp
- file pointer
arg
- type of lease to obtain
DESCRIPTION
Call this fcntl to establish a lease on the file. Note that you also need to call F_SETSIG to receive a signal when the lease is broken.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre