Searched refs:curr_hash (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_test.c | 399 unsigned long curr_hash; in test_seqpacket_msg_bounds_client() local 414 curr_hash = 0; in test_seqpacket_msg_bounds_client() 443 curr_hash++; in test_seqpacket_msg_bounds_client() 469 curr_hash += hash_djb2(buf, buf_size); in test_seqpacket_msg_bounds_client() 474 control_writeulong(curr_hash); in test_seqpacket_msg_bounds_client() 482 unsigned long curr_hash; in test_seqpacket_msg_bounds_server() local 521 curr_hash = 0; in test_seqpacket_msg_bounds_server() 537 curr_hash++; in test_seqpacket_msg_bounds_server() 539 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_bounds_server() 546 if (curr_hash ! in test_seqpacket_msg_bounds_server() [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | dir.c | 425 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info() 554 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir() 581 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir() 594 info->curr_hash = fname->hash; in ext4_dx_readdir() 603 info->curr_hash = fname->hash; in ext4_dx_readdir() 610 info->curr_hash = info->next_hash; in ext4_dx_readdir()
|
H A D | ext4.h | 2396 __u32 curr_hash; member
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | dir.c | 441 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info() 570 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir() 597 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir() 610 info->curr_hash = fname->hash; in ext4_dx_readdir() 619 info->curr_hash = fname->hash; in ext4_dx_readdir() 626 info->curr_hash = info->next_hash; in ext4_dx_readdir()
|
H A D | ext4.h | 2537 __u32 curr_hash; member
|
Completed in 18 milliseconds