Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
auto_fs.h File Reference
#include <linux/types.h>
#include <sys/ioctl.h>

Go to the source code of this file.

Data Structures

struct  autofs_packet_hdr
 
struct  autofs_packet_missing
 
struct  autofs_packet_expire
 

Macros

#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)
 

Typedefs

typedef unsigned long autofs_wqt_t
 

Macro Definition Documentation

#define AUTOFS_IOC_CATATONIC   _IO(0x93,0x62)

Definition at line 77 of file auto_fs.h.

#define AUTOFS_IOC_EXPIRE   _IOR(0x93,0x65,struct autofs_packet_expire)

Definition at line 81 of file auto_fs.h.

#define AUTOFS_IOC_FAIL   _IO(0x93,0x61)

Definition at line 76 of file auto_fs.h.

#define AUTOFS_IOC_PROTOVER   _IOR(0x93,0x63,int)

Definition at line 78 of file auto_fs.h.

#define AUTOFS_IOC_READY   _IO(0x93,0x60)

Definition at line 75 of file auto_fs.h.

#define AUTOFS_IOC_SETTIMEOUT   _IOWR(0x93,0x64,unsigned long)

Definition at line 80 of file auto_fs.h.

#define AUTOFS_IOC_SETTIMEOUT32   _IOWR(0x93,0x64,compat_ulong_t)

Definition at line 79 of file auto_fs.h.

#define AUTOFS_MAX_PROTO_VERSION   AUTOFS_PROTO_VERSION

Definition at line 27 of file auto_fs.h.

#define AUTOFS_MIN_PROTO_VERSION   AUTOFS_PROTO_VERSION

Definition at line 28 of file auto_fs.h.

#define AUTOFS_PROTO_VERSION   3

Definition at line 24 of file auto_fs.h.

#define autofs_ptype_expire   1 /* Expire entry (umount request) */

Definition at line 54 of file auto_fs.h.

#define autofs_ptype_missing   0 /* Missing entry (mount request) */

Definition at line 53 of file auto_fs.h.

Typedef Documentation

typedef unsigned long autofs_wqt_t

Definition at line 49 of file auto_fs.h.