Lines Matching defs:data
90 static int coda_remount(struct super_block *sb, int *flags, char *data)
108 static int get_device_index(struct coda_mount_data *data)
114 if (data == NULL) {
115 pr_warn("%s: Bad mount data\n", __func__);
119 if (data->version != CODA_MOUNT_VERSION) {
124 f = fdget(data->fd);
147 static int coda_fill_super(struct super_block *sb, void *data, int silent)
158 idx = get_device_index((struct coda_mount_data *) data);
160 /* Ignore errors in data, for backward compatibility */
319 int flags, const char *dev_name, void *data)
321 return mount_nodev(fs_type, flags, data, coda_fill_super);