Home
last modified time | relevance | path

Searched refs:dotdot_namlen (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Ddir.h192 u_int8_t dotdot_namlen; member
206 u_int16_t dotdot_namlen; 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()
1327 dirtemplate.dot_namlen = dirtemplate.dotdot_namlen = 0; in ufs_mkdir()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_dir.h216 uint8_t dotdot_namlen; member
H A Dext2fs_rename.c895 if (dirbuf.dotdot_namlen != 2 || in ext2fs_read_dotdot()
927 if (dirbuf.dotdot_namlen != 2 || in ext2fs_rename_replace_dotdot()
H A Dext2fs_vnops.c685 dirtemplate.dotdot_namlen = 2; in ext2fs_mkdir()
/netbsd-src/sbin/fsck_ffs/
H A Ddir.c73 .dotdot_namlen = 2,
83 .dotdot_namlen = 2,
859 odirhead.dotdot_namlen = iswap16(2); in allocdir()
/netbsd-src/sbin/fsck_ext2fs/
H A Ddir.c97 .dotdot_namlen = 2,
631 dirhead.dotdot_namlen = 2; in allocdir()
/netbsd-src/sbin/fsck_lfs/
H A Ddir.c69 .dotdot_namlen = 2,
79 .dotdot_namlen = 2,
/netbsd-src/sys/ufs/lfs/
H A Dlfs.h415 uint16_t dotdot_namlen;