Searched refs:ref_leaf_bh (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 883 struct buffer_head *ref_leaf_bh, in ocfs2_find_refcount_rec_in_rl() argument 890 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_find_refcount_rec_in_rl() 1076 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1134 &ref_leaf_bh); in ocfs2_get_refcount_rec() 1140 ocfs2_find_refcount_rec_in_rl(ci, ref_leaf_bh, cpos, len, in ocfs2_get_refcount_rec() 1142 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec() 1243 struct buffer_head *ref_leaf_bh, in ocfs2_change_refcount_rec() argument 1248 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_change_refcount_rec() 1252 ret = ocfs2_journal_access_rb(handle, ci, ref_leaf_bh, in ocfs2_change_refcount_rec() 1277 ocfs2_journal_dirty(handle, ref_leaf_bh); in ocfs2_change_refcount_rec() [all …]
|