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