Home
last modified time | relevance | path

Searched refs:last_blk (Results 1 – 4 of 4) 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
38 last_blk = ext2fs_group_last_block(fs, group); in ext2fs_allocate_group_table()
47 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk, 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()
60 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk, in ext2fs_allocate_group_table()
64 last_blk, 1, bmap, &new_blk); in ext2fs_allocate_group_table()
72 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk, in ext2fs_allocate_group_table()
76 last_blk, 1, bmap, &new_blk); in ext2fs_allocate_group_table()
87 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk, in ext2fs_allocate_group_table()
Dexpanddir.c36 static blk_t last_blk = 0; in expand_dir_proc() local
41 last_blk = *blocknr; in expand_dir_proc()
44 retval = ext2fs_new_block(fs, last_blk, 0, &new_blk); in expand_dir_proc()
Dmkjournal.c156 static blk_t last_blk = 0; in mkjournal_proc() local
160 last_blk = *blocknr; in mkjournal_proc()
163 retval = ext2fs_new_block(fs, last_blk, 0, &new_blk); in mkjournal_proc()
182 last_blk = new_blk; in mkjournal_proc()
/external/e2fsprogs/e2fsck/
Dpass3.c708 static blk_t last_blk = 0; in expand_dir_proc() local
721 last_blk = *blocknr; in expand_dir_proc()
724 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map, in expand_dir_proc()