Home
last modified time | relevance | path

Searched refs:hdrs_min_io_size (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dbuild.c585 * aligned to @io->hdrs_min_io_size;
634 ubi->hdrs_min_io_size = ubi->mtd->writesize >> ubi->mtd->subpage_sft; in io_init()
647 ubi_assert(ubi->hdrs_min_io_size > 0); in io_init()
648 ubi_assert(ubi->hdrs_min_io_size <= ubi->min_io_size); in io_init()
649 ubi_assert(ubi->min_io_size % ubi->hdrs_min_io_size == 0); in io_init()
665 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
666 ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
670 dbg_gen("hdrs_min_io_size %d", ubi->hdrs_min_io_size); in io_init()
680 ~(ubi->hdrs_min_io_size in io_init()
[all...]
H A Dio.c42 * I/O unit for the headers (the @ubi->hdrs_min_io_size field). But it still
233 ubi_assert(offset % ubi->hdrs_min_io_size == 0); in ubi_io_write()
234 ubi_assert(len > 0 && len % ubi->hdrs_min_io_size == 0); in ubi_io_write()
H A Dubi.h535 * @hdrs_min_io_size: minimal I/O unit size used for VID and EC headers
540 * @ec_hdr_alsize: size of the EC header aligned to @hdrs_min_io_size
541 * @vid_hdr_alsize: size of the VID header aligned to @hdrs_min_io_size
545 * @hdrs_min_io_size
639 int hdrs_min_io_size; member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dbuild.c587 * aligned to @io->hdrs_min_io_size;
634 ubi->hdrs_min_io_size = ubi->mtd->writesize >> ubi->mtd->subpage_sft; in io_init()
647 ubi_assert(ubi->hdrs_min_io_size > 0); in io_init()
648 ubi_assert(ubi->hdrs_min_io_size <= ubi->min_io_size); in io_init()
649 ubi_assert(ubi->min_io_size % ubi->hdrs_min_io_size == 0); in io_init()
665 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
666 ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
670 dbg_gen("hdrs_min_io_size %d", ubi->hdrs_min_io_size); in io_init()
680 ~(ubi->hdrs_min_io_size in io_init()
[all...]
H A Dio.c42 * I/O unit for the headers (the @ubi->hdrs_min_io_size field). But it still
233 ubi_assert(offset % ubi->hdrs_min_io_size == 0); in ubi_io_write()
234 ubi_assert(len > 0 && len % ubi->hdrs_min_io_size == 0); in ubi_io_write()
H A Dubi.h533 * @hdrs_min_io_size: minimal I/O unit size used for VID and EC headers
538 * @ec_hdr_alsize: size of the EC header aligned to @hdrs_min_io_size
539 * @vid_hdr_alsize: size of the VID header aligned to @hdrs_min_io_size
543 * @hdrs_min_io_size
637 int hdrs_min_io_size; member

Completed in 10 milliseconds