Lines Matching refs:data
187 * data in the zone.
206 * can recover data.
250 void *data)
252 struct blk_zone *z = data;
270 * data writen in the zone (data_size).
280 * between the inode size and the amount of data written in the zone.
283 * 1) The inode size is lower than the amount of data in the zone:
284 * a write operation partially failed and data was writen at the end
287 * 2) The inode size is larger than the amount of data in the zone:
326 /* Do not expose garbage data */
351 * invalid data.
546 static int zonefs_remount(struct super_block *sb, int *flags, char *data)
550 return zonefs_parse_options(sb, data);
872 void *data)
874 struct zonefs_zone_data *zd = data;
1255 static int zonefs_fill_super(struct super_block *sb, void *data, int silent)
1305 ret = zonefs_parse_options(sb, data);
1370 int flags, const char *dev_name, void *data)
1372 return mount_bdev(fs_type, flags, dev_name, data, zonefs_fill_super);