Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
A Dfastmap.c553 struct ubi_fm_sb *fmsb; in ubi_attach_fastmap() local
882 fmsb = kmalloc(sizeof(*fmsb), GFP_KERNEL); in ubi_scan_fastmap()
883 if (!fmsb) { in ubi_scan_fastmap()
891 kfree(fmsb); in ubi_scan_fastmap()
895 ret = ubi_io_read_data(ubi, fmsb, fm_anchor, 0, sizeof(*fmsb)); in ubi_scan_fastmap()
1024 kfree(fmsb); in ubi_scan_fastmap()
1025 fmsb = NULL; in ubi_scan_fastmap()
1089 kfree(fmsb); in ubi_scan_fastmap()
1126 struct ubi_fm_sb *fmsb; in ubi_write_fastmap() local
1181 fmsb->sqnum = 0; in ubi_write_fastmap()
[all …]

Completed in 29 milliseconds