Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Drefcounttree.c76 struct ocfs2_refcount_block *rb = in ocfs2_validate_refcount_block()
77 (struct ocfs2_refcount_block *)bh->b_data; in ocfs2_validate_refcount_block()
330 struct ocfs2_refcount_block *ref_rb; in ocfs2_get_refcount_tree()
365 ref_rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_get_refcount_tree()
452 struct ocfs2_refcount_block *rb; in ocfs2_lock_refcount_tree()
478 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_lock_refcount_tree()
560 struct ocfs2_refcount_block *rb; in ocfs2_create_refcount_tree()
622 rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_create_refcount_tree()
701 struct ocfs2_refcount_block *rb; in ocfs2_set_refcount_tree()
734 rb = (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_set_refcount_tree()
[all …]
Docfs2_fs.h941 struct ocfs2_refcount_block { struct
1418 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
1428 offsetof(struct ocfs2_refcount_block, rf_records.rl_recs); in ocfs2_refcount_recs_per_rb()
Dalloc.c384 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_fill_root_el()
392 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_set_last_eb_blk()
399 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_get_last_eb_blk()
407 struct ocfs2_refcount_block *rb = et->et_object; in ocfs2_refcount_tree_update_clusters()
Dxattr.c6282 struct ocfs2_refcount_block *rb = in ocfs2_reflink_lock_xattr_allocators()
6283 (struct ocfs2_refcount_block *)ref_root_bh->b_data; in ocfs2_reflink_lock_xattr_allocators()
6741 struct ocfs2_refcount_block *rb; in ocfs2_lock_reflink_xattr_rec_allocators()
6765 rb = (struct ocfs2_refcount_block *)args->reflink->ref_root_bh->b_data; in ocfs2_lock_reflink_xattr_rec_allocators()
Djournal.c591 ot->ot_offset = offsetof(struct ocfs2_refcount_block, rf_check); in ocfs2_setup_csum_triggers()