rf_flags          477 fs/dlm/dlm_internal.h 	__le32			rf_flags;
rf_flags          957 fs/ocfs2/ocfs2_fs.h 	__le32 rf_flags;		/* See the flags above */
rf_flags         1073 fs/ocfs2/refcounttree.c 	if (!(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)) {
rf_flags         1334 fs/ocfs2/refcounttree.c 	new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
rf_flags         1345 fs/ocfs2/refcounttree.c 	root_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_TREE_FL);
rf_flags         1529 fs/ocfs2/refcounttree.c 	BUG_ON(!(le32_to_cpu(root_rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL));
rf_flags         1578 fs/ocfs2/refcounttree.c 	new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
rf_flags         1664 fs/ocfs2/refcounttree.c 	if (!(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL))
rf_flags         1748 fs/ocfs2/refcounttree.c 	BUG_ON(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL);
rf_flags         1840 fs/ocfs2/refcounttree.c 	BUG_ON(le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL);
rf_flags         2137 fs/ocfs2/refcounttree.c 		rb->rf_flags = 0;
rf_flags         2485 fs/ocfs2/refcounttree.c 	if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL) {
rf_flags         3601 fs/ocfs2/refcounttree.c 	if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)
rf_flags         6313 fs/ocfs2/xattr.c 	if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)
rf_flags         6788 fs/ocfs2/xattr.c 	if (le32_to_cpu(rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)