Home
last modified time | relevance | path

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

/include/linux/
Dauto_dev-ioctl.h23 #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)
90 struct autofs_dev_ioctl { struct
116 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) in init_autofs_dev_ioctl() argument
118 memset(in, 0, sizeof(struct autofs_dev_ioctl)); in init_autofs_dev_ioctl()
121 in->size = sizeof(struct autofs_dev_ioctl); in init_autofs_dev_ioctl()
170 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
174 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
178 AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
182 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
186 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
[all …]