Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/ubi/
Dvmt.c75 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
243 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
282 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
497 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
673 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
708 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
753 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
585 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
632 vol->vol_type = UBI_DYNAMIC_VOLUME; in init_volumes()
Dupd.c224 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
Dgluebi.c314 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in gluebi_create()
Dattach.c412 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1705 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1807 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
Dblock.c333 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in calc_disk_capacity()
Deba.c631 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
698 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
Dcdev.c612 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
Dfastmap.c1309 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/linux-6.6.21/include/uapi/mtd/
Dubi-user.h228 UBI_DYNAMIC_VOLUME = 3, enumerator