Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dalloc_tables.c38 static blk64_t flexbg_offset(ext2_filsys fs, dgrp_t group, blk64_t start_blk, in flexbg_offset() argument
57 if (start_blk && start_blk < ext2fs_blocks_count(fs->super) && in flexbg_offset()
58 ext2fs_get_free_blocks2(fs, start_blk, start_blk + size, elem_size, in flexbg_offset()
62 start_blk = ext2fs_group_first_block2(fs, flexbg_size * flexbg); in flexbg_offset()
69 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size, in flexbg_offset()
73 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size, in flexbg_offset()
88 blk64_t group_blk, start_blk, last_blk, new_blk; in ext2fs_allocate_group_table() local
112 1, bmap, &start_blk); in ext2fs_allocate_group_table()
115 start_blk += fs->inode_blocks_per_group; in ext2fs_allocate_group_table()
116 start_blk += ((fs->stride * group) % in ext2fs_allocate_group_table()
[all …]
/third_party/f2fs-tools/tools/
Dfibmap.c49 __u32 start_blk; member
59 printf("%8d %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext()
192 ext.start_blk = blknum;
211 ext.start_blk = blknum;
/third_party/f2fs-tools/fsck/
Dmount.c622 block_t blkaddr, start_blk = 0, len = 0; in f2fs_ra_meta_pages() local
652 start_blk = blkaddr; in f2fs_ra_meta_pages()
654 } else if (start_blk + len == blkaddr) { in f2fs_ra_meta_pages()
657 dev_readahead(start_blk << F2FS_BLKSIZE_BITS, in f2fs_ra_meta_pages()
663 dev_readahead(start_blk << F2FS_BLKSIZE_BITS, in f2fs_ra_meta_pages()
1420 block_t start_blk; in f2fs_late_init_nid_bitmap() local
1438 start_blk = current_nat_addr(sbi, nid, NULL); in f2fs_late_init_nid_bitmap()
1439 ret = dev_read_block(nat_block, start_blk); in f2fs_late_init_nid_bitmap()
2301 unsigned int readed, start_blk = 0; in build_sit_entries() local
2310 readed = f2fs_ra_meta_pages(sbi, start_blk, MAX_RA_BLOCKS, in build_sit_entries()
[all …]
Dfsck.c1737 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node() local
1745 start_blk = __start_cp_addr(sbi) + 1 + get_sb(cp_payload); in fsck_chk_orphan_node()
1748 f2fs_ra_meta_pages(sbi, start_blk, orphan_blkaddr, META_CP); in fsck_chk_orphan_node()
1757 int ret = dev_read_block(orphan_blk, start_blk + i); in fsck_chk_orphan_node()
1792 ret = dev_write_block(new_blk, start_blk + i); in fsck_chk_orphan_node()
/third_party/e2fsprogs/misc/
Dtune2fs.c2331 blk64_t start_blk, end_blk; in get_move_bitmaps() local
2338 start_blk = ext2fs_inode_table_loc(fs, i) + in get_move_bitmaps()
2344 for (j = start_blk; j < end_blk; j++) { in get_move_bitmaps()
2363 needed_blocks += end_blk - start_blk; in get_move_bitmaps()
2386 blk64_t start_blk, end_blk; in ext2fs_is_block_in_group() local
2387 start_blk = fs->super->s_first_data_block + in ext2fs_is_block_in_group()
2393 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_is_block_in_group()
2394 if (blk >= start_blk && blk <= end_blk) in ext2fs_is_block_in_group()
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c667 __u32 start_blk; member
/third_party/e2fsprogs/doc/RelNotes/
Dv1.42.txt577 not being able to punch a single block (where start_blk == end_block).