Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dalloc.c508 u64 new_last_eb_blk) in ocfs2_et_set_last_eb_blk() argument
510 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_et_set_last_eb_blk()
1168 u64 next_blkno, new_last_eb_blk; in ocfs2_add_branch() local
1256 next_blkno = new_last_eb_blk = 0; in ocfs2_add_branch()
1287 new_last_eb_blk = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch()
1330 ocfs2_et_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_add_branch()
1333 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_blk); in ocfs2_add_branch()