Lines Matching defs:data
260 static int tracefs_parse_options(char *data, struct tracefs_mount_opts *opts)
272 while ((p = strsep(&data, ",")) != NULL) {
338 static int tracefs_remount(struct super_block *sb, int *flags, char *data)
344 err = tracefs_parse_options(data, &fsi->mount_opts);
406 static int trace_fill_super(struct super_block *sb, void *data, int silent)
419 err = tracefs_parse_options(data, &fsi->mount_opts);
442 void *data)
444 return mount_single(fs_type, flags, data, trace_fill_super);
534 * @data: a pointer to something that the caller will want to get to later
554 struct dentry *parent, void *data,
582 inode->i_private = data;