Searched refs:posix_lock_file (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ceph/ |
| H A D | locks.c | 281 posix_lock_file(file, fl, NULL); in ceph_lock() 302 err = posix_lock_file(file, fl, NULL); in ceph_lock()
|
| /linux/fs/orangefs/ |
| H A D | file.c | 547 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
|
| /linux/fs/dlm/ |
| H A D | plock.c | 262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
| /linux/fs/ |
| H A 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); 2414 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2547 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|
| /linux/fs/smb/client/ |
| H A D | file.c | 1817 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|