Searched refs:leb_start (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/mtd/
H A Dubi.h149 * @leb_start: starting offset of logical eraseblocks within physical
180 int leb_start; member in struct:ubi_device_info
/linux-master/drivers/mtd/ubi/
H A Dio.c262 if (offset >= ubi->leb_start) {
646 int vid_hdr_offset, leb_start; local
650 leb_start = be32_to_cpu(ec_hdr->data_offset);
664 if (leb_start != ubi->leb_start) {
666 leb_start, ubi->leb_start);
856 ec_hdr->data_offset = cpu_to_be32(ubi->leb_start);
H A Dbuild.c589 * If @ubi->vid_hdr_offset or @ubi->leb_start is zero, default offsets are
707 ubi->leb_start = ubi->vid_hdr_offset + UBI_VID_HDR_SIZE;
708 ubi->leb_start = ALIGN(ubi->leb_start, ubi->min_io_size);
713 dbg_gen("leb_start %d", ubi->leb_start);
724 ubi->leb_start < ubi->vid_hdr_offset + UBI_VID_HDR_SIZE ||
725 ubi->leb_start > ubi->peb_size - UBI_VID_HDR_SIZE ||
726 ubi->leb_start & (ubi->min_io_size - 1)) {
728 ubi->vid_hdr_offset, ubi->leb_start);
[all...]
H A Dubi.h534 * @leb_start: starting offset of logical eraseblocks within physical
640 int leb_start; member in struct:ubi_device
1151 return ubi_io_read(ubi, buf, pnum, offset + ubi->leb_start, len);
1169 return ubi_io_write(ubi, buf, pnum, offset + ubi->leb_start, len);
H A Dkapi.c30 di->leb_start = ubi->leb_start;
H A Dattach.c880 err = ubi_io_read(ubi, ubi->peb_buf, pnum, ubi->leb_start,
905 pnum, ubi->leb_start, ubi->leb_size);
/linux-master/fs/ubifs/
H A Dio.c1174 size = c->max_write_size - (c->leb_start % c->max_write_size);
H A Dsuper.c528 c->leb_start = c->di.leb_start;
H A Dubifs.h1125 * @leb_start: starting offset of logical eraseblocks within physical
1384 int leb_start; member in struct:ubifs_info

Completed in 133 milliseconds