Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Drefcounttree.c415 BUG_ON(!(OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_get_refcount_block()
575 BUG_ON(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_create_refcount_tree()
649 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_create_refcount_tree()
713 BUG_ON(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_set_refcount_tree()
749 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_set_refcount_tree()
780 if (!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)) in ocfs2_remove_refcount_tree()
845 oi->ip_dyn_features &= ~OCFS2_HAS_REFCOUNT_FL; in ocfs2_remove_refcount_tree()
2312 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_decrease_refcount()
2557 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_prepare_refcount_change_for_del()
3440 BUG_ON(!(oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_refcount_cow_hunk()
[all …]
Dmove_extents.c242 OCFS2_HAS_REFCOUNT_FL)); in ocfs2_defrag_extent()
588 OCFS2_HAS_REFCOUNT_FL)); in ocfs2_move_extent()
Dfile.c1029 BUG_ON(!di_bh && (oi->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL)); in ocfs2_extend_no_holes()
1724 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) { in ocfs2_remove_inode_range()
2041 !(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.c2565 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL) { in ocfs2_xattr_remove()
3596 if (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL && in ocfs2_xattr_set()
Dalloc.c5674 OCFS2_HAS_REFCOUNT_FL)); in ocfs2_remove_btree_range()