Searched refs:inodes_to_process (Results 1 – 1 of 1) sorted by relevance
116 static struct process_inode_block *inodes_to_process; variable128 ext2fs_free_mem(&inodes_to_process); in unwind_pass1()129 inodes_to_process = 0; in unwind_pass1()1168 inodes_to_process = (struct process_inode_block *) in e2fsck_pass1()1822 inodes_to_process[process_inode_count].ino = ino; in e2fsck_pass1()1823 inodes_to_process[process_inode_count].inode = in e2fsck_pass1()1915 ext2fs_free_mem(&inodes_to_process); in e2fsck_pass1()1983 qsort(inodes_to_process, process_inode_count, in process_inodes()1988 (struct ext2_inode *) &inodes_to_process[i].inode; in process_inodes()1989 pctx.ino = ctx->stashed_ino = inodes_to_process[i].ino; in process_inodes()