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

/linux-4.1.27/fs/ocfs2/
H A Dextent_map.c292 u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk); ocfs2_last_eb_is_empty() local
297 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); ocfs2_last_eb_is_empty()
H A Djournal.h549 * prev. last_eb_blk + blocks along edge of tree. ocfs2_calc_extend_credits()
H A Dalloc.c78 * last_eb_blk is the block number of the right most leaf extent
966 u64 last_eb_blk = 0; ocfs2_num_free_extents() local
969 last_eb_blk = ocfs2_et_get_last_eb_blk(et); ocfs2_num_free_extents()
971 if (last_eb_blk) { ocfs2_num_free_extents()
972 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk, ocfs2_num_free_extents()
1399 /* If this is our 1st tree depth shift, then last_eb_blk ocfs2_shift_tree_depth()

Completed in 272 milliseconds