Searched refs:break_lease (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | filelock.h | 350 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 D | delegation.c | 540 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 D | ocfs2.rst | 42 - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease)
|
H A D | locking.rst | 446 void (*lm_break)(struct file_lock *); /* break_lease callback */
|
/openbmc/linux/fs/ |
H A D | open.c | 106 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 D | vfs.c | 818 return break_lease(inode, mode | O_NONBLOCK); in nfsd_open_break_lease()
|
H A D | nfs4state.c | 8466 goto break_lease; in nfsd4_deleg_getattr_conflict() 8474 break_lease: in nfsd4_deleg_getattr_conflict()
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 5048 break_lease(inode, O_RDONLY); in cifs_oplock_break() 5050 break_lease(inode, O_WRONLY); in cifs_oplock_break()
|