Lines Matching refs:dx_get_hash
295 static inline unsigned dx_get_hash(struct dx_entry *entry);
578 static inline unsigned dx_get_hash(struct dx_entry *entry)
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);
2577 unsigned hash2 = dx_get_hash(entries + icount1);