Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dgluebi.c31 pr_err("gluebi (pid %d): %s: " fmt "\n", \
35 * struct gluebi_device - a gluebi device description data structure.
37 * @refcnt: gluebi device reference count
39 * @ubi_num: UBI device number this gluebi device works on
40 * @vol_id: ID of UBI volume this gluebi device works on
41 * @list: link in a list of gluebi devices
52 /* List of all gluebi devices */
57 * find_gluebi_nolock - find a gluebi device.
61 * This function seraches for gluebi device corresponding to UBI device
62 * @ubi_num and UBI volume @vol_id. Returns the gluebi devic
68 struct gluebi_device *gluebi; find_gluebi_nolock() local
86 struct gluebi_device *gluebi; gluebi_get_device() local
132 struct gluebi_device *gluebi; gluebi_put_device() local
157 struct gluebi_device *gluebi; gluebi_read() local
197 struct gluebi_device *gluebi; gluebi_write() local
237 struct gluebi_device *gluebi; gluebi_erase() local
281 struct gluebi_device *gluebi, *g; gluebi_create() local
352 struct gluebi_device *gluebi; gluebi_remove() local
396 struct gluebi_device *gluebi; gluebi_updated() local
423 struct gluebi_device *gluebi; gluebi_resized() local
479 struct gluebi_device *gluebi, *g; ubi_gluebi_exit() local
[all...]
H A DMakefile9 obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o
H A DKconfig82 tristate "MTD devices emulation driver (gluebi)"
84 This option enables gluebi - an additional driver which emulates MTD