Lines Matching refs:f2fs_node
212 struct f2fs_node *node_blk = NULL; in is_valid_summary()
217 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in is_valid_summary()
358 struct f2fs_node *node_blk, in sanity_check_nid()
468 static int sanity_check_inode(struct f2fs_sb_info *sbi, struct f2fs_node *node) in sanity_check_inode()
490 struct f2fs_node *node_blk = NULL; in fsck_chk_xattr_blk()
497 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fsck_chk_xattr_blk()
520 struct f2fs_node *node_blk = NULL; in fsck_chk_node_blk()
522 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fsck_chk_node_blk()
626 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk()
958 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk()
994 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk()
1034 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk()
1454 struct f2fs_node *node_blk, struct child_info *child) in fsck_chk_inline_dentries()
1854 struct f2fs_node *node_blk = NULL; in fix_hard_links()
1861 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fix_hard_links()