Home
last modified time | relevance | path

Searched refs:setlease (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/fs/cifs/
A Dcifsfs.c1368 .setlease = cifs_setlease,
1388 .setlease = cifs_setlease,
1408 .setlease = cifs_setlease,
1426 .setlease = cifs_setlease,
1444 .setlease = cifs_setlease,
1462 .setlease = cifs_setlease,
/linux-6.3-rc2/fs/nfs/
A Dnfs4file.c460 .setlease = nfs4_setlease,
A Dfile.c893 .setlease = simple_nosetlease,
/linux-6.3-rc2/fs/gfs2/
A Dfile.c1573 .setlease = simple_nosetlease,
1604 .setlease = generic_setlease,
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst534 int (*setlease)(struct file *, long, struct file_lock **, void **);
574 ->setlease operations should call generic_setlease() before or after setting
A Dvfs.rst1028 int (*setlease)(struct file *, long, struct file_lock **, void **);
1131 ``setlease``
1132 called by the VFS to set or release a file lock lease. setlease
/linux-6.3-rc2/fs/
A Dlocks.c1949 if (filp->f_op->setlease) in vfs_setlease()
1950 return filp->f_op->setlease(filp, arg, lease, priv); in vfs_setlease()
/linux-6.3-rc2/include/linux/
A Dfs.h1782 int (*setlease)(struct file *, long, struct file_lock **, void **); member
/linux-6.3-rc2/fs/ceph/
A Dfile.c2594 .setlease = simple_nosetlease,

Completed in 45 milliseconds