Searched refs:fcntl_setlease (Results 1 – 6 of 6) 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/fs/ |
| A D | fcntl.c | 419 err = fcntl_setlease(fd, filp, arg); in do_fcntl()
|
| A D | locks.c | 1943 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|
| /linux/include/linux/ |
| A D | fs.h | 1175 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg); 1234 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|
| /linux/ |
| A D | System.map | 10180 ffff8000102c36f4 T fcntl_setlease
|
| A D | .tmp_System.map | 10180 ffff8000102c36f4 T fcntl_setlease
|
Completed in 313 milliseconds