Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass1b.c94 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster);
526 if (check_if_fs_cluster(ctx, s->cluster)) { in pass1d()
610 if (check_if_fs_cluster(ctx, EXT2FS_B2C(ctx->fs, block))) in decrement_badcount()
780 if (check_if_fs_cluster(ctx, EXT2FS_B2C(fs, *block_nr))) in clone_file_block()
1005 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster) in check_if_fs_cluster() function