Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Drefcounttree.c413 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()
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()
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()
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()
[all …]
Dmove_extents.c240 OCFS2_HAS_REFCOUNT_FL)); in ocfs2_defrag_extent()
586 OCFS2_HAS_REFCOUNT_FL)); in ocfs2_move_extent()
Dfile.c1033 BUG_ON(!di_bh && (oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_extend_no_holes()
1738 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) { in ocfs2_remove_inode_range()
2055 !(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) || in ocfs2_check_range_for_refcount()
Docfs2_fs.h252 #define OCFS2_HAS_REFCOUNT_FL (0x0010) macro
Dinode.c902 if (di->i_dyn_features & cpu_to_le16(OCFS2_HAS_REFCOUNT_FL)) { in ocfs2_query_inode_wipe()
Dxattr.c2559 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) { in ocfs2_xattr_remove()
3590 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL && in ocfs2_xattr_set()
Dalloc.c5692 OCFS2_HAS_REFCOUNT_FL)); in ocfs2_remove_btree_range()