Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dinode.h187 return (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_is_refcount_inode()
Docfs2_fs.h251 #define OCFS2_HAS_REFCOUNT_FL (0x0010) macro
Dinode.c941 if (di->i_dyn_features & cpu_to_le16(OCFS2_HAS_REFCOUNT_FL)) { in ocfs2_query_inode_wipe()
Drefcounttree.c647 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_create_refcount_tree()
747 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_set_refcount_tree()
843 oi->ip_dyn_features &= ~OCFS2_HAS_REFCOUNT_FL; in ocfs2_remove_refcount_tree()