Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dext4fs.h131 unsigned long sizebytes);
/rk3399_rockchip-uboot/doc/
H A DREADME.ext473 ext4write <interface> <dev[:part]> [filename] [Address] [sizebytes]
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_write.c835 unsigned long sizebytes) in ext4fs_write() argument
892 bytes_reqd_for_file = sizebytes; in ext4fs_write()
920 file_inode->size = cpu_to_le32(sizebytes); in ext4fs_write()
947 if (ext4fs_write_file(file_inode, 0, sizebytes, (char *)buffer) == -1) { in ext4fs_write()