Home
last modified time | relevance | path

Searched refs:fm_protect (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/mtd/ubi/
Dfastmap.c888 down_write(&ubi->fm_protect); in ubi_scan_fastmap()
1089 up_write(&ubi->fm_protect); in ubi_scan_fastmap()
1541 down_write(&ubi->fm_protect); in ubi_update_fastmap()
1550 up_write(&ubi->fm_protect); in ubi_update_fastmap()
1558 up_write(&ubi->fm_protect); in ubi_update_fastmap()
1675 up_write(&ubi->fm_protect); in ubi_update_fastmap()
Dwl.c1251 down_read(&ubi->fm_protect);
1283 up_read(&ubi->fm_protect);
1305 up_read(&ubi->fm_protect);
1319 up_read(&ubi->fm_protect);
Dubi.h596 struct rw_semaphore fm_protect; member
Dbuild.c950 init_rwsem(&ubi->fm_protect); in ubi_attach_mtd_dev()