Searched refs:fcntl_setlk (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | filelock.h | 151 int fcntl_setlk(unsigned int, struct file *, unsigned int, 240 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk() function
|
| /linux-6.15/fs/ |
| H A D | fcntl.c | 501 err = fcntl_setlk(fd, filp, cmd, &flock); in do_fcntl() 777 err = fcntl_setlk(fd, fd_file(f), convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64() 786 err = fcntl_setlk(fd, fd_file(f), convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
|
| H A D | locks.c | 2401 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk() function
|
| /linux-6.15/include/trace/events/ |
| H A D | filelock.h | 107 DEFINE_EVENT(filelock_lock, fcntl_setlk,
|