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

/fs/ocfs2/
H A Dalloc.c499 u64 new_last_eb_blk)
501 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk);
1164 u64 next_blkno, new_last_eb_blk; local
1229 * when we leave the loop, new_last_eb_blk will point to the
1232 next_blkno = new_last_eb_blk = 0;
1263 new_last_eb_blk = le64_to_cpu(eb->h_blkno);
1306 ocfs2_et_set_last_eb_blk(et, new_last_eb_blk);
1309 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_blk);
498 ocfs2_et_set_last_eb_blk(struct ocfs2_extent_tree *et, u64 new_last_eb_blk) argument

Completed in 74 milliseconds