HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_write_ind_block (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ind_block.c 47 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf) function
res_gdt.c 193 retval = ext2fs_write_ind_block(fs, gdt_blk, gdt_buf);
201 retval2 = ext2fs_write_ind_block(fs, dindir_blk, dindir_buf);
block.c 99 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
175 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *dind_block,
251 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *tind_block,
ext2fs.h 781 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf);
    [all...]

Completed in 146 milliseconds