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

  /src/sys/ufs/ufs/
dir.h 186 u_int8_t dot_type; member in struct:dirtemplate
ufs_vnops.c 1325 dirtemplate.dot_type = dirtemplate.dot_namlen;
1329 dirtemplate.dot_type = dirtemplate.dotdot_type = 0;
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 212 uint8_t dot_type; member in struct:ext2fs_dirtemplate
ext2fs_vnops.c 680 dirtemplate.dot_type = EXT2_FT_DIR;
  /src/sbin/fsck_ext2fs/
dir.c 93 .dot_type = EXT2_FT_DIR,
628 dirhead.dot_type = EXT2_FT_DIR;
630 dirhead.dot_type = 0;
  /src/sbin/fsck_lfs/
dir.c 63 .dot_type = LFS_DT_DIR,
  /src/sbin/fsck_ffs/
dir.c 67 .dot_type = DT_DIR,

Completed in 16 milliseconds