Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:last_blk

41 	blk_t		last_blk, first_free = 0;
67 last_blk = ext2fs_group_last_block(fs, last_grp);
70 if (ext2fs_get_free_blocks(fs, start_blk, last_blk, 1, bmap,
74 if (ext2fs_get_free_blocks(fs, first_free + offset, last_blk, size,
85 blk_t group_blk, start_blk, last_blk, new_blk, blk;
90 last_blk = ext2fs_group_last_block(fs, group);
109 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk,
115 (last_blk - start_blk + 1));
116 if (start_blk >= last_blk)
127 last_blk = ext2fs_group_last_block(fs, last_grp);
131 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
135 last_blk, 1, bmap, &new_blk);
155 last_blk = ext2fs_group_last_block(fs, last_grp);
159 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
163 last_blk, 1, bmap, &new_blk);
191 last_blk = ext2fs_group_last_block(fs, last_grp);
195 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk,