Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dnode.h356 if (f2fs_has_xattr_block(ofs)) in IS_DNODE()
H A Drecovery.c633 } else if (f2fs_has_xattr_block(ofs_of_node(page))) { in do_recover_data()
H A Dnode.c1374 if (f2fs_has_xattr_block(ofs)) in f2fs_new_node_page()
1466 !f2fs_has_xattr_block(ofs_of_node(page))) || in sanity_check_node_footer()
H A Df2fs.h2333 static inline bool f2fs_has_xattr_block(unsigned int ofs) in f2fs_has_xattr_block() function