Lines Matching refs:f2fs_node
226 struct f2fs_node *node_blk = NULL; in is_valid_summary()
231 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in is_valid_summary()
390 struct f2fs_node *node_blk, in sanity_check_nid()
518 struct f2fs_node *node_blk, in fsck_sanity_check_nid()
528 struct f2fs_node *node_blk = NULL; in fsck_chk_xattr_blk()
535 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fsck_chk_xattr_blk()
559 struct f2fs_node *node_blk = NULL; in fsck_chk_node_blk()
561 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fsck_chk_node_blk()
677 struct f2fs_node *node_blk) in fsck_reada_all_direct_node_blocks()
690 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk()
1197 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk()
1262 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk()
1305 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk()
1753 struct f2fs_node *node_blk, struct child_info *child) in fsck_chk_inline_dentries()
2220 struct f2fs_node *node_blk = NULL; in fix_hard_links()
2227 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fix_hard_links()
2623 static struct f2fs_node *fsck_get_lpf(struct f2fs_sb_info *sbi) in fsck_get_lpf()
2625 struct f2fs_node *node; in fsck_get_lpf()
2685 struct f2fs_node *lpf, in fsck_do_reconnect_file()
2686 struct f2fs_node *fnode) in fsck_do_reconnect_file()
2729 struct f2fs_node *node; in fsck_failed_reconnect_file_dnode()
2762 struct f2fs_node *node; in fsck_failed_reconnect_file_idnode()
2792 struct f2fs_node *node; in fsck_failed_reconnect_file_didnode()
2826 struct f2fs_node *node; in fsck_failed_reconnect_file()
2902 struct f2fs_node *lpf_node, *node; in fsck_reconnect_file()