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