Lines Matching refs:blk64_t
58 blk64_t cluster;
86 static int process_pass1b_block(ext2_filsys fs, blk64_t *blocknr,
87 e2_blkcnt_t blockcnt, blk64_t ref_blk,
93 static int check_if_fs_block(e2fsck_t ctx, blk64_t test_block);
94 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster);
120 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk64_t cluster, in add_dupe()
254 blk64_t next; in e2fsck_pass1_dupblocks()
282 blk64_t cur_cluster, phys_cluster;
283 blk64_t last_blk;
351 blk64_t blk = ext2fs_file_acl_block(fs, EXT2_INODE(&inode)); in pass1b()
375 blk64_t *block_nr, in process_pass1b_block()
377 blk64_t ref_blk EXT2FS_ATTR((unused)), in process_pass1b_block()
383 blk64_t lc, pc; in process_pass1b_block()
629 static void decrement_badcount(e2fsck_t ctx, blk64_t block, in decrement_badcount()
642 blk64_t *block_nr, in delete_file_block()
644 blk64_t ref_block EXT2FS_ATTR((unused)), in delete_file_block()
652 blk64_t c, lc; in delete_file_block()
719 blk64_t file_acl_block = ext2fs_file_acl_block(fs, in delete_file()
754 blk64_t dup_cluster;
755 blk64_t alloc_block;
762 blk64_t save_blocknr;
785 blk64_t *block_nr, in clone_file_block()
787 blk64_t ref_block EXT2FS_ATTR((unused)), in clone_file_block()
792 blk64_t new_block; in clone_file_block()
797 blk64_t c; in clone_file_block()
915 blk64_t blk, new_blk; in clone_file()
1017 static int check_if_fs_block(e2fsck_t ctx, blk64_t test_block) in check_if_fs_block()
1020 blk64_t first_block; in check_if_fs_block()
1054 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster) in check_if_fs_cluster()
1057 blk64_t first_block; in check_if_fs_cluster()