Searched refs:posix_lock_file (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | filelock.h | 24 * Special return value from posix_lock_file() and vfs_lock_file() for 204 int posix_lock_file(struct file *, struct file_lock *, struct file_lock *); 333 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
|
/linux/fs/orangefs/ |
H A D | file.c | 547 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
|
/linux/fs/dlm/ |
H A D | plock.c | 262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
/linux/fs/ |
H A D | locks.c | 1386 * posix_lock_file - Apply a POSIX-style lock to a file 1399 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function 1404 EXPORT_SYMBOL(posix_lock_file); 2355 return posix_lock_file(filp, fl, conf); in vfs_lock_file() 2613 * posix_lock_file(). Another process could be setting a lock on this in locks_remove_posix()
|
/linux/fs/fuse/ |
H A D | file.c | 2476 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|
/linux/fs/smb/client/ |
H A D | file.c | 1739 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|