Home
last modified time | relevance | path

Searched defs:fcntl_setlease (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/perf/trace/beauty/
Dfcntl.c25 static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", }; in fcntl__scnprintf_getlease() local
/linux-6.12.1/include/linux/
Dfilelock.h254 static inline int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function
/linux-6.12.1/fs/
Dlocks.c2065 int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function