Searched refs:nhash (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dwrite.c223 fd->nhash = full_name_hash(name, strlen(name));
554 uint32_t nhash = full_name_hash(name, namelen); local
558 while ((*prev) && (*prev)->nhash <= nhash) {
559 if ((*prev)->nhash == nhash &&
H A Dnodelist.c31 while ((*prev) && (*prev)->nhash <= new->nhash) {
32 if ((*prev)->nhash == new->nhash && !strcmp((*prev)->name, new->name)) {
H A Dnodelist.h248 unsigned int nhash; member in struct:jffs2_full_dirent
H A Ddir.c92 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= target->d_name.hash; fd_list = fd_list->next) {
93 if (fd_list->nhash == target->d_name.hash &&
H A Dsummary.c458 fd->nhash = full_name_hash(fd->name, spd->nsize);
H A Dreadinode.c663 fd->nhash = full_name_hash(fd->name, rd->nsize);
H A Dscan.c1056 fd->nhash = full_name_hash(fd->name, rd->nsize);

Completed in 216 milliseconds