Searched refs:posix_lock_file (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/ceph/ |
H A D | locks.c | 189 err = posix_lock_file(file, fl, NULL); ceph_lock() 196 dout("got %d on posix_lock_file, undid lock", ceph_lock()
|
/linux-4.1.27/fs/afs/ |
H A D | flock.c | 413 ret = posix_lock_file(file, fl, NULL); afs_do_setlk() 458 ret = posix_lock_file(file, fl, NULL); afs_do_unlk()
|
/linux-4.1.27/fs/ |
H A D | locks.c | 12 * Miscellaneous edits, and a total rewrite of posix_lock_file() code. 1145 * posix_lock_file - Apply a POSIX-style lock to a file 1158 int posix_lock_file(struct file *filp, struct file_lock *fl, posix_lock_file() function 1163 EXPORT_SYMBOL(posix_lock_file); variable 2081 return posix_lock_file(filp, fl, conf); vfs_lock_file() 2374 * posix_lock_file(). Another process could be setting a lock on this locks_remove_posix()
|
/linux-4.1.27/fs/dlm/ |
H A D | plock.c | 218 if (posix_lock_file(file, flc, NULL)) { dlm_plock_callback()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 907 * Special return value from posix_lock_file() and vfs_lock_file() for 1039 extern int posix_lock_file(struct file *, struct file_lock *, struct file_lock *); 1125 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, posix_lock_file() function
|
/linux-4.1.27/fs/fuse/ |
H A D | file.c | 2185 err = posix_lock_file(file, fl, NULL); fuse_file_lock()
|
/linux-4.1.27/fs/cifs/ |
H A D | file.c | 1033 rc = posix_lock_file(file, flock, NULL); cifs_posix_lock_set()
|
Completed in 182 milliseconds