Lines Matching refs:ip_dyn_features
413 BUG_ON(!(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_get_refcount_block()
573 BUG_ON(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_create_refcount_tree()
647 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_create_refcount_tree()
648 di->i_dyn_features = cpu_to_le16(oi->ip_dyn_features); in ocfs2_create_refcount_tree()
711 BUG_ON(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_set_refcount_tree()
747 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_set_refcount_tree()
748 di->i_dyn_features = cpu_to_le16(oi->ip_dyn_features); in ocfs2_set_refcount_tree()
778 if (!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)) in ocfs2_remove_refcount_tree()
843 oi->ip_dyn_features &= ~OCFS2_HAS_REFCOUNT_FL; in ocfs2_remove_refcount_tree()
844 di->i_dyn_features = cpu_to_le16(oi->ip_dyn_features); in ocfs2_remove_refcount_tree()
944 if ((oi->ip_dyn_features & OCFS2_HAS_XATTR_FL) && di->i_xattr_loc) in ocfs2_try_remove_refcount_tree()
947 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL && in ocfs2_try_remove_refcount_tree()
2306 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_decrease_refcount()
2547 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_prepare_refcount_change_for_del()
3422 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_refcount_cow_hunk()
3636 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_refcount_cow_xattr()
3810 if (!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)) { in ocfs2_attach_refcount_tree()
3827 if (oi->ip_dyn_features & OCFS2_INLINE_DATA_FL) in ocfs2_attach_refcount_tree()
3860 if (oi->ip_dyn_features & OCFS2_HAS_XATTR_FL) { in ocfs2_attach_refcount_tree()
3959 BUG_ON(!(OCFS2_I(s_inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL)); in ocfs2_duplicate_inline_data()
3979 OCFS2_I(t_inode)->ip_dyn_features |= OCFS2_INLINE_DATA_FL; in ocfs2_duplicate_inline_data()
3980 t_di->i_dyn_features = cpu_to_le16(OCFS2_I(t_inode)->ip_dyn_features); in ocfs2_duplicate_inline_data()
4073 OCFS2_I(t_inode)->ip_dyn_features = OCFS2_I(s_inode)->ip_dyn_features; in ocfs2_complete_reflink()
4137 if (OCFS2_I(s_inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL) { in ocfs2_create_reflink_node()
4215 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_XATTR_FL) { in __ocfs2_reflink()