Home
last modified time | relevance | path

Searched refs:F_GETLEASE (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/include/uapi/linux/
Dfcntl.h9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/linux-5.19.10/include/uapi/linux/
Dfcntl.h9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/linux-5.19.10/tools/perf/trace/beauty/
Dfcntl.c54 if (arg->val == F_GETLEASE) { in syscall_arg__scnprintf_fcntl_cmd()
/linux-5.19.10/Documentation/filesystems/
Docfs2.rst42 - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease)
/linux-5.19.10/fs/
Dfcntl.c398 case F_GETLEASE: in do_fcntl()