Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfcntl.c273 err = fcntl_getlk(filp, cmd, (struct flock __user *) arg); in do_fcntl()
Dlocks.c2025 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock __user *l) in fcntl_getlk() function
/linux-4.4.14/include/linux/
Dfs.h1031 extern int fcntl_getlk(struct file *, unsigned int, struct flock __user *);
1070 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() function