• Home
  • Raw
  • Download

Lines Matching refs:blk_cnt

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()
727 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk()
767 &child, (i_blocks == *blk_cnt), in fsck_chk_inode_blk()
771 *blk_cnt = *blk_cnt + 1; in fsck_chk_inode_blk()
798 ftype, ntype, blk_cnt, &child); in fsck_chk_inode_blk()
800 *blk_cnt = *blk_cnt + 1; in fsck_chk_inode_blk()
829 if (i_blocks != *blk_cnt) { in fsck_chk_inode_blk()
832 nid, i_blocks, *blk_cnt); in fsck_chk_inode_blk()
834 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk()
837 nid, i_blocks, *blk_cnt); in fsck_chk_inode_blk()
959 u32 *blk_cnt, struct child_info *child, struct node_info *ni) in fsck_chk_dnode_blk() argument
975 le64_to_cpu(inode->i_blocks) == *blk_cnt, ftype, in fsck_chk_dnode_blk()
979 *blk_cnt = *blk_cnt + 1; in fsck_chk_dnode_blk()
994 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk() argument
1005 ftype, TYPE_DIRECT_NODE, blk_cnt, child); in fsck_chk_idnode_blk()
1007 *blk_cnt = *blk_cnt + 1; in fsck_chk_idnode_blk()
1034 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk() argument
1045 ftype, TYPE_INDIRECT_NODE, blk_cnt, child); in fsck_chk_didnode_blk()
1047 *blk_cnt = *blk_cnt + 1; in fsck_chk_didnode_blk()
1287 u32 blk_cnt; in __chk_dentries() local
1424 blk_cnt = 1; in __chk_dentries()
1428 ftype, TYPE_INODE, &blk_cnt, child); in __chk_dentries()
1564 u32 blk_cnt = 0; in fsck_chk_orphan_node() local
1593 blk_cnt = 1; in fsck_chk_orphan_node()
1605 F2FS_FT_ORPHAN, TYPE_INODE, &blk_cnt, in fsck_chk_orphan_node()
1635 u32 blk_cnt = 0; in fsck_chk_quota_node() local
1644 blk_cnt = 1; in fsck_chk_quota_node()
1653 F2FS_FT_REG_FILE, TYPE_INODE, &blk_cnt, NULL); in fsck_chk_quota_node()