Searched refs:ubi_notify_all (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dbuild.c181 * ubi_notify_all - send a notification to all volumes.
191 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) function
243 count += ubi_notify_all(ubi, UBI_VOLUME_ADDED, nb);
1062 ubi_notify_all(ubi, UBI_VOLUME_ADDED, NULL);
1118 ubi_notify_all(ubi, UBI_VOLUME_SHUTDOWN, NULL);
1126 ubi_notify_all(ubi, UBI_VOLUME_REMOVED, NULL);
H A Dubi.h950 int ubi_notify_all(struct ubi_device *ubi, int ntype,

Completed in 281 milliseconds