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

  /src/sys/ufs/ufs/
dir.h 191 u_int8_t dotdot_type; member in struct:dirtemplate
ufs_rename.c 907 dirbuf->dotdot_type : dirbuf->dotdot_namlen);
ufs_vnops.c 1326 dirtemplate.dotdot_type = dirtemplate.dotdot_namlen;
1329 dirtemplate.dot_type = dirtemplate.dotdot_type = 0;
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 217 uint8_t dotdot_type; member in struct:ext2fs_dirtemplate
ext2fs_vnops.c 687 dirtemplate.dotdot_type = EXT2_FT_DIR;
  /src/sbin/fsck_ext2fs/
dir.c 98 .dotdot_type = EXT2_FT_DIR,
634 dirhead.dotdot_type = EXT2_FT_DIR;
636 dirhead.dotdot_type = 0;
  /src/sbin/fsck_lfs/
dir.c 68 .dotdot_type = LFS_DT_DIR,
  /src/sbin/fsck_ffs/
dir.c 72 .dotdot_type = DT_DIR,

Completed in 18 milliseconds