Searched defs:fcntl_setlease (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
| D | fcntl.c | 25 static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", }; in fcntl__scnprintf_getlease() local
|
| /kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
| D | fcntl.c | 25 static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", }; in fcntl__scnprintf_getlease() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | filelock.h | 216 static inline int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
|
| /kernel/linux/linux-6.6/fs/ |
| D | locks.c | 1999 int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
|
| /kernel/linux/linux-5.10/fs/ |
| D | locks.c | 2147 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 1192 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|