Go to the documentation of this file.
14 #ifndef _UAPI_LINUX_AUTO_FS_H
15 #define _UAPI_LINUX_AUTO_FS_H
17 #include <linux/types.h>
19 #include <sys/ioctl.h>
24 #define AUTOFS_PROTO_VERSION 3
27 #define AUTOFS_MAX_PROTO_VERSION AUTOFS_PROTO_VERSION
28 #define AUTOFS_MIN_PROTO_VERSION AUTOFS_PROTO_VERSION
45 #if defined(__sparc__) || defined(__mips__) || defined(__x86_64__) \
46 || defined(__powerpc__) || defined(__s390__)
53 #define autofs_ptype_missing 0
54 #define autofs_ptype_expire 1
75 #define AUTOFS_IOC_READY _IO(0x93,0x60)
76 #define AUTOFS_IOC_FAIL _IO(0x93,0x61)
77 #define AUTOFS_IOC_CATATONIC _IO(0x93,0x62)
78 #define AUTOFS_IOC_PROTOVER _IOR(0x93,0x63,int)
79 #define AUTOFS_IOC_SETTIMEOUT32 _IOWR(0x93,0x64,compat_ulong_t)
80 #define AUTOFS_IOC_SETTIMEOUT _IOWR(0x93,0x64,unsigned long)
81 #define AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire)