Searched refs:chash (Results 1 – 3 of 3) sorted by relevance
335 if (room && F2FS_I(dir)->chash != fname->hash) { in find_in_level()336 F2FS_I(dir)->chash = fname->hash; in find_in_level()694 if (F2FS_I(dir)->chash == fname->hash) { in f2fs_add_regular_entry()696 F2FS_I(dir)->chash = 0; in f2fs_add_regular_entry()
921 f2fs_hash_t chash; /* hash value of given file name */ member
2228 unsigned char chash[CHASHSZ]; in remove_loops() local2230 memset(chash, NO_ENTRY, sizeof(chash)); in remove_loops()2238 if (chash[h] == NO_ENTRY) { in remove_loops()2239 chash[h] = i; in remove_loops()2240 } else if (l[chash[h]].from == l[i].from) { in remove_loops()2244 for (j = chash[h]; j < i && i + off < nr; j++, off++) in remove_loops()