Searched refs:fcntl_setlease (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/trace/beauty/ |
| A D | fcntl.c | 25 static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", }; in fcntl__scnprintf_getlease() local 26 static DEFINE_STRARRAY(fcntl_setlease, "F_"); in fcntl__scnprintf_getlease()
|
| /linux/include/linux/ |
| A D | filelock.h | 160 int fcntl_setlease(unsigned int fd, struct file *filp, int arg); 254 static inline int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
|
| /linux/fs/ |
| A D | fcntl.c | 531 err = fcntl_setlease(fd, filp, argi); in do_fcntl()
|
| A D | locks.c | 2065 int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
|
Completed in 18 milliseconds