Searched refs:fcntl_setlease (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c25 static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", }; local
26 static DEFINE_STRARRAY(fcntl_setlease, "F_");
/linux-master/include/linux/
H A Dfilelock.h160 int fcntl_setlease(unsigned int fd, struct file *filp, int arg);
254 static inline int fcntl_setlease(unsigned int fd, struct file *filp, int arg) function
/linux-master/fs/
H A Dfcntl.c419 err = fcntl_setlease(fd, filp, argi);
H A Dlocks.c2052 * fcntl_setlease - sets a lease on an open file
2061 int fcntl_setlease(unsigned int fd, struct file *filp, int arg) function

Completed in 234 milliseconds