Searched refs:fcntl_setlk64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | filelock.h | 143 int fcntl_setlk64(unsigned int, struct file *, unsigned int, 210 static inline int fcntl_setlk64(unsigned int fd, struct file *file, in fcntl_setlk64() function
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 268 err = fcntl_setlk64(fd, f.file, cmd, &flock); in sys_oabi_fcntl64()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 494 err = fcntl_setlk64(fd, f.file, cmd, &flock); in SYSCALL_DEFINE3()
|
H A D | locks.c | 2458 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64() function
|