Home
last modified time | relevance | path

Searched refs:vfs_setlease (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfsd/
A Dnfs4layouts.c173 vfs_setlease(ls->ls_file->nf_file, F_UNLCK, NULL, (void **)&ls); in nfsd4_free_layout_stateid()
203 status = vfs_setlease(fl->fl_file, fl->fl_type, &fl, NULL); in nfsd4_layout_setlease()
A Dnfs4state.c1137 vfs_setlease(nf->nf_file, F_UNLCK, NULL, (void **)&dp); in nfs4_unlock_deleg_lease()
5162 status = vfs_setlease(fp->fi_deleg_file->nf_file, fl->fl_type, &fl, NULL); in nfs4_set_delegation()
5185 vfs_setlease(fp->fi_deleg_file->nf_file, F_UNLCK, NULL, (void **)&dp); in nfs4_set_delegation()
/linux/fs/
A Dlocks.c1897 vfs_setlease(struct file *filp, long arg, struct file_lock **lease, void **priv) in vfs_setlease() function
1906 EXPORT_SYMBOL_GPL(vfs_setlease);
1925 error = vfs_setlease(filp, arg, &fl, (void **)&new); in do_fcntl_add_lease()
1946 return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp); in fcntl_setlease()
/linux/include/linux/
A Dfs.h1198 extern int vfs_setlease(struct file *, long, struct file_lock **, void **);
1328 static inline int vfs_setlease(struct file *filp, long arg, in vfs_setlease() function
/linux/
A Dvmlinux.symvers8547 0x00000000 vfs_setlease vmlinux EXPORT_SYMBOL_GPL
A DSystem.map10166 ffff8000102c1d44 T vfs_setlease
A D.tmp_System.map10166 ffff8000102c1d44 T vfs_setlease

Completed in 333 milliseconds