Home
last modified time | relevance | path

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

/fs/ocfs2/
Drefcounttree.c77 struct ocfs2_refcount_block *rb = in ocfs2_validate_refcount_block()
78 (struct ocfs2_refcount_block *)bh->b_data; in ocfs2_validate_refcount_block()
331 struct ocfs2_refcount_block *ref_rb; in ocfs2_get_refcount_tree()
366 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree()
453 struct ocfs2_refcount_block *rb; in ocfs2_lock_refcount_tree()
479 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree()
561 struct ocfs2_refcount_block *rb; in ocfs2_create_refcount_tree()
623 rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_create_refcount_tree()
702 struct ocfs2_refcount_block *rb; in ocfs2_set_refcount_tree()
735 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_set_refcount_tree()
[all …]
Docfs2_fs.h942 struct ocfs2_refcount_block { struct
1419 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
1429 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()
Dalloc.c386 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_fill_root_el()
394 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_set_last_eb_blk()
401 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_get_last_eb_blk()
409 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_update_clusters()
Dxattr.c6289 struct ocfs2_refcount_block *rb = in ocfs2_reflink_lock_xattr_allocators()
6290 (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_reflink_lock_xattr_allocators()
6757 struct ocfs2_refcount_block *rb; in ocfs2_lock_reflink_xattr_rec_allocators()
6781 rb = (struct ocfs2_refcount_block *)args->reflink->ref_root_bh->b_data; in ocfs2_lock_reflink_xattr_rec_allocators()
Djournal.c586 .ot_offset = offsetof(struct ocfs2_refcount_block, rf_check),