Home
last modified time | relevance | path

Searched refs:fcntl_setlk64 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dfilelock.h143 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
/Linux-v6.6/arch/arm/kernel/
Dsys_oabi-compat.c268 err = fcntl_setlk64(fd, f.file, cmd, &flock); in sys_oabi_fcntl64()
/Linux-v6.6/fs/
Dfcntl.c502 err = fcntl_setlk64(fd, f.file, cmd, &flock); in SYSCALL_DEFINE3()
Dlocks.c2459 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64() function