Lines Matching defs:data
467 * places, and use different data structure for it.
515 * Read cs structures from (usually) first data block
543 * at this time) and prepare internal data structures for cg caching.
778 static int ufs_fill_super(struct super_block *sb, void *data, int silent)
823 if (!ufs_parse_options ((char *) data, &sbi->s_mount_opt)) {
1157 * Read ufs_super_block into internal data structures
1308 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data)
1330 if (!ufs_parse_options (data, &new_mount_opt)) {
1507 int flags, const char *dev_name, void *data)
1509 return mount_bdev(fs_type, flags, dev_name, data, ufs_fill_super);