Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dauto_dev-ioctl.h21 #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)
88 struct autofs_dev_ioctl { struct
114 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) in init_autofs_dev_ioctl() argument
116 memset(in, 0, sizeof(struct autofs_dev_ioctl)); in init_autofs_dev_ioctl()
119 in->size = sizeof(struct autofs_dev_ioctl); in init_autofs_dev_ioctl()
167 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
171 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
175 AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
179 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
183 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
[all …]