Home
last modified time | relevance | path

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

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