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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dextent_map.c293 u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk); local
298 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);
H A Dalloc.c77 * last_eb_blk is the block number of the right most leaf extent
967 u64 last_eb_blk = 0; local
972 last_eb_blk = ocfs2_et_get_last_eb_blk(et);
974 if (last_eb_blk) {
975 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk,
1406 /* If this is our 1st tree depth shift, then last_eb_blk
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dextent_map.c293 u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk); local
298 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);
H A Dalloc.c77 * last_eb_blk is the block number of the right most leaf extent
967 u64 last_eb_blk = 0; local
972 last_eb_blk = ocfs2_et_get_last_eb_blk(et);
974 if (last_eb_blk) {
975 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk,
1406 /* If this is our 1st tree depth shift, then last_eb_blk

Completed in 117 milliseconds