fcntl_getlease(9) suse man page | unix.com

Man Page: fcntl_getlease

Operating Environment: suse

Section: 9

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 2.6. July 2010 FCNTL_GETLEASE(9)
Related Man Pages
virt-sanlock-cleanup(8) - centos
dhclient.leases(5) - redhat
omapi(3) - debian
dhclient.leases(5) - debian
auto_parms(1m) - hpux
Similar Topics in the Unix Linux Community
Grant unprivileged user rights to see the output of echo|format but not modify disks
SOCKS proxy & PAM configuration exposure
Tar Command
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend