Searched refs:posix_lock_file (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/linux/ |
D | filelock.h | 194 int posix_lock_file(struct file *, struct file_lock *, struct file_lock *); 323 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
|
/linux-6.12.1/fs/ceph/ |
D | locks.c | 278 posix_lock_file(file, fl, NULL); in ceph_lock() 299 err = posix_lock_file(file, fl, NULL); in ceph_lock()
|
/linux-6.12.1/fs/orangefs/ |
D | file.c | 545 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
|
/linux-6.12.1/fs/dlm/ |
D | plock.c | 262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
/linux-6.12.1/fs/ |
D | locks.c | 1399 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function 1404 EXPORT_SYMBOL(posix_lock_file); 2360 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | exporting.rst | 244 it's own ->lock() functionality as core posix_lock_file() implementation
|
/linux-6.12.1/fs/smb/client/ |
D | file.c | 1720 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|
/linux-6.12.1/fs/fuse/ |
D | file.c | 2721 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|