Searched refs:ref_leaf_bh (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 885 struct buffer_head *ref_leaf_bh, in ocfs2_find_refcount_rec_in_rl() argument 892 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_find_refcount_rec_in_rl() 1078 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1138 &ref_leaf_bh); in ocfs2_get_refcount_rec() 1144 ocfs2_find_refcount_rec_in_rl(ci, ref_leaf_bh, cpos, len, in ocfs2_get_refcount_rec() 1146 *ret_bh = ref_leaf_bh; in ocfs2_get_refcount_rec() 1247 struct buffer_head *ref_leaf_bh, in ocfs2_change_refcount_rec() argument 1252 (struct ocfs2_refcount_block *)ref_leaf_bh->b_data; in ocfs2_change_refcount_rec() 1256 ret = ocfs2_journal_access_rb(handle, ci, ref_leaf_bh, in ocfs2_change_refcount_rec() 1281 ocfs2_journal_dirty(handle, ref_leaf_bh); in ocfs2_change_refcount_rec() [all …]
|