Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Ddir.c467 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_init_dir_info()
590 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
617 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
630 info->curr_hash = fname->hash; in ext4_dx_readdir()
639 info->curr_hash = fname->hash; in ext4_dx_readdir()
646 info->curr_hash = info->next_hash; in ext4_dx_readdir()
H A Dext4.h2729 __u32 curr_hash; member
/linux/tools/testing/vsock/
H A Dvsock_test.c388 unsigned long curr_hash; in test_seqpacket_msg_bounds_client() local
413 curr_hash = 0; in test_seqpacket_msg_bounds_client()
441 curr_hash++; in test_seqpacket_msg_bounds_client()
457 curr_hash += hash_djb2(buf, buf_size); in test_seqpacket_msg_bounds_client()
462 control_writeulong(curr_hash); in test_seqpacket_msg_bounds_client()
470 unsigned long curr_hash; in test_seqpacket_msg_bounds_server() local
505 curr_hash = 0; in test_seqpacket_msg_bounds_server()
521 curr_hash++; in test_seqpacket_msg_bounds_server()
523 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_bounds_server()
530 if (curr_hash != remote_hash) { in test_seqpacket_msg_bounds_server()