Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilelock.h24 * 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 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.c1386 * 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 Dfile.c2476 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
/linux/fs/smb/client/
H A Dfile.c1739 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()