Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext3/
Ddir.c378 p->curr_hash = pos2maj_hash(filp, pos); in ext3_htree_create_dir_info()
508 info->curr_hash = pos2maj_hash(filp, filp->f_pos); in ext3_dx_readdir()
535 ret = ext3_htree_fill_tree(filp, info->curr_hash, in ext3_dx_readdir()
548 info->curr_hash = fname->hash; in ext3_dx_readdir()
557 info->curr_hash = fname->hash; in ext3_dx_readdir()
564 info->curr_hash = info->next_hash; in ext3_dx_readdir()
Dext3.h960 __u32 curr_hash; member
/linux-3.4.99/fs/ext4/
Ddir.c452 p->curr_hash = pos2maj_hash(filp, pos); in ext4_htree_create_dir_info()
584 info->curr_hash = pos2maj_hash(filp, filp->f_pos); in ext4_dx_readdir()
611 ret = ext4_htree_fill_tree(filp, info->curr_hash, in ext4_dx_readdir()
624 info->curr_hash = fname->hash; in ext4_dx_readdir()
633 info->curr_hash = fname->hash; in ext4_dx_readdir()
640 info->curr_hash = info->next_hash; in ext4_dx_readdir()
Dext4.h1661 __u32 curr_hash; member