Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c1081 if (!(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)) { in ocfs2_get_refcount_rec()
1342 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_expand_inline_ref_root()
1353 root_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_TREE_FL); in ocfs2_expand_inline_ref_root()
1537 BUG_ON(!(le32_to_cpu(root_rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)); in ocfs2_new_leaf_refcount_block()
1586 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_new_leaf_refcount_block()
1672 if (!(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)) in ocfs2_adjust_refcount_rec()
1756 BUG_ON(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL); in ocfs2_insert_refcount_rec()
1848 BUG_ON(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL); in ocfs2_split_refcount_rec()
2145 rb->rf_flags = 0; in ocfs2_remove_refcount_extent()
2493 if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL) { in ocfs2_calc_refcount_meta_credits()
[all …]
Docfs2_fs.h996 __le32 rf_flags; /* See the flags above */ member
Dxattr.c6321 if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL) in ocfs2_reflink_lock_xattr_allocators()
6796 if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL) in ocfs2_lock_reflink_xattr_rec_allocators()
/linux-4.19.296/fs/dlm/
Ddlm_internal.h478 __le32 rf_flags; member