Home
last modified time | relevance | path

Searched refs:max_write_size (Results 1 – 14 of 14) sorted by relevance

/u-boot-v2022.01-rc1/fs/ubifs/
A Dio.c517 ubifs_assert(wbuf->size <= c->max_write_size); in ubifs_wbuf_sync_nolock()
550 if (c->leb_size - wbuf->offs < c->max_write_size) in ubifs_wbuf_sync_nolock()
552 else if (wbuf->offs & (c->max_write_size - 1)) in ubifs_wbuf_sync_nolock()
555 wbuf->size = c->max_write_size; in ubifs_wbuf_sync_nolock()
591 if (c->leb_size - wbuf->offs < c->max_write_size) in ubifs_wbuf_seek_nolock()
593 else if (wbuf->offs & (c->max_write_size - 1)) in ubifs_wbuf_seek_nolock()
596 wbuf->size = c->max_write_size; in ubifs_wbuf_seek_nolock()
698 ubifs_assert(wbuf->size <= c->max_write_size); in ubifs_wbuf_write_nolock()
734 wbuf->size = c->max_write_size; in ubifs_wbuf_write_nolock()
823 wbuf->size = c->max_write_size; in ubifs_wbuf_write_nolock()
[all …]
A Dsuper.c705 c->max_write_size = c->di.max_write_size; in init_constants_early()
706 c->max_write_shift = fls(c->max_write_size) - 1; in init_constants_early()
729 if (c->max_write_size < c->min_io_size || in init_constants_early()
730 c->max_write_size % c->min_io_size || in init_constants_early()
731 !is_power_of_2(c->max_write_size)) { in init_constants_early()
733 c->max_write_size, c->min_io_size); in init_constants_early()
745 if (c->max_write_size < c->min_io_size) { in init_constants_early()
746 c->max_write_size = c->min_io_size; in init_constants_early()
1627 c->max_write_size); in mount_ubifs()
A Drecovery.c419 empty_offs = ALIGN(offs + 1, c->max_write_size); in is_last_write()
474 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
486 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
925 int len = c->max_write_size, err; in recover_head()
A Dubifs.h1924 int max_write_size; member
A Ddebug.c2604 to = min(len, ALIGN(from + 1, c->max_write_size)); in corrupt_data()
/u-boot-v2022.01-rc1/drivers/spi/
A Dspi-mem-nodm.c93 if (slave->max_write_size && len > slave->max_write_size) in spi_mem_adjust_op_size()
100 } else if (slave->max_write_size) { in spi_mem_adjust_op_size()
102 slave->max_write_size - len); in spi_mem_adjust_op_size()
A Dspi-mem.c474 if (slave->max_write_size && len > slave->max_write_size) in spi_mem_adjust_op_size()
481 } else if (slave->max_write_size) { in spi_mem_adjust_op_size()
483 slave->max_write_size - len); in spi_mem_adjust_op_size()
A Dich.c738 } else if (slave->max_write_size) { in ich_spi_adjust_size()
740 slave->max_write_size); in ich_spi_adjust_size()
927 slave->max_write_size = priv->databytes; in ich_spi_child_pre_probe()
A Dbcm63xx_spi.c364 slave->max_write_size = regs[SPI_TX_SIZE]; in bcm63xx_spi_child_pre_probe()
/u-boot-v2022.01-rc1/drivers/mtd/ubi/
A Dbuild.c710 ubi->max_write_size = ubi->mtd->writebufsize; in io_init()
715 if (ubi->max_write_size < ubi->min_io_size || in io_init()
716 ubi->max_write_size % ubi->min_io_size || in io_init()
717 !is_power_of_2(ubi->max_write_size)) { in io_init()
719 ubi->max_write_size, ubi->min_io_size); in io_init()
728 dbg_gen("max_write_size %d", ubi->max_write_size); in io_init()
1041 ubi->min_io_size, ubi->max_write_size, ubi->hdrs_min_io_size); in ubi_attach_mtd_dev()
A Dkapi.c38 di->max_write_size = ubi->max_write_size; in ubi_do_get_device_info()
A Dubi.h623 int max_write_size; member
/u-boot-v2022.01-rc1/include/linux/mtd/
A Dubi.h185 int max_write_size; member
/u-boot-v2022.01-rc1/include/
A Dspi.h152 unsigned int max_write_size; member

Completed in 42 milliseconds