Searched refs:ref_leaf_bh (Results 1 – 1 of 1) sorted by relevance
/fs/ocfs2/ |
D | refcounttree.c | 877 struct buffer_head *ref_leaf_bh, in ocfs2_find_refcount_rec_in_rl() argument 884 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_find_refcount_rec_in_rl() 1070 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1128 &ref_leaf_bh); in ocfs2_get_refcount_rec() 1134 ocfs2_find_refcount_rec_in_rl(ci, ref_leaf_bh, cpos, len, in ocfs2_get_refcount_rec() 1136 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec() 1237 struct buffer_head *ref_leaf_bh, in ocfs2_change_refcount_rec() argument 1242 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_change_refcount_rec() 1246 ret = ocfs2_journal_access_rb(handle, ci, ref_leaf_bh, in ocfs2_change_refcount_rec() 1271 ocfs2_journal_dirty(handle, ref_leaf_bh); in ocfs2_change_refcount_rec() [all …]
|