Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Dext4_write.c846 unsigned long sizebytes, int type) in ext4fs_write() argument
915 sizebytes <= sizeof(file_inode->b.symlink)) { in ext4fs_write()
919 bytes_reqd_for_file = sizebytes; in ext4fs_write()
942 file_inode->size = cpu_to_le32(sizebytes); in ext4fs_write()
947 strncpy(file_inode->b.symlink, buffer, sizebytes); in ext4fs_write()
948 sizebytes = 0; in ext4fs_write()
985 if (ext4fs_write_file(file_inode, 0, sizebytes, buffer) == -1) { in ext4fs_write()
/u-boot/include/
A Dext4fs.h140 unsigned long sizebytes, int type);
/u-boot/doc/
A DREADME.ext473 ext4write <interface> <dev[:part]> [filename] [Address] [sizebytes]

Completed in 12 milliseconds