Searched refs:posix_lock_file (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | filelock.h | 161 int posix_lock_file(struct file *, struct file_lock *, struct file_lock *); 261 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
|
/openbmc/linux/fs/ceph/ |
H A D | locks.c | 275 posix_lock_file(file, fl, NULL); in ceph_lock() 296 err = posix_lock_file(file, fl, NULL); in ceph_lock()
|
/openbmc/linux/fs/orangefs/ |
H A D | file.c | 545 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
|
/openbmc/linux/fs/dlm/ |
H A D | plock.c | 266 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
/openbmc/linux/fs/ |
H A D | locks.c | 1346 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function 1351 EXPORT_SYMBOL(posix_lock_file); 2289 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 2622 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 1536 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
|