Home
last modified time | relevance | path

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

/linux-4.4.14/fs/afs/
Dflock.c413 ret = posix_lock_file(file, fl, NULL); in afs_do_setlk()
458 ret = posix_lock_file(file, fl, NULL); in afs_do_unlk()
/linux-4.4.14/fs/ceph/
Dlocks.c189 err = posix_lock_file(file, fl, NULL); in ceph_lock()
/linux-4.4.14/fs/dlm/
Dplock.c218 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
/linux-4.4.14/fs/
Dlocks.c1162 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
1167 EXPORT_SYMBOL(posix_lock_file);
2109 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
/linux-4.4.14/include/linux/
Dfs.h1055 extern int posix_lock_file(struct file *, struct file_lock *, struct file_lock *);
1140 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
/linux-4.4.14/fs/fuse/
Dfile.c2185 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
/linux-4.4.14/fs/cifs/
Dfile.c1033 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()