Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Ddir.c400 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
530 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
557 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
570 info->curr_hash = fname->hash; in ext4_dx_readdir()
579 info->curr_hash = fname->hash; in ext4_dx_readdir()
586 info->curr_hash = info->next_hash; in ext4_dx_readdir()
Dext4.h2069 __u32 curr_hash; member