Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfcntl.c401 err = fcntl_getlk64(f.file, cmd, (struct flock64 __user *) arg); in SYSCALL_DEFINE3()
Dlocks.c2251 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 __user *l) in fcntl_getlk64() function
/linux-4.4.14/include/linux/
Dfs.h1036 extern int fcntl_getlk64(struct file *, unsigned int, struct flock64 __user *);
1083 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64() function