Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dnode.h351 if (f2fs_has_xattr_block(ofs)) in IS_DNODE()
Drecovery.c598 } else if (f2fs_has_xattr_block(ofs_of_node(page))) { in do_recover_data()
Dnode.c1318 if (f2fs_has_xattr_block(ofs)) in f2fs_new_node_page()
Df2fs.h2282 static inline bool f2fs_has_xattr_block(unsigned int ofs) in f2fs_has_xattr_block() function