Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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); in update_fastmap_work_fn()
245 ret = ubi_update_fastmap(ubi); in ubi_wl_get_peb()
H A Dubi.h486 * @fm_protect: serializes ubi_update_fastmap(), protects @fm_buf and makes sure
487 * that critical sections cannot be interrupted by ubi_update_fastmap()
490 * @fm_eba_sem: allows ubi_update_fastmap() to block EBA table changes
967 int ubi_update_fastmap(struct ubi_device *ubi);
973 static inline int ubi_update_fastmap(struct ubi_device *ubi) { return 0; } in ubi_update_fastmap() function
H A Dbuild.c167 ret = ubi_update_fastmap(ubi); in ubi_volume_notify()
1113 ubi_update_fastmap(ubi); in ubi_detach_mtd_dev()
H A Dfastmap.c1520 * ubi_update_fastmap - will be called by UBI if a volume changes or
1526 int ubi_update_fastmap(struct ubi_device *ubi) in ubi_update_fastmap() function
/kernel/linux/linux-6.6/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); in update_fastmap_work_fn()
245 ret = ubi_update_fastmap(ubi); in ubi_wl_get_peb()
H A Dubi.h484 * @fm_protect: serializes ubi_update_fastmap(), protects @fm_buf and makes sure
485 * that critical sections cannot be interrupted by ubi_update_fastmap()
488 * @fm_eba_sem: allows ubi_update_fastmap() to block EBA table changes
966 int ubi_update_fastmap(struct ubi_device *ubi);
972 static inline int ubi_update_fastmap(struct ubi_device *ubi) { return 0; } in ubi_update_fastmap() function
H A Dbuild.c169 ret = ubi_update_fastmap(ubi); in ubi_volume_notify()
1119 ubi_update_fastmap(ubi); in ubi_detach_mtd_dev()
H A Dfastmap.c1530 * ubi_update_fastmap - will be called by UBI if a volume changes or
1536 int ubi_update_fastmap(struct ubi_device *ubi) in ubi_update_fastmap() function

Completed in 15 milliseconds