Home
last modified time | relevance | path

Searched refs:posix_lock_file (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ceph/
H A Dlocks.c281 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 Dfile.c547 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
/linux/fs/dlm/
H A Dplock.c262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
/linux/fs/
H A Dlocks.c1399 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 Dfile.c2547 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
/linux/fs/smb/client/
H A Dfile.c1817 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()