Searched refs:posix_lock_file (Results 1 – 6 of 6) sorted by relevance
/fs/afs/ |
D | flock.c | 412 ret = posix_lock_file(file, fl, NULL); in afs_do_setlk() 457 ret = posix_lock_file(file, fl, NULL); in afs_do_unlk()
|
/fs/ |
D | locks.c | 1002 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function 1007 EXPORT_SYMBOL(posix_lock_file); 1023 error = posix_lock_file(filp, fl, NULL); in posix_lock_file_wait() 1796 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|
/fs/ceph/ |
D | locks.c | 110 err = posix_lock_file(file, fl, NULL); in ceph_lock()
|
/fs/dlm/ |
D | plock.c | 218 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
/fs/fuse/ |
D | file.c | 1770 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|
/fs/cifs/ |
D | file.c | 996 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|