HomeSort by: relevance | last modified time | path
    Searched defs:lost_found_dir (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/newfs_ext2fs/
mke2fs.c 899 struct ext2fs_direct lost_found_dir[] = { variable in typeref:struct:ext2fs_direct[]
931 lost_found_dir[0].e2d_type = EXT2_FT_DIR;
932 lost_found_dir[1].e2d_type = EXT2_FT_DIR;
934 (void)makedir(lost_found_dir, __arraycount(lost_found_dir));
  /src/sbin/newfs/
mkfs.c 1024 struct direct lost_found_dir[] = { variable in typeref:struct:direct[]
1072 (void)makedir(&buf, lost_found_dir, 2);
1074 copy_dir(&lost_found_dir[2], (struct direct*)&buf[i]);

Completed in 17 milliseconds