Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dudp.h77 struct udp_hslot *hash2; member
95 return &table->hash2[hash & table->mask]; in udp_hashslot2()
/linux-4.19.296/fs/ext4/
Dnamei.c1769 u32 hash2; in do_split() local
1831 hash2 = map[split].hash; in do_split()
1832 continued = hash2 == map[split - 1].hash; in do_split()
1835 hash2, split, count-split)); in do_split()
1861 if (hinfo->hash >= hash2) { in do_split()
1865 dx_insert_block(frame, hash2 + continued, newblock); in do_split()
2330 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local
2352 dx_insert_block((frame - 1), hash2, newblock); in ext4_dx_add_entry()