Home
last modified time | relevance | path

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

/netbsd/sys/ufs/ext2fs/
H A Dext2fs_lookup.c77 extern int dirchk;
459 (dirchk && in ext2fs_lookup()
771 (dirchk && ext2fs_dirbadentry(vdp, ep, offset))) { in ext2fs_search_dirblock()
/netbsd/sys/ufs/ufs/
H A Dufs_lookup.c73 int dirchk = 1; variable
75 int dirchk = 0; variable
528 if ((reclen == 0 && (msg = "null entry")) || (dirchk && in ufs_lookup()