last_eb_blk       956 fs/ocfs2/alloc.c 	u64 last_eb_blk = 0;
last_eb_blk       959 fs/ocfs2/alloc.c 	last_eb_blk = ocfs2_et_get_last_eb_blk(et);
last_eb_blk       961 fs/ocfs2/alloc.c 	if (last_eb_blk) {
last_eb_blk       962 fs/ocfs2/alloc.c 		retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk,
last_eb_blk       280 fs/ocfs2/extent_map.c 	u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk);
last_eb_blk       285 fs/ocfs2/extent_map.c 	ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);