Lines Matching refs:dx_get_hash
294 static inline unsigned dx_get_hash(struct dx_entry *entry);
575 static inline unsigned dx_get_hash(struct dx_entry *entry)
634 i ? dx_get_hash(entries + i) : 0,
748 ext4_lblk_t hash = i ? dx_get_hash(entries): 0;
749 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash;
864 if (dx_get_hash(m) > hash)
876 if (dx_get_hash(++at) > hash)
887 at == entries ? 0 : dx_get_hash(at),
1004 bhash = dx_get_hash(p->at);
2495 unsigned hash2 = dx_get_hash(entries + icount1);