Searched refs:fcntl_getlk (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/ | 
| D | fcntl.c | 356 		err = fcntl_getlk(filp, cmd, &flock);  in do_fcntl()634 		err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock);  in do_compat_fcntl64()
 646 		err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock);  in do_compat_fcntl64()
 
 | 
| D | locks.c | 2320 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock)  in fcntl_getlk()  function
 | 
| /Linux-v5.4/include/linux/ | 
| D | fs.h | 1136 extern int fcntl_getlk(struct file *, unsigned int, struct flock *);1180 static inline int fcntl_getlk(struct file *file, unsigned int cmd,  in fcntl_getlk()  function
 
 |