Searched refs:fcntl_getlk64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | filelock.h | 142 int fcntl_getlk64(struct file *, unsigned int, struct flock64 *); 204 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64() function
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 254 err = fcntl_getlk64(f.file, cmd, &flock); in sys_oabi_fcntl64()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 483 err = fcntl_getlk64(f.file, cmd, &flock); in SYSCALL_DEFINE3()
|
H A D | locks.c | 2415 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() function
|