Home
last modified time | relevance | path

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

/external/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 …]
/external/ltp/testcases/kernel/io/disktest/
Dparse.c659 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 …]
Dmain.h216 OFF_T start_blk; /* starting transfer block */ member
Dchildmain.c289 if (args->start_blk == args->stop_blk) { /* diskcache test */ in get_next_action()
/external/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;
/external/f2fs-tools/fsck/
Dmount.c628 block_t blkaddr, start_blk = 0, len = 0; in f2fs_ra_meta_pages() local
658 start_blk = blkaddr; in f2fs_ra_meta_pages()
660 } else if (start_blk + len == blkaddr) { in f2fs_ra_meta_pages()
663 dev_readahead(start_blk << F2FS_BLKSIZE_BITS, in f2fs_ra_meta_pages()
669 dev_readahead(start_blk << F2FS_BLKSIZE_BITS, in f2fs_ra_meta_pages()
1467 block_t start_blk; in f2fs_late_init_nid_bitmap() local
1485 start_blk = current_nat_addr(sbi, nid, NULL); in f2fs_late_init_nid_bitmap()
1486 ret = dev_read_block(nat_block, start_blk); in f2fs_late_init_nid_bitmap()
2352 unsigned int readed, start_blk = 0; in build_sit_entries() local
2361 readed = f2fs_ra_meta_pages(sbi, start_blk, MAX_RA_BLOCKS, in build_sit_entries()
[all …]
Dfsck.c1891 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node() local
1899 start_blk = __start_cp_addr(sbi) + 1 + get_sb(cp_payload); in fsck_chk_orphan_node()
1902 f2fs_ra_meta_pages(sbi, start_blk, orphan_blkaddr, META_CP); in fsck_chk_orphan_node()
1911 int ret = dev_read_block(orphan_blk, start_blk + i); in fsck_chk_orphan_node()
1951 ret = dev_write_block(new_blk, start_blk + i); in fsck_chk_orphan_node()
/external/e2fsprogs/misc/
Dtune2fs.c2325 blk64_t start_blk, end_blk; in get_move_bitmaps() local
2332 start_blk = ext2fs_inode_table_loc(fs, i) + in get_move_bitmaps()
2338 for (j = start_blk; j < end_blk; j++) { in get_move_bitmaps()
2357 needed_blocks += end_blk - start_blk; in get_move_bitmaps()
2380 blk64_t start_blk, end_blk; in ext2fs_is_block_in_group() local
2381 start_blk = fs->super->s_first_data_block + in ext2fs_is_block_in_group()
2387 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_is_block_in_group()
2388 if (blk >= start_blk && blk <= end_blk) in ext2fs_is_block_in_group()
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt577 not being able to punch a single block (where start_blk == end_block).
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h76276 ext4_fsblk_t start_blk; member
Dvmlinux.h76276 ext4_fsblk_t start_blk; member
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h47029 ext4_fsblk_t start_blk; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h42693 ext4_fsblk_t start_blk; member
Dvmlinux_510.h42693 ext4_fsblk_t start_blk; member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h46583 ext4_fsblk_t start_blk; member
Dvmlinux_505.h46583 ext4_fsblk_t start_blk; member