Home | History | Annotate | Download | only in e2fsck

Lines Matching full:errcode

597 	pctx.errcode = e2fsck_allocate_inode_bitmap(fs, _("in-use inode map"),
601 if (pctx.errcode) {
607 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
611 if (pctx.errcode) {
617 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
620 if (pctx.errcode) {
626 pctx.errcode = e2fsck_allocate_subcluster_bitmap(fs,
629 if (pctx.errcode) {
639 pctx.errcode = ext2fs_create_icount2(fs, 0, 0, 0,
644 if (pctx.errcode) {
660 pctx.errcode = ext2fs_init_dblist(fs, 0);
661 if (pctx.errcode) {
683 pctx.errcode = ext2fs_convert_subcluster_bitmap(fs,
685 if (pctx.errcode) {
695 pctx.errcode = ext2fs_open_inode_scan(fs, ctx->inode_buffer_blocks,
698 if (pctx.errcode) {
729 pctx.errcode = ext2fs_get_next_inode_full(scan, &ino,
734 if (pctx.errcode == EXT2_ET_BAD_BLOCK_IN_INODE_TABLE) {
741 if (pctx.errcode) {
752 pctx.errcode = ext2fs_icount_store(ctx->inode_link_info,
754 if (pctx.errcode) {
842 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map,
844 if (pctx.errcode) {
859 pctx.errcode = ext2fs_block_iterate3(fs, ino, 0,
862 if (pctx.errcode) {
1192 pctx.errcode = ext2fs_create_resize_inode(fs);
1193 if (pctx.errcode) {
1199 pctx.errcode = 0;
1201 if (!pctx.errcode) {
1344 pctx.errcode = e2fsck_allocate_inode_bitmap(ctx->fs,
1347 if (pctx.errcode) {
1367 pctx.errcode = e2fsck_allocate_inode_bitmap(ctx->fs,
1370 if (pctx.errcode) {
1387 pctx.errcode = e2fsck_allocate_inode_bitmap(ctx->fs,
1390 if (pctx.errcode) {
1414 pctx.errcode = e2fsck_allocate_block_bitmap(ctx->fs,
1418 if (pctx.errcode) {
1467 pctx.errcode = ext2fs_read_ext_attr2(fs, blk, block_buf);
1468 if (pctx.errcode) {
1478 pctx.errcode = ext2fs_write_ext_attr2(fs, blk,
1480 if (pctx.errcode) {
1525 pctx->errcode = e2fsck_allocate_block_bitmap(fs,
1529 if (pctx->errcode) {
1539 pctx->errcode = ea_refcount_create(0, &ctx->refcount);
1540 if (pctx->errcode) {
1559 pctx->errcode = ea_refcount_create(0,
1561 if (pctx->errcode) {
1577 pctx->errcode = ext2fs_read_ext_attr2(fs, blk, block_buf);
1578 if (pctx->errcode && fix_problem(ctx, PR_1_READ_EA_BLOCK, pctx))
1690 pctx->errcode = ext2fs_bmap2(fs, ino, inode, 0, 0, 0, 0, &blk);
1692 if ((pctx->errcode) ||
1774 pctx->errcode = ext2fs_extent_get_info(ehandle, &info);
1775 if (pctx->errcode)
1778 pctx->errcode = ext2fs_extent_get(ehandle, EXT2_EXTENT_FIRST_SIB,
1780 while (!pctx->errcode && info.num_entries-- > 0) {
1815 pctx->errcode =
1817 if (pctx->errcode) {
1822 pctx->errcode = ext2fs_extent_get(ehandle,
1825 if (pctx->errcode == EXT2_ET_NO_CURRENT_NODE) {
1826 pctx->errcode = 0;
1838 pctx->errcode = ext2fs_extent_get(ehandle,
1840 if (pctx->errcode) {
1843 if (pctx->errcode == EXT2_ET_EXTENT_HEADER_BAD)
1861 if (pctx->errcode)
1863 pctx->errcode = ext2fs_extent_get(ehandle,
1865 if (pctx->errcode) {
1897 pctx->errcode = ext2fs_add_dir_block2(ctx->fs->dblist,
1900 if (pctx->errcode) {
1926 pctx->errcode = ext2fs_add_dir_block2(ctx->fs->dblist, pctx->ino, blk, blockcnt);
1927 if (pctx->errcode) {
1946 pctx->errcode = ext2fs_extent_get(ehandle,
1950 if (pctx->errcode == EXT2_ET_EXTENT_NO_NEXT)
1951 pctx->errcode = 0;
1965 pctx->errcode = ext2fs_extent_open2(fs, ino, inode, &ehandle);
1966 if (pctx->errcode) {
1970 pctx->errcode = 0;
1984 if (pctx->errcode &&
1990 pctx->errcode = 0;
2028 pctx->errcode = 0;
2056 pctx->errcode = ext2fs_block_iterate3(fs, ino,
2070 if (pctx->errcode)
2381 pctx->errcode = ext2fs_add_dir_block2(fs->dblist,
2384 if (pctx->errcode) {
2390 pctx->errcode = ext2fs_add_dir_block2(fs->dblist, p->ino,
2392 if (pctx->errcode) {
2606 pctx.errcode = ext2fs_get_free_blocks2(fs, first_block, last_block,
2609 if (is_flexbg && (pctx.errcode == EXT2_ET_BLOCK_ALLOC_FAIL))
2610 pctx.errcode = ext2fs_get_free_blocks2(fs,
2614 if (pctx.errcode) {
2621 pctx.errcode = ext2fs_get_mem(fs->blocksize, &buf);
2622 if (pctx.errcode) {
2638 pctx.errcode = io_channel_read_blk64(fs->io,
2640 if (pctx.errcode)
2646 pctx.errcode = io_channel_write_blk64(fs->io, pctx.blk,
2648 if (pctx.errcode)