Home
last modified time | relevance | path

Searched refs:rf_generation (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/ocfs2/
Drefcounttree.h23 u32 rf_generation; member
Drefcounttree.c374 new->rf_generation = le32_to_cpu(ref_rb->rf_generation); in ocfs2_get_refcount_tree()
376 new->rf_generation); in ocfs2_get_refcount_tree()
497 if (tree->rf_generation != le32_to_cpu(rb->rf_generation)) { in ocfs2_lock_refcount_tree()
638 rb->rf_generation = osb->s_next_generation++; in ocfs2_create_refcount_tree()
657 new_tree->rf_generation = le32_to_cpu(rb->rf_generation); in ocfs2_create_refcount_tree()
659 new_tree->rf_generation); in ocfs2_create_refcount_tree()
670 BUG_ON(tree && tree->rf_generation == new_tree->rf_generation); in ocfs2_create_refcount_tree()
1591 new_rb->rf_generation = root_rb->rf_generation; in ocfs2_new_leaf_refcount_block()
Docfs2_fs.h989 /*40*/ __le32 rf_generation; /* generation number. all be the same member