__BREAK_LEASE

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

__break_lease - revoke all outstanding leases on file  

SYNOPSIS

int __break_lease (struct inode * inode, unsigned int mode);  

ARGUMENTS

inode
the inode of the file to return
mode
the open mode (read or write)
 

DESCRIPTION

break_lease (inlined for speed) has checked there already is 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.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:17 GMT, August 13, 2003