Searched refs:new_last_eb_blk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 494 u64 new_last_eb_blk) in ocfs2_et_set_last_eb_blk() 496 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_et_set_last_eb_blk() 1153 u64 next_blkno, new_last_eb_blk; in ocfs2_add_branch() local 1238 * when we leave the loop, new_last_eb_blk will point to the in ocfs2_add_branch() 1241 next_blkno = new_last_eb_blk = 0; in ocfs2_add_branch() 1272 new_last_eb_blk = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch() 1315 ocfs2_et_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_add_branch() 1318 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_blk); in ocfs2_add_branch() 493 ocfs2_et_set_last_eb_blk(struct ocfs2_extent_tree *et, u64 new_last_eb_blk) ocfs2_et_set_last_eb_blk() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 492 u64 new_last_eb_blk) in ocfs2_et_set_last_eb_blk() 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 1236 * when we leave the loop, new_last_eb_blk will point to the in ocfs2_add_branch() 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() 491 ocfs2_et_set_last_eb_blk(struct ocfs2_extent_tree *et, u64 new_last_eb_blk) ocfs2_et_set_last_eb_blk() argument
|
Completed in 20 milliseconds