Home
last modified time | relevance | path

Searched refs:break_lease (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dfilelock.h350 static inline int break_lease(struct inode *inode, unsigned int mode) in break_lease() function
411 static inline int break_lease(struct inode *inode, unsigned int mode) in break_lease() function
/openbmc/linux/fs/nfs/
H A Ddelegation.c540 err = break_lease(inode, mode); in nfs_end_delegation_return()
755 break_lease(inode, O_WRONLY | O_RDWR); in nfs4_inode_return_delegation()
1065 break_lease(inode, O_WRONLY | O_RDWR | O_NONBLOCK); in nfs_async_inode_return_delegation()
/openbmc/linux/Documentation/filesystems/
H A Docfs2.rst42 - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease)
H A Dlocking.rst446 void (*lm_break)(struct file_lock *); /* break_lease callback */
/openbmc/linux/fs/
H A Dopen.c106 error = break_lease(inode, O_WRONLY); in vfs_truncate()
920 error = break_lease(file_inode(f), f->f_flags); in do_dentry_open()
/openbmc/linux/fs/nfsd/
H A Dvfs.c818 return break_lease(inode, mode | O_NONBLOCK); in nfsd_open_break_lease()
H A Dnfs4state.c8466 goto break_lease; in nfsd4_deleg_getattr_conflict()
8474 break_lease: in nfsd4_deleg_getattr_conflict()
/openbmc/linux/fs/smb/client/
H A Dfile.c5048 break_lease(inode, O_RDONLY); in cifs_oplock_break()
5050 break_lease(inode, O_WRONLY); in cifs_oplock_break()