Searched refs:autofs_dev_ioctl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ |
| D | auto_dev-ioctl.h | 22 #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-v5.4/fs/autofs/ |
| D | dev-ioctl.c | 27 struct autofs_dev_ioctl *); 54 static int check_dev_ioctl_version(int cmd, struct autofs_dev_ioctl *param) in check_dev_ioctl_version() 79 static struct autofs_dev_ioctl * 80 copy_dev_ioctl(struct autofs_dev_ioctl __user *in) in copy_dev_ioctl() 82 struct autofs_dev_ioctl tmp, *res; in copy_dev_ioctl() 100 static inline void free_dev_ioctl(struct autofs_dev_ioctl *param) in free_dev_ioctl() 109 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param) in validate_dev_ioctl() 154 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_version() 165 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_protover() 174 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_protosubver() [all …]
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | autofs-mount-control.txt | 175 struct autofs_dev_ioctl { 215 the void function call init_autofs_dev_ioctl(struct autofs_dev_ioctl *). 248 implementation. It requires an initialized struct autofs_dev_ioctl as an 258 by loaded module. This call requires an initialized struct autofs_dev_ioctl 269 path. The open call requires an initialized struct autofs_dev_ioctl with 285 Both of these calls require an initialized struct autofs_dev_ioctl 303 The call requires an initialized struct autofs_dev_ioctl with the 318 The call requires an initialized struct autofs_dev_ioctl with the 327 The call requires an initialized struct autofs_dev_ioctl with the 337 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|