centos man page for fcntl_getlease

Query: fcntl_getlease

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FCNTL_GETLEASE(9)						   The Linux VFS						 FCNTL_GETLEASE(9)

NAME
fcntl_getlease - Enquire what lease is currently active
SYNOPSIS
int fcntl_getlease(struct file * filp);
ARGUMENTS
filp the file
DESCRIPTION
The value returned by this function will be one of (if no lease break is pending): F_RDLCK to indicate a shared lease is held. F_WRLCK to indicate an exclusive lease is held. F_UNLCK to indicate no lease is held. (if a lease break is pending): F_RDLCK to indicate an exclusive lease needs to be changed to a shared lease (or removed). F_UNLCK to indicate the lease needs to be removed.
XXX
sfr & willy disagree over whether F_INPROGRESS should be returned to userspace.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 FCNTL_GETLEASE(9)
Related Man Pages
udhcpc(8) - suse
virt-sanlock-cleanup(8) - centos
dhclient.leases(5) - linux
auto_parms(1m) - hpux
dhclient.leases(5) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Tar Command
Unsure why access time on a directory change isn't changing