Home
last modified time | relevance | path

Searched refs:start_blk (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c34 blk_t group_blk, start_blk, last_blk, new_blk, blk; in ext2fs_allocate_group_table() local
48 1, bmap, &start_blk); in ext2fs_allocate_group_table()
51 start_blk += fs->inode_blocks_per_group; in ext2fs_allocate_group_table()
52 start_blk += ((fs->stride * group) % in ext2fs_allocate_group_table()
53 (last_blk - start_blk + 1)); in ext2fs_allocate_group_table()
54 if (start_blk >= last_blk) in ext2fs_allocate_group_table()
55 start_blk = group_blk; in ext2fs_allocate_group_table()
57 start_blk = group_blk; in ext2fs_allocate_group_table()
60 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk, in ext2fs_allocate_group_table()
72 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk, in ext2fs_allocate_group_table()