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

/linux-4.1.27/include/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) init_autofs_dev_ioctl()
123 memset(in, 0, sizeof(struct autofs_dev_ioctl)); init_autofs_dev_ioctl()
126 in->size = sizeof(struct autofs_dev_ioctl); init_autofs_dev_ioctl()
175 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
179 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
183 AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD, struct autofs_dev_ioctl)
187 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
191 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD, struct autofs_dev_ioctl)
195 AUTOFS_DEV_IOCTL_READY_CMD, struct autofs_dev_ioctl)
199 AUTOFS_DEV_IOCTL_FAIL_CMD, struct autofs_dev_ioctl)
203 AUTOFS_DEV_IOCTL_SETPIPEFD_CMD, struct autofs_dev_ioctl)
207 AUTOFS_DEV_IOCTL_CATATONIC_CMD, struct autofs_dev_ioctl)
211 AUTOFS_DEV_IOCTL_TIMEOUT_CMD, struct autofs_dev_ioctl)
215 AUTOFS_DEV_IOCTL_REQUESTER_CMD, struct autofs_dev_ioctl)
219 AUTOFS_DEV_IOCTL_EXPIRE_CMD, struct autofs_dev_ioctl)
223 AUTOFS_DEV_IOCTL_ASKUMOUNT_CMD, struct autofs_dev_ioctl)
227 AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD, struct autofs_dev_ioctl)
/linux-4.1.27/fs/autofs4/
H A Ddev-ioctl.c41 #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)
44 struct autofs_dev_ioctl *);
71 static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param) check_dev_ioctl_version()
96 static struct autofs_dev_ioctl *copy_dev_ioctl(struct autofs_dev_ioctl __user *in) copy_dev_ioctl()
98 struct autofs_dev_ioctl tmp, *res; copy_dev_ioctl()
116 static inline void free_dev_ioctl(struct autofs_dev_ioctl *param) free_dev_ioctl()
126 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param) validate_dev_ioctl()
178 struct autofs_dev_ioctl *param) autofs_dev_ioctl_protover()
187 struct autofs_dev_ioctl *param) autofs_dev_ioctl_protosubver()
273 struct autofs_dev_ioctl *param) autofs_dev_ioctl_openmount()
303 struct autofs_dev_ioctl *param) autofs_dev_ioctl_closemount()
314 struct autofs_dev_ioctl *param) autofs_dev_ioctl_ready()
328 struct autofs_dev_ioctl *param) autofs_dev_ioctl_fail()
352 struct autofs_dev_ioctl *param) autofs_dev_ioctl_setpipefd()
405 struct autofs_dev_ioctl *param) autofs_dev_ioctl_catatonic()
414 struct autofs_dev_ioctl *param) autofs_dev_ioctl_timeout()
434 struct autofs_dev_ioctl *param) autofs_dev_ioctl_requester()
474 struct autofs_dev_ioctl *param) autofs_dev_ioctl_expire()
488 struct autofs_dev_ioctl *param) autofs_dev_ioctl_askumount()
519 struct autofs_dev_ioctl *param) autofs_dev_ioctl_ismountpoint()
622 static int _autofs_dev_ioctl(unsigned int command, struct autofs_dev_ioctl __user *user) _autofs_dev_ioctl()
624 struct autofs_dev_ioctl *param; _autofs_dev_ioctl()
711 static long autofs_dev_ioctl(struct file *file, uint command, ulong u) autofs_dev_ioctl() function
714 err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u); autofs_dev_ioctl()
721 return (long) autofs_dev_ioctl(file, command, (ulong) compat_ptr(u)); autofs_dev_ioctl_compat()
728 .unlocked_ioctl = autofs_dev_ioctl,

Completed in 85 milliseconds