Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c42 blk64_t last_blk, first_free = 0; in flexbg_offset() local
64 last_blk = ext2fs_group_last_block2(fs, last_grp); in flexbg_offset()
67 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size, in flexbg_offset()
71 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size, in flexbg_offset()
75 if (ext2fs_get_free_blocks2(fs, 0, last_blk, elem_size, bmap, in flexbg_offset()
87 blk64_t group_blk, start_blk, last_blk, new_blk, blk; in ext2fs_allocate_group_table() local
92 last_blk = ext2fs_group_last_block2(fs, group); in ext2fs_allocate_group_table()
111 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk, in ext2fs_allocate_group_table()
117 (last_blk - start_blk + 1)); in ext2fs_allocate_group_table()
118 if (start_blk >= last_blk) in ext2fs_allocate_group_table()
[all …]
/external/e2fsprogs/e2fsck/
Dpass3.c699 static blk64_t last_blk = 0; in expand_dir_proc() local
712 last_blk = *blocknr; in expand_dir_proc()
717 (EXT2FS_B2C(fs, last_blk) == EXT2FS_B2C(fs, last_blk + 1))) in expand_dir_proc()
718 new_blk = last_blk + 1; in expand_dir_proc()
720 last_blk &= ~EXT2FS_CLUSTER_MASK(fs); in expand_dir_proc()
721 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc()
730 last_blk = new_blk; in expand_dir_proc()
/external/f2fs-tools/fsck/
Dfsck.c627 int max, int idx, int last_blk) in print_dentry() argument
642 if (bit_offset >= max && last_blk) in print_dentry()
670 int max, int last_blk) in __chk_dentries() argument
763 dentry, max, i, last_blk); in __chk_dentries()
823 u32 *child_cnt, u32 *child_files, int last_blk) in fsck_chk_dentry_blk() argument
839 NR_DENTRY_IN_BLOCK, last_blk); in fsck_chk_dentry_blk()
858 u32 *child_cnt, u32 *child_files, int last_blk, in fsck_chk_data_blk() argument
894 child_files, last_blk); in fsck_chk_data_blk()