Home
last modified time | relevance | path

Searched refs:F_SETLEASE (Results 1 – 8 of 8) 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/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch67 ret = F_SETLEASE;
/openbmc/linux/fs/
H A Dfcntl.c402 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.c6760 ret = F_SETLEASE; in target_to_host_fcntl_cmd()