#include <linux/types.h>
#include <sys/ioctl.h>
Go to the source code of this file.
|
#define | AUTOFS_PROTO_VERSION 3 |
|
#define | AUTOFS_MAX_PROTO_VERSION AUTOFS_PROTO_VERSION |
|
#define | AUTOFS_MIN_PROTO_VERSION AUTOFS_PROTO_VERSION |
|
#define | autofs_ptype_missing 0 /* Missing entry (mount request) */ |
|
#define | autofs_ptype_expire 1 /* Expire entry (umount request) */ |
|
#define | AUTOFS_IOC_READY _IO(0x93,0x60) |
|
#define | AUTOFS_IOC_FAIL _IO(0x93,0x61) |
|
#define | AUTOFS_IOC_CATATONIC _IO(0x93,0x62) |
|
#define | AUTOFS_IOC_PROTOVER _IOR(0x93,0x63,int) |
|
#define | AUTOFS_IOC_SETTIMEOUT32 _IOWR(0x93,0x64,compat_ulong_t) |
|
#define | AUTOFS_IOC_SETTIMEOUT _IOWR(0x93,0x64,unsigned long) |
|
#define | AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire) |
|
#define AUTOFS_IOC_CATATONIC _IO(0x93,0x62) |
#define AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire) |
#define AUTOFS_IOC_FAIL _IO(0x93,0x61) |
#define AUTOFS_IOC_PROTOVER _IOR(0x93,0x63,int) |
#define AUTOFS_IOC_READY _IO(0x93,0x60) |
#define AUTOFS_IOC_SETTIMEOUT _IOWR(0x93,0x64,unsigned long) |
#define AUTOFS_IOC_SETTIMEOUT32 _IOWR(0x93,0x64,compat_ulong_t) |
#define AUTOFS_PROTO_VERSION 3 |
#define autofs_ptype_expire 1 /* Expire entry (umount request) */ |