.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "__BREAK_LEASE" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME __break_lease \- revoke all outstanding leases on file .SH "SYNOPSIS" .ad l .hy 0 .HP 21 int\ \fB__break_lease\ \fR\ (struct\ inode\ *\ \fIinode\fR, unsigned\ int\ \fImode\fR); .ad .hy .SH "ARGUMENTS" .TP \fIinode\fR the inode of the file to return .TP \fImode\fR the open mode (read or write) .SH "DESCRIPTION" .PP break_lease (inlined for speed) has checked there already is a lease on this file\&. Leases are broken on a call to \fBopen\fR or \fBtruncate\fR\&. This function can sleep unless you specified \fBO_NONBLOCK\fR to your \fBopen\fR\&.