Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:last_blk

34 	blk_t		group_blk, start_blk, last_blk, new_blk, blk;
38 last_blk = ext2fs_group_last_block(fs, group);
47 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk,
53 (last_blk - start_blk + 1));
54 if (start_blk >= last_blk)
60 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
64 last_blk, 1, bmap, &new_blk);
72 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
76 last_blk, 1, bmap, &new_blk);
87 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk,