Searched refs:fcntl_getlk (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | filelock.h | 150 int fcntl_getlk(struct file *, unsigned int, struct flock *); 234 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() function
|
/linux/fs/ |
H A D | fcntl.c | 487 err = fcntl_getlk(filp, cmd, &flock); in do_fcntl() 756 err = fcntl_getlk(fd_file(f), convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64() 768 err = fcntl_getlk(fd_file(f), convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
|