Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dfastmap.c867 down_write(&ubi->fm_protect); in ubi_scan_fastmap()
1079 up_write(&ubi->fm_protect); in ubi_scan_fastmap()
1543 down_write(&ubi->fm_protect); in ubi_update_fastmap()
1552 up_write(&ubi->fm_protect); in ubi_update_fastmap()
1560 up_write(&ubi->fm_protect); in ubi_update_fastmap()
1677 up_write(&ubi->fm_protect); in ubi_update_fastmap()
Dwl.c1241 down_read(&ubi->fm_protect);
1273 up_read(&ubi->fm_protect);
1295 up_read(&ubi->fm_protect);
1309 up_read(&ubi->fm_protect);
Dubi.h599 struct rw_semaphore fm_protect; member
Dbuild.c946 init_rwsem(&ubi->fm_protect); in ubi_attach_mtd_dev()