Home
last modified time | relevance | path

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

/systemd-251/src/shared/linux/
Dauto_dev-ioctl.h22 #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)
89 struct autofs_dev_ioctl { struct
115 static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) in init_autofs_dev_ioctl() argument
166 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
170 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
174 AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
178 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
182 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
186 AUTOFS_DEV_IOCTL_READY_CMD, struct autofs_dev_ioctl)
190 AUTOFS_DEV_IOCTL_FAIL_CMD, struct autofs_dev_ioctl)
[all …]
/systemd-251/src/core/
Dautomount.c358 struct autofs_dev_ioctl param; in open_dev_autofs()
383 struct autofs_dev_ioctl *param; in open_ioctl_fd()
389 l = sizeof(struct autofs_dev_ioctl) + strlen(where) + 1; in open_ioctl_fd()
410 struct autofs_dev_ioctl param; in autofs_protocol()
436 struct autofs_dev_ioctl param; in autofs_set_timeout()
454 struct autofs_dev_ioctl param; in autofs_send_ready()
677 struct autofs_dev_ioctl param; in expire_thread()