Home
last modified time | relevance | path

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

/netbsd/sys/ufs/ufs/
H A Ddir.h193 char dotdot_name[4]; /* ditto */ member
207 char dotdot_name[4]; /* ditto */ member
H A Dufs_rename.c874 dirbuf.dotdot_name[0] != '.' || in ufs_read_dotdot()
875 dirbuf.dotdot_name[1] != '.') in ufs_read_dotdot()
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_dir.h218 char dotdot_name[4]; /* ditto */ member
H A Dext2fs_rename.c896 dirbuf.dotdot_name[0] != '.' || in ext2fs_read_dotdot()
897 dirbuf.dotdot_name[1] != '.') in ext2fs_read_dotdot()
928 dirbuf.dotdot_name[0] != '.' || in ext2fs_rename_replace_dotdot()
929 dirbuf.dotdot_name[1] != '.') { in ext2fs_rename_replace_dotdot()
H A Dext2fs_vnops.c708 dirtemplate.dotdot_name[0] = dirtemplate.dotdot_name[1] = '.'; in ext2fs_mkdir()
/netbsd/sys/ufs/lfs/
H A Dlfs.h387 char dotdot_name[4]; /* ditto */ member
395 char dotdot_name[4]; /* ditto */ member
416 char dotdot_name[4]; /* ditto */
H A Dlfs_accessors.h424 return dt->u_64.dotdot_name; in lfs_dirtemplate_dotdotname()
426 return dt->u_32.dotdot_name; in lfs_dirtemplate_dotdotname()
/netbsd/sbin/fsck_lfs/
H A Ddir.c70 .dotdot_name = ".."
80 .dotdot_name = ".."
/netbsd/sbin/fsck_ffs/
H A Ddir.c74 .dotdot_name = "..",
84 .dotdot_name = "..",
/netbsd/sbin/fsck_ext2fs/
H A Ddir.c99 .dotdot_name = "..",