Searched refs:setlease (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c1286 * setlease - sets a lease on an open file
1295 int setlease(struct file *filp, long arg, struct file_lock **lease) function
1316 EXPORT_SYMBOL(setlease); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h858 extern int setlease(struct file *, long, struct file_lock **);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c254 setlease(filp, F_UNLCK, &dp->dl_flock);
1696 /* setlease checks to see if delegation should be handed out.
1699 if ((status = setlease(stp->st_vfs_file,
1701 dprintk("NFSD: setlease failed [%d], no delegation\n", status);

Completed in 43 milliseconds