login
Header Space

 
 

__break_lease(9)

July 19, 2007 - 1:23am
Submitted by Jeremy on July 19, 2007 - 1:23am.

INDEX

    NAME, SYNOPSIS, ARGUMENTS, DESCRIPTION, COPYRIGHT

    "__BREAK_LEASE" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "The Linux VFS"

    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 openfR
    or truncatefR. This function can sleep unless you specified
    O_NONBLOCKfR
    to your openfR.

    COPYRIGHT

speck-geostationary