Searched refs:new_last_eb_blk (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c468 u64 next_blkno, new_last_eb_blk; local
517 * when we leave the loop, new_last_eb_blk will point to the
520 next_blkno = new_last_eb_blk = 0;
554 new_last_eb_blk = le64_to_cpu(eb->h_blkno);
602 fe->i_last_eb_blk = cpu_to_le64(new_last_eb_blk);
605 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_blk);

Completed in 208 milliseconds