1FCNTL_SETLEASE(9)                The Linux VFS               FCNTL_SETLEASE(9)
2
3
4

NAME

6       fcntl_setlease - sets a lease on an open file
7

SYNOPSIS

9       int fcntl_setlease(unsigned int fd, struct file * filp, long arg);
10

ARGUMENTS

12       fd
13           open file descriptor
14
15       filp
16           file pointer
17
18       arg
19           type of lease to obtain
20

DESCRIPTION

22       Call this fcntl to establish a lease on the file. Note that you also
23       need to call F_SETSIG to receive a signal when the lease is broken.
24
26Kernel Hackers Manual 3.10         June 2019                 FCNTL_SETLEASE(9)
Impressum