Searched refs:vfs_setlease (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfs4layouts.c | 147 vfs_setlease(ls->ls_file, F_UNLCK, NULL, (void **)&ls); in nfsd4_free_layout_stateid() 174 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); in nfsd4_layout_setlease()
|
D | nfs4state.c | 771 vfs_setlease(filp, F_UNLCK, NULL, (void **)&fp); in nfs4_put_deleg_lease() 4066 status = vfs_setlease(filp, fl->fl_type, &fl, NULL); in nfs4_setlease()
|
/linux-4.4.14/fs/ |
D | locks.c | 1805 vfs_setlease(struct file *filp, long arg, struct file_lock **lease, void **priv) in vfs_setlease() function 1812 EXPORT_SYMBOL_GPL(vfs_setlease); 1831 error = vfs_setlease(filp, arg, &fl, (void **)&new); in do_fcntl_add_lease() 1852 return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp); in fcntl_setlease()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1064 extern int vfs_setlease(struct file *, long, struct file_lock **, void **); 1188 static inline int vfs_setlease(struct file *filp, long arg, in vfs_setlease() function
|