Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass2.c67 static int check_dir_block(ext2_filsys fs,
183 check_dir_func = cd.ra_entries ? check_dir_block2 : check_dir_block; in e2fsck_pass2()
898 err = check_dir_block(fs, db, priv_data); in check_dir_block2()
903 static int check_dir_block(ext2_filsys fs, in check_dir_block() function