Home
last modified time | relevance | path

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

/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c899 struct ext2fs_direct lost_found_dir[] = { variable
931 lost_found_dir[0].e2d_type = EXT2_FT_DIR; in fsinit()
932 lost_found_dir[1].e2d_type = EXT2_FT_DIR; in fsinit()
934 (void)makedir(lost_found_dir, __arraycount(lost_found_dir)); in fsinit()
/netbsd-src/sbin/newfs/
H A Dmkfs.c1024 struct direct lost_found_dir[] = { variable
1072 (void)makedir(&buf, lost_found_dir, 2); in fsinit()
1074 copy_dir(&lost_found_dir[2], (struct direct*)&buf[i]); in fsinit()