Home
last modified time | relevance | path

Searched refs:chash (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Ddir.c335 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()
H A Df2fs.h921 f2fs_hash_t chash; /* hash value of given file name */ member
/linux/tools/perf/util/
H A Dmachine.c2228 unsigned char chash[CHASHSZ]; in remove_loops() local
2230 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()