vol_attribute_show   21 drivers/mtd/ubi/vmt.c static ssize_t vol_attribute_show(struct device *dev,
vol_attribute_show   26 drivers/mtd/ubi/vmt.c 	__ATTR(reserved_ebs, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   28 drivers/mtd/ubi/vmt.c 	__ATTR(type, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   30 drivers/mtd/ubi/vmt.c 	__ATTR(name, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   32 drivers/mtd/ubi/vmt.c 	__ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   34 drivers/mtd/ubi/vmt.c 	__ATTR(alignment, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   36 drivers/mtd/ubi/vmt.c 	__ATTR(usable_eb_size, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   38 drivers/mtd/ubi/vmt.c 	__ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);
vol_attribute_show   40 drivers/mtd/ubi/vmt.c 	__ATTR(upd_marker, S_IRUGO, vol_attribute_show, NULL);