Searched refs:ubiblock (Results 1 – 8 of 8) sorted by relevance
73 struct ubiblock { struct170 static struct ubiblock *find_dev_nolock(int ubi_num, int vol_id) in find_dev_nolock()172 struct ubiblock *dev; in find_dev_nolock()183 struct ubiblock *dev = req->q->queuedata; in ubiblock_read()232 struct ubiblock *dev = disk->private_data; in ubiblock_open()274 struct ubiblock *dev = gd->private_data; in ubiblock_release()351 struct ubiblock *dev; in ubiblock_create()368 dev = kzalloc(sizeof(struct ubiblock), GFP_KERNEL); in ubiblock_create()448 static void ubiblock_cleanup(struct ubiblock *dev) in ubiblock_cleanup()461 struct ubiblock *dev; in ubiblock_remove()[all …]
38 PACKAGES =+ "mtdinfo-klibc ubiattach-klibc ubiblock-klibc ubicrc32-klibc ubidetach-klibc \44 FILES:ubiblock-klibc = "${sbindir}/ubiblock"
24 "ubiblock=0,1 \0" \28 "set_bootargs=setenv bootargs " CONFIG_BOOTARGS " ubi.block=\${ubiblock} root=\${root} \0" \
56 + "ubiblock=0,1 \0" \60 + "set_bootargs=setenv bootargs " CONFIG_BOOTARGS " ubi.block=\${ubiblock} root=\${root} \0" \
34 "set_bootargs=setenv bootargs " CONFIG_BOOTARGS " ubi.block=\${ubiblock} root=\${root} \0" \
90 if ! ubiblock --create "/dev/ubi${ubidevid}"; then194 ubiblock --create "/dev/ubi${pnor}_${element}"
7 m="$(mount | grep "${rootmatch}" | grep "ubiblock")"196 ubiblock --create "/dev/ubi${ubidevid}"307 ubiblock --create "/dev/ubi${mtd}_${element}"360 fw_setenv -c /etc/alt_fw_env.config ubiblock "${value}"
100 volume using the UBI block emulation driver (ubiblock). To store updates to