Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dfcntl.c54 if (arg->val == F_GETLEASE) { in syscall_arg__scnprintf_fcntl_cmd()
/openbmc/linux/Documentation/filesystems/
H A Docfs2.rst42 - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease)
/openbmc/linux/fs/
H A Dfcntl.c393 case F_GETLEASE: in do_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6790 ret = F_GETLEASE; in target_to_host_fcntl_cmd()