Searched refs:fcntl_setlease (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 418 err = fcntl_setlease(fd, filp, arg); in do_fcntl()
|
| H A D | locks.c | 2147 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 1163 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg); 1222 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() function
|