Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dlocks.c252 posix_lock_file(file, fl, NULL); in ceph_lock()
267 err = posix_lock_file(file, fl, NULL); in ceph_lock()
/linux-4.19.296/fs/orangefs/
Dfile.c700 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
/linux-4.19.296/fs/dlm/
Dplock.c228 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
/linux-4.19.296/fs/
Dlocks.c1218 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
1223 EXPORT_SYMBOL(posix_lock_file);
2196 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
/linux-4.19.296/include/linux/
Dfs.h1114 extern int posix_lock_file(struct file *, struct file_lock *, struct file_lock *);
1199 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
/linux-4.19.296/fs/fuse/
Dfile.c2242 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
/linux-4.19.296/fs/cifs/
Dfile.c1138 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()