Symbol: autofs_dev_ioctl
fs/autofs/dev-ioctl.c
102
static inline void free_dev_ioctl(struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
111
static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
161
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
172
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
181
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
247
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
278
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
289
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
29
struct autofs_dev_ioctl *);
fs/autofs/dev-ioctl.c
303
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
327
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
381
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
413
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
491
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
530
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
544
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
56
static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
575
struct autofs_dev_ioctl *param)
fs/autofs/dev-ioctl.c
663
struct autofs_dev_ioctl __user *user)
fs/autofs/dev-ioctl.c
665
struct autofs_dev_ioctl *param;
fs/autofs/dev-ioctl.c
762
err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u);
fs/autofs/dev-ioctl.c
770
return autofs_dev_ioctl(file, command, (unsigned long) compat_ptr(u));
fs/autofs/dev-ioctl.c
777
.unlocked_ioctl = autofs_dev_ioctl,
fs/autofs/dev-ioctl.c
81
static struct autofs_dev_ioctl *
fs/autofs/dev-ioctl.c
82
copy_dev_ioctl(struct autofs_dev_ioctl __user *in)
fs/autofs/dev-ioctl.c
84
struct autofs_dev_ioctl tmp, *res;
include/uapi/linux/auto_dev-ioctl.h
115
static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in)
include/uapi/linux/auto_dev-ioctl.h
162
AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
166
AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
170
AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
174
AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
178
AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
182
AUTOFS_DEV_IOCTL_READY_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
186
AUTOFS_DEV_IOCTL_FAIL_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
190
AUTOFS_DEV_IOCTL_SETPIPEFD_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
194
AUTOFS_DEV_IOCTL_CATATONIC_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
198
AUTOFS_DEV_IOCTL_TIMEOUT_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
202
AUTOFS_DEV_IOCTL_REQUESTER_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
206
AUTOFS_DEV_IOCTL_EXPIRE_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
210
AUTOFS_DEV_IOCTL_ASKUMOUNT_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
214
AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD, struct autofs_dev_ioctl)
include/uapi/linux/auto_dev-ioctl.h
22
#define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)