Searched refs:autofs_dev_ioctl (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/linux/ | 
| D | auto_dev-ioctl.h | 28 #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)  in init_autofs_dev_ioctl()  argument 123 	memset(in, 0, sizeof(struct autofs_dev_ioctl));  in init_autofs_dev_ioctl() 126 	in->size = sizeof(struct autofs_dev_ioctl);  in 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) [all …] 
 | 
| /linux-4.4.14/fs/autofs4/ | 
| D | dev-ioctl.c | 41 #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)  in check_dev_ioctl_version() 96 static struct autofs_dev_ioctl *copy_dev_ioctl(struct autofs_dev_ioctl __user *in)  in copy_dev_ioctl() 98 	struct autofs_dev_ioctl tmp, *res;  in copy_dev_ioctl() 116 static inline void free_dev_ioctl(struct autofs_dev_ioctl *param)  in free_dev_ioctl() 126 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param)  in validate_dev_ioctl() 178 				     struct autofs_dev_ioctl *param)  in autofs_dev_ioctl_protover() 187 					struct autofs_dev_ioctl *param)  in autofs_dev_ioctl_protosubver() 273 				      struct autofs_dev_ioctl *param)  in autofs_dev_ioctl_openmount() [all …] 
 | 
| /linux-4.4.14/Documentation/filesystems/ | 
| D | autofs4-mount-control.txt | 175 struct autofs_dev_ioctl { 203 the void function call init_autofs_dev_ioctl(struct autofs_dev_ioctl *). 236 implementation. It requires an initialized struct autofs_dev_ioctl as an 246 by loaded module. This call requires an initialized struct autofs_dev_ioctl 257 path. The open call requires an initialized struct autofs_dev_ioctl with 273 Both of these calls require an initialized struct autofs_dev_ioctl 291 The call requires an initialized struct autofs_dev_ioctl with the 305 The call requires an initialized struct autofs_dev_ioctl with the 314 The call requires an initialized struct autofs_dev_ioctl with the 324 The call requires an initialized struct autofs_dev_ioctl with the path [all …] 
 |