Home
last modified time | relevance | path

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

/fs/ext3/
Ddir.c249 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
318 p->curr_hash = pos2maj_hash(pos); in ext3_htree_create_dir_info()
448 info->curr_hash = pos2maj_hash(filp->f_pos); in ext3_dx_readdir()
/fs/ext4/
Ddir.c251 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
320 p->curr_hash = pos2maj_hash(pos); in ext4_htree_create_dir_info()
451 info->curr_hash = pos2maj_hash(filp->f_pos); in ext4_dx_readdir()