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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Ddir.c248 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
317 p->curr_hash = pos2maj_hash(pos);
447 info->curr_hash = pos2maj_hash(filp->f_pos);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Ddir.c255 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
324 p->curr_hash = pos2maj_hash(pos);
455 info->curr_hash = pos2maj_hash(filp->f_pos);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Ddir.c248 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
317 p->curr_hash = pos2maj_hash(pos);
447 info->curr_hash = pos2maj_hash(filp->f_pos);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A Ddir.c255 #define pos2maj_hash(pos) ((pos << 1) & 0xffffffff) macro
324 p->curr_hash = pos2maj_hash(pos);
455 info->curr_hash = pos2maj_hash(filp->f_pos);

Completed in 66 milliseconds