Searched refs:hash2 (Results 1 – 2 of 2) sorted by relevance
/fs/ext3/ |
D | namei.c | 1146 u32 hash2; in do_split() local 1190 hash2 = map[split].hash; in do_split() 1191 continued = hash2 == map[split - 1].hash; in do_split() 1193 dx_get_block(frame->at), hash2, split, count-split)); in do_split() 1204 if (hinfo->hash >= hash2) in do_split() 1209 dx_insert_block (frame, hash2 + continued, newblock); in do_split() 1549 unsigned hash2 = dx_get_hash(entries + icount1); in ext3_dx_add_entry() local 1570 dx_insert_block (frames + 0, hash2, newblock); in ext3_dx_add_entry()
|
/fs/ext4/ |
D | namei.c | 1701 u32 hash2; in do_split() local 1750 hash2 = map[split].hash; in do_split() 1751 continued = hash2 == map[split - 1].hash; in do_split() 1754 hash2, split, count-split)); in do_split() 1780 if (hinfo->hash >= hash2) { in do_split() 1784 dx_insert_block(frame, hash2 + continued, newblock); in do_split() 2234 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local 2256 dx_insert_block(frames + 0, hash2, newblock); in ext4_dx_add_entry()
|