Searched refs:sizebytes (Results 1 – 3 of 3) sorted by relevance
846 unsigned long sizebytes, int type) in ext4fs_write() argument915 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()
140 unsigned long sizebytes, int type);
73 ext4write <interface> <dev[:part]> [filename] [Address] [sizebytes]
Completed in 12 milliseconds