/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 38 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 …]
|
/external/ltp/testcases/kernel/io/disktest/ |
D | parse.c | 659 args->start_blk = in fill_cld_args() 662 args->start_blk <<= 10; in fill_cld_args() 665 args->start_blk *= 1000; in fill_cld_args() 668 args->start_blk <<= 20; in fill_cld_args() 671 args->start_blk *= 1000000; in fill_cld_args() 674 args->start_blk <<= 30; in fill_cld_args() 677 args->start_blk *= 1000000000; in fill_cld_args() 703 args->start_blk = in fill_cld_args() 706 args->start_blk <<= 10; in fill_cld_args() 708 args->start_blk *= 1000; in fill_cld_args() [all …]
|
D | main.h | 215 OFF_T start_blk; /* starting transfer block */ member
|
D | childmain.c | 289 if (args->start_blk == args->stop_blk) { /* diskcache test */ in get_next_action()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 20 __u32 start_blk; member 30 printf("%8d %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext() 137 ext.start_blk = blknum; in main() 156 ext.start_blk = blknum; in main()
|
/external/syslinux/core/fs/ntfs/ |
D | ntfs.c | 197 uint64_t start_blk = 0; in ntfs_mft_record_lookup_any() local 213 mrec = NTFS_SB(fs)->mft_record_lookup(fs, 0, &start_blk); in ntfs_mft_record_lookup_any() 426 uint64_t start_blk = 0; in ntfs_attr_list_lookup() local 514 &start_blk); in ntfs_attr_list_lookup() 613 uint64_t start_blk = 0; in index_inode_setup() local 625 mrec = NTFS_SB(fs)->mft_record_lookup(fs, mft_no, &start_blk); in index_inode_setup() 636 NTFS_PVT(inode)->start_cluster = start_blk >> NTFS_SB(fs)->clust_shift; in index_inode_setup() 637 NTFS_PVT(inode)->here = start_blk; in index_inode_setup() 1228 uint64_t start_blk; in ntfs_iget_root() local 1238 start_blk = 0; in ntfs_iget_root() [all …]
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 2081 blk64_t start_blk, end_blk; in get_move_bitmaps() local 2088 start_blk = ext2fs_inode_table_loc(fs, i) + in get_move_bitmaps() 2094 for (j = start_blk; j < end_blk; j++) { in get_move_bitmaps() 2113 needed_blocks += end_blk - start_blk; in get_move_bitmaps() 2136 blk64_t start_blk, end_blk; in ext2fs_is_block_in_group() local 2137 start_blk = fs->super->s_first_data_block + in ext2fs_is_block_in_group() 2143 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_is_block_in_group() 2144 if (blk >= start_blk && blk <= end_blk) in ext2fs_is_block_in_group()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 1465 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node() local 1473 start_blk = __start_cp_addr(sbi) + 1 + get_sb(cp_payload); in fsck_chk_orphan_node() 1483 int ret = dev_read_block(orphan_blk, start_blk + i); in fsck_chk_orphan_node() 1518 ret = dev_write_block(new_blk, start_blk + i); in fsck_chk_orphan_node()
|
D | mount.c | 721 block_t start_blk; in f2fs_init_nid_bitmap() local 741 start_blk = current_nat_addr(sbi, nid); in f2fs_init_nid_bitmap() 742 ret = dev_read_block((void *)&nat_block, start_blk); in f2fs_init_nid_bitmap()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 994 not being able to punch a single block (where start_blk == end_block).
|