Home
last modified time | relevance | path

Searched refs:insert_cpos (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_trace.h562 TP_PROTO(unsigned int insert_cpos, int insert_index,
565 TP_ARGS(insert_cpos, insert_index, has_empty,
568 __field(unsigned int, insert_cpos)
575 __entry->insert_cpos = insert_cpos;
581 TP_printk("%u %d %d %d %u", __entry->insert_cpos,
H A Dalloc.c1614 u32 insert_cpos = le32_to_cpu(insert_rec->e_cpos); in ocfs2_rotate_leaf() local
1647 if (insert_cpos < le32_to_cpu(rec->e_cpos)) in ocfs2_rotate_leaf()
1652 trace_ocfs2_rotate_leaf(insert_cpos, insert_index, in ocfs2_rotate_leaf()
2308 u32 insert_cpos) in ocfs2_rotate_requires_path_adjustment()
2318 if (insert_cpos > le32_to_cpu(rec->e_cpos)) in ocfs2_rotate_requires_path_adjustment()
2347 * Rotate all the records in a btree right one record, starting at insert_cpos.
2365 u32 insert_cpos, in ocfs2_rotate_tree_right()
2391 insert_cpos, cpos); in ocfs2_rotate_tree_right()
2410 * insert_cpos == cpos because cpos is only a _theoretical_ in ocfs2_rotate_tree_right()
2411 * value to get us the left path - insert_cpos migh in ocfs2_rotate_tree_right()
2307 ocfs2_rotate_requires_path_adjustment(struct ocfs2_path *left_path, u32 insert_cpos) ocfs2_rotate_requires_path_adjustment() argument
2362 ocfs2_rotate_tree_right(handle_t *handle, struct ocfs2_extent_tree *et, enum ocfs2_split_type split, u32 insert_cpos, struct ocfs2_path *right_path, struct ocfs2_path **ret_left_path) ocfs2_rotate_tree_right() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_trace.h562 TP_PROTO(unsigned int insert_cpos, int insert_index,
565 TP_ARGS(insert_cpos, insert_index, has_empty,
568 __field(unsigned int, insert_cpos)
575 __entry->insert_cpos = insert_cpos;
581 TP_printk("%u %d %d %d %u", __entry->insert_cpos,
H A Dalloc.c1612 u32 insert_cpos = le32_to_cpu(insert_rec->e_cpos); in ocfs2_rotate_leaf() local
1645 if (insert_cpos < le32_to_cpu(rec->e_cpos)) in ocfs2_rotate_leaf()
1650 trace_ocfs2_rotate_leaf(insert_cpos, insert_index, in ocfs2_rotate_leaf()
2306 u32 insert_cpos) in ocfs2_rotate_requires_path_adjustment()
2316 if (insert_cpos > le32_to_cpu(rec->e_cpos)) in ocfs2_rotate_requires_path_adjustment()
2345 * Rotate all the records in a btree right one record, starting at insert_cpos.
2363 u32 insert_cpos, in ocfs2_rotate_tree_right()
2389 insert_cpos, cpos); in ocfs2_rotate_tree_right()
2408 * insert_cpos == cpos because cpos is only a _theoretical_ in ocfs2_rotate_tree_right()
2409 * value to get us the left path - insert_cpos migh in ocfs2_rotate_tree_right()
2305 ocfs2_rotate_requires_path_adjustment(struct ocfs2_path *left_path, u32 insert_cpos) ocfs2_rotate_requires_path_adjustment() argument
2360 ocfs2_rotate_tree_right(handle_t *handle, struct ocfs2_extent_tree *et, enum ocfs2_split_type split, u32 insert_cpos, struct ocfs2_path *right_path, struct ocfs2_path **ret_left_path) ocfs2_rotate_tree_right() argument
[all...]

Completed in 17 milliseconds