HomeSort by: relevance | last modified time | path
    Searched refs:inot2ext2dt (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 146 static __inline uint8_t inot2ext2dt(uint16_t) __unused;
148 inot2ext2dt(uint16_t type) function in typeref:typename:uint8_t
ext2fs_lookup.c 893 newdir.e2d_type = inot2ext2dt(IFTODT(ip->i_e2fs_mode));
1107 ep->e2d_type = inot2ext2dt(IFTODT(ip->i_e2fs_mode));
  /src/sbin/fsck_ext2fs/
pass2.c 439 inot2ext2dt(typemap[fs2h32(dirp->e2d_ino)])) {
441 inot2ext2dt(typemap[fs2h32(dirp->e2d_ino)]);
dir.c 358 newent.e2d_type = inot2ext2dt(typemap[idesc->id_parent]);
389 dirp->e2d_type = inot2ext2dt(typemap[idesc->id_parent]);

Completed in 28 milliseconds