Searched defs:fcntl_setlease (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-4.19/tools/perf/trace/beauty/ |
| D | fcntl.c | 25 static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", }; in fcntl__scnprintf_getlease() local
|
| /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-4.19/fs/ |
| D | locks.c | 1912 int fcntl_setlease(unsigned int fd, struct file *filp, long 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 | 1189 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | fs.h | 1152 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|