Searched refs:fcntl_setlk (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/ |
D | fcntl.c | 363 err = fcntl_setlk(fd, filp, cmd, &flock); in do_fcntl() 646 err = fcntl_setlk(fd, f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64() 655 err = fcntl_setlk(fd, f.file, convert_fcntl_cmd(cmd), &flock); in do_compat_fcntl64()
|
D | locks.c | 2347 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk() function
|
/Linux-v6.1/include/trace/events/ |
D | filelock.h | 107 DEFINE_EVENT(filelock_lock, fcntl_setlk,
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1145 extern int fcntl_setlk(unsigned int, struct file *, unsigned int, 1196 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk() function
|