Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/ubi/
Dkapi.c398 if (vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
413 if (err && err == -EBADMSG && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
461 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
511 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
552 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
612 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
649 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
Dmisc.c67 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
Dscan.c208 if (sv->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()
286 : UBI_STATIC_VOLUME; in add_volume()
1388 sv->vol_type != UBI_STATIC_VOLUME) { in paranoid_check_si()
1428 if (sv->vol_type == UBI_STATIC_VOLUME) { in paranoid_check_si()
1488 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in paranoid_check_si()
Dcdev.c294 if (vol->vol_type == UBI_STATIC_VOLUME) in vol_cdev_direct_write()
466 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl()
502 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl()
621 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
Dvmt.c500 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
767 vol->vol_type != UBI_STATIC_VOLUME) { in paranoid_check_volume()
842 vol_type = UBI_STATIC_VOLUME; in paranoid_check_volume()
Dupd.c101 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
Dgluebi.c449 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
Dvtbl.c570 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
Deba.c391 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/linux-2.6.39/include/mtd/
Dubi-user.h222 UBI_STATIC_VOLUME = 4, enumerator
/linux-2.6.39/fs/ubifs/
Dsuper.c508 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()