Searched defs:last_blk (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c131 blk64_t last_blk = ext2fs_group_last_block2(fs, group); local
134 if (blk + num > last_blk)
135 n = last_blk - blk + 1;
H A Dalloc_tables.c43 blk64_t last_blk, first_free = 0; local
66 last_blk = ext2fs_group_last_block2(fs, last_grp);
69 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size,
73 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size,
77 if (ext2fs_get_free_blocks2(fs, 0, last_blk, elem_size, bmap,
88 blk64_t group_blk, start_blk, last_blk, new_blk; local
93 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)
[all...]
/external/e2fsprogs/contrib/android/
H A Dext2simg.c115 blk_t first_blk, last_blk, nb_blk, cur_blk; local
126 last_blk = ext2fs_get_block_bitmap_end2(fs->block_map);
127 nb_blk = last_blk - first_blk + 1;
144 for (cur_blk = first_blk; cur_blk <= last_blk; ++cur_blk) {
/external/e2fsprogs/e2fsck/
H A Dpass3.c795 static blk64_t last_blk = 0; local
808 last_blk = *blocknr;
813 (EXT2FS_B2C(fs, last_blk) == EXT2FS_B2C(fs, last_blk + 1)))
814 new_blk = last_blk + 1;
816 last_blk &= ~EXT2FS_CLUSTER_MASK(fs);
817 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map,
826 last_blk = new_blk;
H A Dpass1b.c265 blk64_t last_blk; member in struct:process_block_struct
322 pb.last_blk = 0;
380 if (p->last_blk + 1 != *block_nr) {
381 if (p->last_blk) {
390 p->last_blk = *block_nr;
/external/e2fsprogs/misc/
H A Dmk_hugefiles.c352 blk64_t last_blk = ext2fs_blocks_count(fs->super) - 1; local
356 blk, last_blk, &blk);
361 blk, last_blk, &next);
363 next = last_blk;
/external/f2fs-tools/fsck/
H A Dfsck.c627 int max, int idx, int last_blk)
642 if (bit_offset >= max && last_blk)
670 int max, int last_blk)
763 dentry, max, i, last_blk);
823 u32 *child_cnt, u32 *child_files, int last_blk)
839 NR_DENTRY_IN_BLOCK, last_blk);
858 u32 *child_cnt, u32 *child_files, int last_blk,
894 child_files, last_blk);
624 print_dentry(__u32 depth, __u8 *name, unsigned long *bitmap, struct f2fs_dir_entry *dentry, int max, int idx, int last_blk) argument
665 __chk_dentries(struct f2fs_sb_info *sbi, u32 *child_cnt, u32* child_files, unsigned long *bitmap, struct f2fs_dir_entry *dentry, __u8 (*filenames)[F2FS_SLOT_LEN], int max, int last_blk) argument
822 fsck_chk_dentry_blk(struct f2fs_sb_info *sbi, u32 blk_addr, u32 *child_cnt, u32 *child_files, int last_blk) argument
857 fsck_chk_data_blk(struct f2fs_sb_info *sbi, u32 blk_addr, u32 *child_cnt, u32 *child_files, int last_blk, enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver) argument

Completed in 1263 milliseconds