Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Ddir.c451 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_init_dir_info()
574 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
601 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
614 info->curr_hash = fname->hash; in ext4_dx_readdir()
623 info->curr_hash = fname->hash; in ext4_dx_readdir()
630 info->curr_hash = info->next_hash; in ext4_dx_readdir()
H A Dext4.h2624 __u32 curr_hash; member
/linux/tools/testing/vsock/
H A Dvsock_test.c356 unsigned long curr_hash; in test_seqpacket_msg_bounds_client() local
381 curr_hash = 0; in test_seqpacket_msg_bounds_client()
409 curr_hash++; in test_seqpacket_msg_bounds_client()
425 curr_hash += hash_djb2(buf, buf_size); in test_seqpacket_msg_bounds_client()
430 control_writeulong(curr_hash); in test_seqpacket_msg_bounds_client()
438 unsigned long curr_hash; in test_seqpacket_msg_bounds_server() local
473 curr_hash = 0; in test_seqpacket_msg_bounds_server()
489 curr_hash++; in test_seqpacket_msg_bounds_server()
491 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_bounds_server()
498 if (curr_hash != remote_hash) { in test_seqpacket_msg_bounds_server()