Searched refs:start_blk (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/tools/ |
D | fibmap.c | 51 __u32 start_blk; member 61 printf("%8llu %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext() 194 ext.start_blk = blknum; 213 ext.start_blk = blknum;
|
/third_party/f2fs-tools/fsck/ |
D | mount.c | 693 block_t blkaddr, start_blk = 0, len = 0; in f2fs_ra_meta_pages() local 723 start_blk = blkaddr; in f2fs_ra_meta_pages() 725 } else if (start_blk + len == blkaddr) { in f2fs_ra_meta_pages() 728 dev_readahead(start_blk << F2FS_BLKSIZE_BITS, in f2fs_ra_meta_pages() 734 dev_readahead(start_blk << F2FS_BLKSIZE_BITS, in f2fs_ra_meta_pages() 1565 block_t start_blk; in f2fs_late_init_nid_bitmap() local 1583 start_blk = current_nat_addr(sbi, nid, NULL); in f2fs_late_init_nid_bitmap() 1584 ret = dev_read_block(nat_block, start_blk); in f2fs_late_init_nid_bitmap() 2450 unsigned int readed, start_blk = 0; in build_sit_entries() local 2459 readed = f2fs_ra_meta_pages(sbi, start_blk, MAX_RA_BLOCKS, in build_sit_entries() [all …]
|
D | fsck.c | 1897 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node() local 1905 start_blk = __start_cp_addr(sbi) + 1 + get_sb(cp_payload); in fsck_chk_orphan_node() 1908 f2fs_ra_meta_pages(sbi, start_blk, orphan_blkaddr, META_CP); in fsck_chk_orphan_node() 1917 int ret = dev_read_block(orphan_blk, start_blk + i); in fsck_chk_orphan_node() 1957 ret = dev_write_block(new_blk, start_blk + i); in fsck_chk_orphan_node()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 47029 ext4_fsblk_t start_blk; member
|