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

  /external/e2fsprogs/lib/ext2fs/
ind_block.c 48 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf) function
res_gdt.c 212 retval = ext2fs_write_ind_block(fs, gdt_blk, gdt_buf);
220 retval2 = ext2fs_write_ind_block(fs, dindir_blk, dindir_buf);
block.c 131 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
217 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *dind_block,
303 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *tind_block,
punch.c 85 retval = ext2fs_write_ind_block(fs, b, block_buf);
ext2fs.h     [all...]

Completed in 71 milliseconds