Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Ddir.h137 char dotdot_name[4]; /* ditto */ member
151 char dotdot_name[4]; /* ditto */ member
H A Dufs_lookup.c1393 if (namlen != 2 || dirbuf.dotdot_name[0] != '.' || in ufs_dir_dd_ino()
1394 dirbuf.dotdot_name[1] != '.') in ufs_dir_dd_ino()
/freebsd/sbin/fsck_msdosfs/
H A Ddir.c467 static const u_char dotdot_name[11] = ".. "; variable
530 if (memcmp(cp, dotdot_name, sizeof(dotdot_name)) != 0 || in check_subdirectory()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c1238 dirbuf.dotdot_name[0] != '.' || in ext2_checkpath()
1239 dirbuf.dotdot_name[1] != '.') { in ext2_checkpath()
H A Dext2_vnops.c1085 dirbuf->dotdot_name[0] != '.' || in ext2_rename()
1086 dirbuf->dotdot_name[1] != '.') { in ext2_rename()