Searched refs:last_eb (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c2265 * Ok, so we can simply compare against last_eb to figure out
2952 /* we have no tree, so of course, no last_eb. */
3258 struct ocfs2_extent_block *last_eb = NULL; local
3290 last_eb = (struct ocfs2_extent_block *) last_eb_bh->b_data;
3324 } else if (last_eb)
3325 fe->i_last_eb_blk = last_eb->h_blkno;
3333 if (last_eb) {
3337 last_eb->h_next_leaf_blk = 0;

Completed in 55 milliseconds