Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Ddir.c419 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
549 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
576 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
589 info->curr_hash = fname->hash; in ext4_dx_readdir()
598 info->curr_hash = fname->hash; in ext4_dx_readdir()
605 info->curr_hash = info->next_hash; in ext4_dx_readdir()
Dext4.h2097 __u32 curr_hash; member