Searched refs:is_xnode (Results 1 – 1 of 1) sorted by relevance
1533 bool is_inode, is_xnode; in f2fs_sanity_check_node_footer() local1539 is_xnode = f2fs_has_xattr_block(ofs_of_node(folio)); in f2fs_sanity_check_node_footer()1543 if (is_inode && is_xnode) in f2fs_sanity_check_node_footer()1547 if (!is_inode || is_xnode) in f2fs_sanity_check_node_footer()1551 if (is_inode || !is_xnode) in f2fs_sanity_check_node_footer()1559 if (is_inode || is_xnode) in f2fs_sanity_check_node_footer()