Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dvmt.c309 ubi_volume_notify(ubi, vol, UBI_VOLUME_ADDED); in ubi_create_volume()
401 ubi_volume_notify(ubi, vol, UBI_VOLUME_REMOVED); in ubi_remove_volume()
520 ubi_volume_notify(ubi, vol, UBI_VOLUME_RESIZED); in ubi_resize_volume()
566 ubi_volume_notify(ubi, vol, UBI_VOLUME_RENAMED); in ubi_rename_volumes()
Dubi.h906 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol,
Dbuild.c182 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() function