Searched refs:e2fsck_adjust_inode_count (Results 1 – 3 of 3) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | pass3.c | 453 e2fsck_adjust_inode_count(ctx, ino, -1); in e2fsck_get_lost_and_found() 583 e2fsck_adjust_inode_count(ctx, EXT2_ROOT_INO, 1); in e2fsck_get_lost_and_found() 641 e2fsck_adjust_inode_count(ctx, ino, 1); in e2fsck_reconnect_file() 649 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj) in e2fsck_adjust_inode_count() function 715 retval = e2fsck_adjust_inode_count(fp->ctx, dirent->inode, -1); in fix_dotdot_proc() 720 retval = e2fsck_adjust_inode_count(fp->ctx, fp->parent, 1); in fix_dotdot_proc()
|
D | rehash.c | 487 e2fsck_adjust_inode_count(ctx, ent->dir->inode, -1); in duplicate_search_and_fix() 495 e2fsck_adjust_inode_count(ctx, ent->dir->inode, -1); in duplicate_search_and_fix()
|
D | e2fsck.h | 612 extern errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino,
|