Searched refs:fcntl_getlk (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/ |
D | fcntl.c | 349 err = fcntl_getlk(filp, cmd, &flock); in do_fcntl() 625 err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64() 637 err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
|
D | locks.c | 2223 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() function
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1144 extern int fcntl_getlk(struct file *, unsigned int, struct flock *); 1190 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() function
|