Searched refs:ubi_update_fastmap (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c9 * update_fastmap_work_fn - calls ubi_update_fastmap from a work queue
16 ubi_update_fastmap(ubi);
309 ret = ubi_update_fastmap(ubi);
H A Dubi.h481 * @fm_protect: serializes ubi_update_fastmap(), protects @fm_buf and makes sure
482 * that critical sections cannot be interrupted by ubi_update_fastmap()
485 * @fm_eba_sem: allows ubi_update_fastmap() to block EBA table changes
968 int ubi_update_fastmap(struct ubi_device *ubi);
974 static inline int ubi_update_fastmap(struct ubi_device *ubi) { return 0; } function
H A Dbuild.c172 ret = ubi_update_fastmap(ubi);
1134 ubi_update_fastmap(ubi);
H A Dfastmap.c1483 * ubi_update_fastmap - will be called by UBI if a volume changes or
1489 int ubi_update_fastmap(struct ubi_device *ubi) function

Completed in 127 milliseconds