Searched refs:ref_leaf_bh (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/ocfs2/ |
D | refcounttree.c | 880 struct buffer_head *ref_leaf_bh, in ocfs2_find_refcount_rec_in_rl() argument 887 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_find_refcount_rec_in_rl() 1073 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1133 &ref_leaf_bh); in ocfs2_get_refcount_rec() 1139 ocfs2_find_refcount_rec_in_rl(ci, ref_leaf_bh, cpos, len, in ocfs2_get_refcount_rec() 1141 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec() 1242 struct buffer_head *ref_leaf_bh, in ocfs2_change_refcount_rec() argument 1247 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_change_refcount_rec() 1251 ret = ocfs2_journal_access_rb(handle, ci, ref_leaf_bh, in ocfs2_change_refcount_rec() 1276 ocfs2_journal_dirty(handle, ref_leaf_bh); in ocfs2_change_refcount_rec() [all …]
|