Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:last_blk

42 	blk64_t		last_blk, first_free = 0;
64 last_blk = ext2fs_group_last_block2(fs, last_grp);
67 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size,
71 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size,
75 if (ext2fs_get_free_blocks2(fs, 0, last_blk, elem_size, bmap,
87 blk64_t group_blk, start_blk, last_blk, new_blk, blk;
92 last_blk = ext2fs_group_last_block2(fs, group);
111 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk,
117 (last_blk - start_blk + 1));
118 if (start_blk >= last_blk)
130 last_blk = ext2fs_group_last_block2(fs, last_grp);
134 retval = ext2fs_get_free_blocks2(fs, start_blk, last_blk,
138 last_blk, 1, bmap, &new_blk);
161 last_blk = ext2fs_group_last_block2(fs, last_grp);
165 retval = ext2fs_get_free_blocks2(fs, start_blk, last_blk,
169 last_blk, 1, bmap, &new_blk);
198 last_blk = ext2fs_group_last_block2(fs, last_grp);
202 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk,