Searched refs:fcntl_setlease (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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-6.6.21/include/linux/ |
D | filelock.h | 147 int fcntl_setlease(unsigned int fd, struct file *filp, int arg); 216 static inline int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
|
/linux-6.6.21/fs/ |
D | fcntl.c | 405 err = fcntl_setlease(fd, filp, argi); in do_fcntl()
|
D | locks.c | 1999 int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
|