Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dnamei.c278 static inline unsigned dx_get_hash(struct dx_entry *entry);
558 static inline unsigned dx_get_hash(struct dx_entry *entry) in dx_get_hash() function
617 i ? dx_get_hash(entries + i) : 0, in dx_show_index()
732 ext4_lblk_t hash = i ? dx_get_hash(entries): 0; in dx_show_entries()
733 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash; in dx_show_entries()
848 if (dx_get_hash(m) > hash) in dx_probe()
860 if (dx_get_hash(++at) > hash) in dx_probe()
871 at == entries ? 0 : dx_get_hash(at), in dx_probe()
988 bhash = dx_get_hash(p->at); in ext4_htree_next_block()
2330 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry()