Searched refs:fcntl_setlease (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/trace/beauty/ |
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-v5.10/fs/ |
D | fcntl.c | 410 err = fcntl_setlease(fd, filp, arg); in do_fcntl()
|
D | locks.c | 2150 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|
/Linux-v5.10/include/linux/ |
D | fs.h | 1129 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg); 1188 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|