Home
last modified time | relevance | path

Searched refs:AUTOFS_IOC_FAIL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dauto_fs.h76 #define AUTOFS_IOC_FAIL _IO(AUTOFS_IOCTL, AUTOFS_IOC_FAIL_CMD) macro
/openbmc/linux/fs/autofs/
H A Droot.c873 case AUTOFS_IOC_FAIL: /* Wait queue: fail with ENOENT */ in autofs_root_ioctl_unlocked()
920 if (cmd == AUTOFS_IOC_READY || cmd == AUTOFS_IOC_FAIL) in autofs_root_compat_ioctl()
/openbmc/linux/Documentation/filesystems/
H A Dautofs.rst379 - **AUTOFS_IOC_FAIL**:
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch601 +pub const AUTOFS_IOC_FAIL: u32 = 37729;