Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.c492 u64 new_last_eb_blk) in ocfs2_et_set_last_eb_blk() argument
494 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_et_set_last_eb_blk()
1151 u64 next_blkno, new_last_eb_blk; in ocfs2_add_branch() local
1239 next_blkno = new_last_eb_blk = 0; in ocfs2_add_branch()
1270 new_last_eb_blk = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch()
1313 ocfs2_et_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_add_branch()
1316 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_blk); in ocfs2_add_branch()