Home
last modified time | relevance | path

Searched refs:vfs_cancel_lock (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/lockd/
Dsvclock.c689 vfs_cancel_lock(block->b_file->f_file, in nlmsvc_cancel_blocked()
/kernel/linux/linux-5.10/fs/
Dlocks.c2808 int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock() function
2814 EXPORT_SYMBOL_GPL(vfs_cancel_lock);
/kernel/linux/linux-5.10/include/linux/
Dfs.h1148 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
1257 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock() function