Home
last modified time | relevance | path

Searched refs:dotdot_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Ddir.h191 u_int8_t dotdot_type; member
H A Dufs_rename.c907 dirbuf->dotdot_type : dirbuf->dotdot_namlen); in ufs_dirbuf_dotdot_namlen()
H A Dufs_vnops.c1326 dirtemplate.dotdot_type = dirtemplate.dotdot_namlen; in ufs_mkdir()
1329 dirtemplate.dot_type = dirtemplate.dotdot_type = 0; in ufs_mkdir()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_dir.h217 uint8_t dotdot_type; member
H A Dext2fs_vnops.c687 dirtemplate.dotdot_type = EXT2_FT_DIR; in ext2fs_mkdir()
/netbsd-src/sbin/fsck_ext2fs/
H A Ddir.c98 .dotdot_type = EXT2_FT_DIR,
634 dirhead.dotdot_type = EXT2_FT_DIR; in allocdir()
636 dirhead.dotdot_type = 0; in allocdir()
/netbsd-src/sbin/fsck_lfs/
H A Ddir.c68 .dotdot_type = LFS_DT_DIR,
/netbsd-src/sbin/fsck_ffs/
H A Ddir.c72 .dotdot_type = DT_DIR,