Searched refs:split_rec (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c3341 * Remove split_rec clusters from the record at index and merge them
3350 struct ocfs2_extent_rec *split_rec,
3354 unsigned int split_clusters = le16_to_cpu(split_rec->e_leaf_clusters);
3504 * Remove split_rec clusters from the record at index and merge them
3516 struct ocfs2_extent_rec *split_rec,
3521 unsigned int split_clusters = le16_to_cpu(split_rec->e_leaf_clusters);
3549 le32_to_cpu(split_rec->e_cpos));
3605 *left_rec = *split_rec;
3663 struct ocfs2_extent_rec *split_rec,
3718 ret = ocfs2_merge_rec_right(path, handle, et, split_rec,
3347 ocfs2_merge_rec_right(struct ocfs2_path *left_path, handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *split_rec, int index) argument
3513 ocfs2_merge_rec_left(struct ocfs2_path *right_path, handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *split_rec, struct ocfs2_cached_dealloc_ctxt *dealloc, int index) argument
3659 ocfs2_try_to_merge_extent(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, int split_index, struct ocfs2_extent_rec *split_rec, struct ocfs2_cached_dealloc_ctxt *dealloc, struct ocfs2_merge_ctxt *ctxt) argument
3830 ocfs2_subtract_from_rec(struct super_block *sb, enum ocfs2_split_type split, struct ocfs2_extent_rec *rec, struct ocfs2_extent_rec *split_rec) argument
4076 ocfs2_split_record(struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, struct ocfs2_extent_rec *split_rec, enum ocfs2_split_type split) argument
4355 ocfs2_figure_merge_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int index, struct ocfs2_extent_rec *split_rec, struct ocfs2_merge_ctxt *ctxt) argument
4888 ocfs2_make_right_split_rec(struct super_block *sb, struct ocfs2_extent_rec *split_rec, u32 cpos, struct ocfs2_extent_rec *rec) argument
4921 struct ocfs2_extent_rec split_rec = *orig_split_rec; local
5020 ocfs2_replace_extent_rec(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int split_index, struct ocfs2_extent_rec *split_rec) argument
5062 ocfs2_split_extent(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, int split_index, struct ocfs2_extent_rec *split_rec, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
5165 struct ocfs2_extent_rec split_rec; local
5287 struct ocfs2_extent_rec split_rec; local
[all...]
H A Drefcounttree.c1816 * split_rec is the new refcount rec we want to insert.
1817 * If split_rec->r_refcount > 0, we are changing the refcount(in case we
1819 * If split_rec->r_refcount == 0, we are punching a hole in current refcount
1826 struct ocfs2_refcount_rec *split_rec,
1845 le64_to_cpu(split_rec->r_cpos),
1846 le32_to_cpu(split_rec->r_clusters),
1847 le32_to_cpu(split_rec->r_refcount));
1854 if (!split_rec->r_refcount &&
1855 (split_rec->r_cpos == orig_rec->r_cpos ||
1856 le64_to_cpu(split_rec
1822 ocfs2_split_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *split_rec, int index, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
[all...]
H A Dalloc.h108 struct ocfs2_extent_rec *split_rec,

Completed in 108 milliseconds