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

/freebsd-11-stable/sys/ufs/ufs/
H A Ddir.h137 char dotdot_name[4]; /* ditto */ member in struct:dirtemplate
151 char dotdot_name[4]; /* ditto */ member in struct:odirtemplate
H A Dufs_lookup.c1459 if (namlen != 2 || dirbuf.dotdot_name[0] != '.' ||
1460 dirbuf.dotdot_name[1] != '.')
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c456 static const u_char dotdot_name[11] = ".. "; variable
519 if (memcmp(cp, dotdot_name, sizeof(dotdot_name)) != 0 ||
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c1214 dirbuf.dotdot_name[0] != '.' ||
1215 dirbuf.dotdot_name[1] != '.') {
H A Dext2_vnops.c1044 dirbuf.dotdot_name[0] != '.' ||
1045 dirbuf.dotdot_name[1] != '.') {

Completed in 63 milliseconds