walnux/fs/hostfs
chenrun1 def05ebabb hostfs:ioctl should return -ENOTTY when the instruction is incompatible
When sending FIOC_XXXLK to hostfs, hostfs will return -1 by default. For ioctl statements, incompatible instructions should be processed as -ENOTTY by default

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-08-18 10:17:48 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for fs 2023-09-08 21:20:16 +03:00
hostfs.c hostfs:ioctl should return -ENOTTY when the instruction is incompatible 2024-08-18 10:17:48 +08:00
hostfs.h hostfs:add get_path 2024-08-18 10:17:48 +08:00
Kconfig
Make.defs