FCNTL_GETLEASE

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

 

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.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
XXX
ABOUT THIS DOCUMENT

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