Searched refs:lost_found_dir (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dmke2fs.c895 struct ext2fs_direct lost_found_dir[] = { variable in typeref:struct:ext2fs_direct
927 lost_found_dir[0].e2d_type = EXT2_FT_DIR;
928 lost_found_dir[1].e2d_type = EXT2_FT_DIR;
930 (void)makedir(lost_found_dir, __arraycount(lost_found_dir));
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dmkfs.c1008 struct direct lost_found_dir[] = { variable in typeref:struct:direct
1055 (void)makedir(lost_found_dir, 2);
1057 copy_dir(&lost_found_dir[2], (struct direct*)&buf[i]);

Completed in 85 milliseconds