Searched refs:dx_get_hash (Results 1 – 2 of 2) sorted by relevance
137 static inline unsigned dx_get_hash (struct dx_entry *entry);193 static inline unsigned dx_get_hash (struct dx_entry *entry) in dx_get_hash() function246 printk("%x->%u ", i? dx_get_hash(entries + i): 0, dx_get_block(entries + i)); in dx_show_index()299 u32 block = dx_get_block(entries), hash = i? dx_get_hash(entries): 0; in dx_show_entries()300 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash; in dx_show_entries()411 if (dx_get_hash(m) > hash) in dx_probe()424 if (dx_get_hash(++at) > hash) in dx_probe()434 dxtrace(printk(" %x->%u\n", at == entries? 0: dx_get_hash(at), dx_get_block(at))); in dx_probe()528 bhash = dx_get_hash(p->at); in ext3_htree_next_block()1549 unsigned hash2 = dx_get_hash(entries + icount1); in ext3_dx_add_entry()
243 static inline unsigned dx_get_hash(struct dx_entry *entry);518 static inline unsigned dx_get_hash(struct dx_entry *entry) in dx_get_hash() function576 printk("%x->%lu ", i ? dx_get_hash(entries + i) : in dx_show_index()693 ext4_lblk_t hash = i ? dx_get_hash(entries): 0; in dx_show_entries()694 u32 range = i < count - 1? (dx_get_hash(entries + 1) - hash): ~hash; in dx_show_entries()812 if (dx_get_hash(m) > hash) in dx_probe()824 if (dx_get_hash(++at) > hash) in dx_probe()834 dxtrace(printk(" %x->%u\n", at == entries? 0: dx_get_hash(at), dx_get_block(at))); in dx_probe()928 bhash = dx_get_hash(p->at); in ext4_htree_next_block()2290 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry()