Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dvmt.c50 static struct device_attribute attr_vol_data_bytes = variable
106 else if (attr == &attr_vol_data_bytes) in vol_attribute_show()
166 err = device_create_file(&vol->dev, &attr_vol_data_bytes); in volume_sysfs_init()
180 device_remove_file(&vol->dev, &attr_vol_data_bytes); in volume_sysfs_close()