Searched refs:vfs_setlease (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | filelock.h | 209 int vfs_setlease(struct file *, int, struct file_lease **, void **); 383 static inline int vfs_setlease(struct file *filp, int arg, in vfs_setlease() function
|
/linux/fs/ |
H A D | locks.c | 2013 vfs_setlease(struct file *filp, int arg, struct file_lease **lease, void **priv) in vfs_setlease() function 2028 EXPORT_SYMBOL_GPL(vfs_setlease); 2047 error = vfs_setlease(filp, arg, &fl, (void **)&new); in do_fcntl_add_lease() 2068 return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp); in fcntl_setlease()
|