Home
last modified time | relevance | path

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

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