Searched refs:usgl (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/mtd/
H A Dubi.h134 * @usgl: the UBI scatter gather struct itself
139 static inline void ubi_sgl_init(struct ubi_sgl *usgl) argument
141 usgl->list_pos = 0;
142 usgl->page_pos = 0;
/linux-master/drivers/mtd/ubi/
H A Dblock.c64 struct ubi_sgl usgl; member in struct:ubiblock_pdu
201 ubi_sgl_init(&pdu->usgl);
202 blk_rq_map_sg(req->q, req, pdu->usgl.sg);
212 ret = ubi_read_sg(dev->desc, leb, &pdu->usgl, offset, to_read);
319 sg_init_table(pdu->usgl.sg, UBI_MAX_SG_COUNT);

Completed in 143 milliseconds