Searched defs:autofs_dev_ioctl (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/linux/
H A Dauto_dev-ioctl.h28 #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)
95 struct autofs_dev_ioctl { struct
121 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) {
122 memset(in, 0, sizeof(struct autofs_dev_ioctl));
125 in->size = sizeof(struct autofs_dev_ioctl);
174 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
178 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
182 AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
186 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
190 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
[all...]

Completed in 72 milliseconds