Searched refs:posix_lock_file (Results 1 – 6 of 6) sorted by relevance
/fs/ceph/ |
D | locks.c | 258 posix_lock_file(file, fl, NULL); in ceph_lock() 279 err = posix_lock_file(file, fl, NULL); in ceph_lock()
|
/fs/orangefs/ |
D | file.c | 525 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
|
/fs/dlm/ |
D | plock.c | 226 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
/fs/ |
D | locks.c | 1330 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function 1335 EXPORT_SYMBOL(posix_lock_file); 2302 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|
/fs/fuse/ |
D | file.c | 2697 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|
/fs/smb/client/ |
D | file.c | 1314 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|