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

/linux-master/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.c1619 u32 insert_cpos = le32_to_cpu(insert_rec->e_cpos); local
1652 if (insert_cpos < le32_to_cpu(rec->e_cpos))
1657 trace_ocfs2_rotate_leaf(insert_cpos, insert_index,
2313 u32 insert_cpos)
2323 if (insert_cpos > le32_to_cpu(rec->e_cpos))
2352 * Rotate all the records in a btree right one record, starting at insert_cpos.
2370 u32 insert_cpos,
2396 insert_cpos, cpos);
2415 * insert_cpos == cpos because cpos is only a _theoretical_
2416 * value to get us the left path - insert_cpos migh
2312 ocfs2_rotate_requires_path_adjustment(struct ocfs2_path *left_path, u32 insert_cpos) argument
2367 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) argument
[all...]

Completed in 111 milliseconds