Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Ddir.c447 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
576 info->curr_hash = pos2maj_hash(file, ctx->pos); in ext4_dx_readdir()
603 ret = ext4_htree_fill_tree(file, info->curr_hash, in ext4_dx_readdir()
616 info->curr_hash = fname->hash; in ext4_dx_readdir()
625 info->curr_hash = fname->hash; in ext4_dx_readdir()
632 info->curr_hash = info->next_hash; in ext4_dx_readdir()
H A Dext4.h2413 __u32 curr_hash; member