Home
last modified time | relevance | path

Searched refs:fcntl_setlease (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dfcntl.c25 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/
H A Dlocks.c2092 int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() function