Home
last modified time | relevance | path

Searched refs:ocfs2_refcount_block (Results 1 – 5 of 5) sorted by relevance

/fs/ocfs2/
Drefcounttree.c85 struct ocfs2_refcount_block *rb = in ocfs2_validate_refcount_block()
86 (struct ocfs2_refcount_block *)bh->b_data; in ocfs2_validate_refcount_block()
337 struct ocfs2_refcount_block *ref_rb; in ocfs2_get_refcount_tree()
372 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree()
459 struct ocfs2_refcount_block *rb; in ocfs2_lock_refcount_tree()
485 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree()
567 struct ocfs2_refcount_block *rb; in ocfs2_create_refcount_tree()
629 rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_create_refcount_tree()
708 struct ocfs2_refcount_block *rb; in ocfs2_set_refcount_tree()
741 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_set_refcount_tree()
[all …]
Docfs2_fs.h981 struct ocfs2_refcount_block { struct
1458 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
1468 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()
Dalloc.c393 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_fill_root_el()
401 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_set_last_eb_blk()
408 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_get_last_eb_blk()
416 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_update_clusters()
Dxattr.c6296 struct ocfs2_refcount_block *rb = in ocfs2_reflink_lock_xattr_allocators()
6297 (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_reflink_lock_xattr_allocators()
6764 struct ocfs2_refcount_block *rb; in ocfs2_lock_reflink_xattr_rec_allocators()
6788 rb = (struct ocfs2_refcount_block *)args->reflink->ref_root_bh->b_data; in ocfs2_lock_reflink_xattr_rec_allocators()
Djournal.c600 .ot_offset = offsetof(struct ocfs2_refcount_block, rf_check),