Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A 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
162 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
166 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
170 AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
174 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
178 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
182 AUTOFS_DEV_IOCTL_READY_CMD, struct autofs_dev_ioctl)
186 AUTOFS_DEV_IOCTL_FAIL_CMD, struct autofs_dev_ioctl)
[all …]
/linux/fs/autofs/
H A Ddev-ioctl.c29 struct autofs_dev_ioctl *);
56 static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param) in check_dev_ioctl_version()
81 static struct autofs_dev_ioctl *
82 copy_dev_ioctl(struct autofs_dev_ioctl __user *in) in copy_dev_ioctl()
84 struct autofs_dev_ioctl tmp, *res; in copy_dev_ioctl()
102 static inline void free_dev_ioctl(struct autofs_dev_ioctl *param) in free_dev_ioctl()
111 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param) in validate_dev_ioctl()
161 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_version()
172 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_protover()
181 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_protosubver()
[all …]
/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst177 struct autofs_dev_ioctl {
217 the void function call init_autofs_dev_ioctl(``struct autofs_dev_ioctl *``).
250 implementation. It requires an initialized struct autofs_dev_ioctl as an
260 by loaded module. This call requires an initialized struct autofs_dev_ioctl
271 path. The open call requires an initialized struct autofs_dev_ioctl with
287 Both of these calls require an initialized struct autofs_dev_ioctl
305 The call requires an initialized struct autofs_dev_ioctl with the
320 The call requires an initialized struct autofs_dev_ioctl with the
329 The call requires an initialized struct autofs_dev_ioctl with the
339 The call requires an initialized struct autofs_dev_ioctl with the path
[all …]
H A Dautofs.rst446 Each ioctl is passed a pointer to an `autofs_dev_ioctl` structure::
448 struct autofs_dev_ioctl {