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

/linux-master/fs/ext4/
H A Dnamei.c295 static inline unsigned dx_get_hash(struct dx_entry *entry);
578 static inline unsigned dx_get_hash(struct dx_entry *entry) function
639 i ? dx_get_hash(entries + i) : 0,
752 ext4_lblk_t hash = i ? dx_get_hash(entries): 0;
753 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash;
784 if (dx_get_hash(++at) > hash) {
913 if (dx_get_hash(m) > hash)
923 at == entries ? 0 : dx_get_hash(at),
1040 bhash = dx_get_hash(p->at);
2573 unsigned hash2 = dx_get_hash(entrie
[all...]

Completed in 104 milliseconds