Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dext4.c96 return ext4_unsparse(desc, (const u8 *)buf, blk) ? in do_ext4_sparse_write()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h136 int ext4_unsparse(struct blk_desc *desc, const u8 *buf, ulong start);
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_sparse.c138 int ext4_unsparse(struct blk_desc *desc, const u8 *buf, ulong start) in ext4_unsparse() function