Home
last modified time | relevance | path

Searched refs:vol_attribute_show (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mtd/ubi/
Dvmt.c34 static ssize_t vol_attribute_show(struct device *dev,
39 __ATTR(reserved_ebs, S_IRUGO, vol_attribute_show, NULL);
41 __ATTR(type, S_IRUGO, vol_attribute_show, NULL);
43 __ATTR(name, S_IRUGO, vol_attribute_show, NULL);
45 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
47 __ATTR(alignment, S_IRUGO, vol_attribute_show, NULL);
49 __ATTR(usable_eb_size, S_IRUGO, vol_attribute_show, NULL);
51 __ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);
53 __ATTR(upd_marker, S_IRUGO, vol_attribute_show, NULL);
67 static ssize_t vol_attribute_show(struct device *dev, in vol_attribute_show() function