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