Home
last modified time | relevance | path

Searched refs:fcntl_getlk64 (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfilelock.h155 int fcntl_getlk64(struct file *, unsigned int, struct flock64 *);
247 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64() function
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c254 err = fcntl_getlk64(fd_file(f), cmd, &flock); in sys_oabi_fcntl64()
/linux/fs/
H A Dfcntl.c623 err = fcntl_getlk64(fd_file(f), cmd, &flock); in SYSCALL_DEFINE3()