Home
last modified time | relevance | path

Searched refs:is_xnode (Results 1 – 1 of 1) sorted by relevance

/linux/fs/f2fs/
H A Dnode.c1518 bool is_inode, is_xnode; in f2fs_sanity_check_node_footer() local
1524 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()