Home
last modified time | relevance | path

Searched refs:F_SETLEASE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h8 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h8 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0) macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dfcntl.c87 if (cmd == F_SETLEASE) in syscall_arg__scnprintf_fcntl_arg()
/openbmc/linux/Documentation/filesystems/
H A Docfs2.rst42 - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease)
/openbmc/linux/fs/
H A Dfcntl.c396 case F_SETLEASE: in do_fcntl()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst652 This option is rarely needed. Fcntl F_SETLEASE is
/openbmc/qemu/linux-user/
H A Dsyscall.c6787 ret = F_SETLEASE; in target_to_host_fcntl_cmd()