Searched refs:blk_cnt (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.c | 488 u32 x_nid, u32 *blk_cnt) in fsck_chk_xattr_blk() argument 507 *blk_cnt = *blk_cnt + 1; in fsck_chk_xattr_blk() 517 u32 *blk_cnt, struct child_info *child) in fsck_chk_node_blk() argument 533 fsck_chk_inode_blk(sbi, nid, ftype, node_blk, blk_cnt, &ni, child); in fsck_chk_node_blk() 541 blk_cnt, child, &ni); in fsck_chk_node_blk() 547 blk_cnt, child); in fsck_chk_node_blk() 553 blk_cnt, child); in fsck_chk_node_blk() 627 u32 *blk_cnt, struct node_info *ni, struct child_info *child_d) in fsck_chk_inode_blk() argument 684 le32_to_cpu(node_blk->i.i_xattr_nid), blk_cnt) && in fsck_chk_inode_blk() 702 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() [all …]
|
D | main.c | 514 u32 blk_cnt; in do_fsck() local 555 blk_cnt = 1; in do_fsck() 566 F2FS_FT_DIR, TYPE_INODE, &blk_cnt, NULL); in do_fsck()
|
/external/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 208 blk64_t blk_cnt; in read_bitmaps() local 274 blk_cnt = EXT2_GROUPS_TO_CLUSTERS(fs->super, in read_bitmaps() 282 if (cnt > blk_cnt) in read_bitmaps() 283 cnt = blk_cnt; in read_bitmaps() 289 blk_cnt -= fs->blocksize << 3; in read_bitmaps()
|