Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__break_lease(9) [centos man page]

__BREAK_LEASE(9)						   The Linux VFS						  __BREAK_LEASE(9)

NAME
__break_lease - revoke all outstanding leases on file SYNOPSIS
int __break_lease(struct inode * inode, unsigned int mode, unsigned int type); ARGUMENTS
inode the inode of the file to return mode O_RDONLY: break only write leases; O_WRONLY or O_RDWR: break all leases type FL_LEASE: break leases and delegations; FL_DELEG: break only delegations DESCRIPTION
break_lease (inlined for speed) has checked there already is at least some kind of lock (maybe a lease) on this file. Leases are broken on a call to open or truncate. This function can sleep unless you specified O_NONBLOCK to your open. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __BREAK_LEASE(9)

Check Out this Related Man Page

dhclient.leases(5)						File Formats Manual						dhclient.leases(5)

NAME
dhclient.leases - DHCP client lease database DESCRIPTION
The Internet Software Consortium DHCP client keeps a persistent database of leases that it has acquired that are still valid. The data- base is a free-form ASCII file containing one valid declaration per lease. If more than one declaration appears for a given lease, the last one in the file is used. The file is written as a log, so this is not an unusual occurrance. The format of the lease declarations is described in dhclient.conf(5). FILES
/var/lib/dhcp/dhclient.leases SEE ALSO
dhclient(8), dhcp-options(5), dhclient.conf(5), dhcpd(8), dhcpd.conf(5), RFC2132, RFC2131. AUTHOR
dhclient(8) was written by Ted Lemon under a contract with Vixie Labs. Funding for this project was provided by the Internet Software Consortium. Information about the Internet Software Consortium can be found at http://www.isc.org. dhclient.leases(5)
Man Page