Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Ddir.c442 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
571 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
598 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
611 info->curr_hash = fname->hash; in ext4_dx_readdir()
620 info->curr_hash = fname->hash; in ext4_dx_readdir()
627 info->curr_hash = info->next_hash; in ext4_dx_readdir()
Dext4.h2526 __u32 curr_hash; member