Searched refs:is_xnode (Results 1 – 1 of 1) sorted by relevance
1518 bool is_inode, is_xnode; in f2fs_sanity_check_node_footer() local1524 is_xnode = f2fs_has_xattr_block(ofs_of_node(folio)); in f2fs_sanity_check_node_footer()1528 if (is_inode && is_xnode) in f2fs_sanity_check_node_footer()1532 if (!is_inode || is_xnode) in f2fs_sanity_check_node_footer()1536 if (is_inode || !is_xnode) in f2fs_sanity_check_node_footer()