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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
123 memset(in, 0, sizeof(struct autofs_dev_ioctl));
126 in->size = sizeof(struct 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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
96 static struct autofs_dev_ioctl *copy_dev_ioctl(struct autofs_dev_ioctl __user *in)
98 struct autofs_dev_ioctl tmp;
109 static inline void free_dev_ioctl(struct autofs_dev_ioctl *param)
119 static int validate_dev_ioctl(int cmd, struct autofs_dev_ioctl *param)
171 struct autofs_dev_ioctl *param)
180 struct autofs_dev_ioctl *para
707 static long autofs_dev_ioctl(struct file *file, uint command, ulong u) function
[all...]

Completed in 45 milliseconds