Searched refs:posix_lock_file (Results 1 – 6 of 6) sorted by relevance
/fs/ceph/ |
D | locks.c | 247 posix_lock_file(file, fl, NULL); in ceph_lock() 262 err = posix_lock_file(file, fl, NULL); in ceph_lock()
|
/fs/orangefs/ |
D | file.c | 611 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
|
/fs/dlm/ |
D | plock.c | 215 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
/fs/ |
D | locks.c | 1345 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function 1350 EXPORT_SYMBOL(posix_lock_file); 2399 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|
/fs/fuse/ |
D | file.c | 2429 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|
/fs/cifs/ |
D | file.c | 1173 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|