Searched refs:ubi_notify_all (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
D | build.c | 191 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() function 243 count += ubi_notify_all(ubi, UBI_VOLUME_ADDED, nb); in ubi_enumerate_volumes() 1062 ubi_notify_all(ubi, UBI_VOLUME_ADDED, NULL); in ubi_attach_mtd_dev() 1118 ubi_notify_all(ubi, UBI_VOLUME_SHUTDOWN, NULL); in ubi_detach_mtd_dev() 1126 ubi_notify_all(ubi, UBI_VOLUME_REMOVED, NULL); in ubi_detach_mtd_dev()
|
D | ubi.h | 950 int ubi_notify_all(struct ubi_device *ubi, int ntype,
|