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

/linux-master/fs/ocfs2/
H A Dalloc.c1158 u64 next_blkno, new_last_eb_blk; local
1244 * newest leaf, and next_blkno will point to the topmost extent
1246 next_blkno = new_last_eb_blk = 0;
1269 eb_el->l_recs[0].e_blkno = cpu_to_le64(next_blkno);
1280 next_blkno = le64_to_cpu(eb->h_blkno);
1313 el->l_recs[i].e_blkno = cpu_to_le64(next_blkno);

Completed in 125 milliseconds