Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c506 err = fcntl_getlk64(f.file, cmd, &flock); in SYSCALL_DEFINE3()
H A Dlocks.c2564 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 *flock) in fcntl_getlk64() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1158 extern int fcntl_getlk64(struct file *, unsigned int, struct flock64 *);
1210 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64() function