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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Ddir.c248 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
322 p->curr_hash = pos2maj_hash(pos);
453 info->curr_hash = pos2maj_hash(filp->f_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Ddir.c248 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
322 p->curr_hash = pos2maj_hash(pos);
453 info->curr_hash = pos2maj_hash(filp->f_pos);

Completed in 47 milliseconds