Query: generic_setlease
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENERIC_SETLEASE(9) The Linux VFS GENERIC_SETLEASE(9)NAMEgeneric_setlease - sets a lease on an open fileSYNOPSISint generic_setlease(struct file * filp, long arg, struct file_lock ** flp);ARGUMENTSfilp file pointer arg type of lease to obtain flp input - file_lock to use, output - file_lock insertedDESCRIPTIONThe (input) flp->fl_lmops->fl_break function is required by break_lease. Called with kernel lock held.COPYRIGHTKernel Hackers Manual 2.6. July 2010 GENERIC_SETLEASE(9)