Searched refs:blk_cnt (Results 1 – 2 of 2) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | fsck.c | 526 u32 x_nid, u32 *blk_cnt) in fsck_chk_xattr_blk() argument 545 *blk_cnt = *blk_cnt + 1; in fsck_chk_xattr_blk() 555 u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, in fsck_chk_node_blk() argument 570 fsck_chk_inode_blk(sbi, nid, ftype, node_blk, blk_cnt, cbc, in fsck_chk_node_blk() 579 blk_cnt, cbc, child, &ni); in fsck_chk_node_blk() 585 blk_cnt, cbc, child); in fsck_chk_node_blk() 591 blk_cnt, cbc, child); in fsck_chk_node_blk() 691 u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, in fsck_chk_inode_blk() argument 776 if (fsck_chk_xattr_blk(sbi, nid, i_xattr_nid, blk_cnt)) { in fsck_chk_inode_blk() 870 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() [all …]
|
D | main.c | 842 u32 blk_cnt; in do_fsck() local 890 blk_cnt = 1; in do_fsck() 903 F2FS_FT_DIR, TYPE_INODE, &blk_cnt, &cbc, NULL); in do_fsck()
|