MSDOS_DOTDOT      665 fs/fat/dir.c   	} else if (!memcmp(de->name, MSDOS_DOTDOT, MSDOS_NAME)) {
MSDOS_DOTDOT      901 fs/fat/dir.c   		if (!strncmp((*de)->name, MSDOS_DOTDOT, MSDOS_NAME))
MSDOS_DOTDOT      920 fs/fat/dir.c   		    strncmp(de->name, MSDOS_DOTDOT, MSDOS_NAME)) {
MSDOS_DOTDOT     1166 fs/fat/dir.c   	memcpy(de[1].name, MSDOS_DOTDOT, MSDOS_NAME);