FCNTL_SETLEASE

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

 

NAME

fcntl_setlease - sets a lease on an open file  

SYNOPSIS

int fcntl_setlease (unsigned int fd, struct file * filp, long arg);  

ARGUMENTS

fd
open file descriptor
filp
file pointer
arg
type of lease to obtain
 

DESCRIPTION

Call this fcntl to establish a lease on the file. Note that you also need to call F_SETSIG to receive a signal when the lease is broken.  

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: 09:53:38 GMT, April 09, 2004