fcntl_setlease(9) centos man page | unix.com

Man Page: fcntl_setlease

Operating Environment: centos

Section: 9

FCNTL_SETLEASE(9)						   The Linux VFS						 FCNTL_SETLEASE(9)

NAME
fcntl_setlease - sets a lease on an open file
SYNOPSIS
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
Kernel Hackers Manual 3.10 June 2014 FCNTL_SETLEASE(9)
Related Man Pages
vfs_lock_file(9) - suse
dhclient.leases(5) - linux
auto_parms(1m) - hpux
dhcpclient(1m) - hpux
dhclient.leases(5) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq