Searched refs:fcntl_getlk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | filelock.h | 137 int fcntl_getlk(struct file *, unsigned int, struct flock *); 191 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 364 err = fcntl_getlk(filp, cmd, &flock); in do_fcntl() 642 err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64() 654 err = fcntl_getlk(f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
|
H A D | locks.c | 2351 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() function
|
/kernel/linux/linux-6.6/fs/ |
H A 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()
|
H A D | locks.c | 2209 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) in fcntl_getlk() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1122 extern int fcntl_getlk(struct file *, unsigned int, struct flock *); 1167 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk() function
|
Completed in 30 milliseconds