Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mtd/
Dubi.h23 #define UBI_MAX_SG_COUNT 64 macro
128 struct scatterlist sg[UBI_MAX_SG_COUNT];
/Linux-v6.1/drivers/mtd/ubi/
Dblock.c341 sg_init_table(pdu->usgl.sg, UBI_MAX_SG_COUNT); in ubiblock_init_request()
440 blk_queue_max_segments(dev->rq, UBI_MAX_SG_COUNT); in ubiblock_create()
Deba.c756 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT); in ubi_eba_read_leb_sg()