Home
last modified time | relevance | path

Searched defs:writesize (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_sparse.c58 int dio_sparse(int fd, int align, int writesize, int filesize, int offset) in dio_sparse()
97 int writesize = 65536; in main() local
Daiodio_sparse.c63 int aiodio_sparse(int fd, int align, int writesize, int filesize, int num_aio) in aiodio_sparse()
214 int writesize = 65536; in main() local
/third_party/uboot/u-boot-2020.01/board/armltd/integrator/
Dlowlevel_init.S158 writesize: label
/third_party/uboot/u-boot-2020.01/include/
Dmxs_nand.h72 u32 writesize; member
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Ddenali.c636 int writesize = mtd->writesize; in denali_oob_xfer() local
694 int writesize = mtd->writesize; in denali_read_page_raw() local
825 int writesize = mtd->writesize; in denali_write_page_raw() local
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Donenand.h87 unsigned int writesize; member
Dmtd.h168 uint32_t writesize; member
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/
Dhifmc100_nand.c767 unsigned int writesize = mtd->writesize; in hifmc100_set_config_info() local
/third_party/uboot/u-boot-2020.01/include/mtd/
Dmtd-abi.h121 __u32 writesize; member
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c1559 size_t writesize; in vfs_nfs_write() local
1778 size_t writesize; in vfs_nfs_writepage() local
/third_party/uboot/u-boot-2020.01/cmd/
Dnand.c98 static int yaffs_tag_check(unsigned char *buffer, unsigned int writesize, in yaffs_tag_check()
/third_party/fsck_msdos/
Dfat.c365 size_t writesize; in fat_flush_fat32_cache_entry() local
/third_party/uboot/u-boot-2020.01/drivers/mtd/onenand/
Donenand_base.c859 int writesize = this->writesize; in onenand_read_ops_nolock() local
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c2101 static inline int get_blk_adr_bytes(u64 size, u32 writesize) in get_blk_adr_bytes()