Searched refs:ext2fs_write_ind_block (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | res_gdt.c | 212 retval = ext2fs_write_ind_block(fs, gdt_blk, gdt_buf); in ext2fs_create_resize_inode() 220 retval2 = ext2fs_write_ind_block(fs, dindir_blk, dindir_buf); in ext2fs_create_resize_inode()
|
D | ind_block.c | 48 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf) in ext2fs_write_ind_block() function
|
D | block.c | 131 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block, in block_iterate_ind() 217 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *dind_block, in block_iterate_dind() 303 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *tind_block, in block_iterate_tind()
|
D | punch.c | 85 retval = ext2fs_write_ind_block(fs, b, block_buf); in ind_punch()
|
D | ext2fs.h | 1449 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf);
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 615 ext2fs_write_ind_block@Base 1.37
|