Searched refs:subtree_root (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | ocfs2_trace.h | 438 TP_PROTO(int subtree_root, unsigned long long blkno, 440 TP_ARGS(subtree_root, blkno, depth), 442 __field(int, subtree_root) 447 __entry->subtree_root = subtree_root; 451 TP_printk("%d %llu %d", __entry->subtree_root,
|
D | refcounttree.c | 970 int ret, i, subtree_root; in ocfs2_get_refcount_cpos_end() local 1037 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end() 1040 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1041 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
|
D | alloc.c | 2921 int ret, subtree_root, deleted; in __ocfs2_rotate_tree_left() local 2961 subtree_root = ocfs2_find_subtree_root(et, left_path, in __ocfs2_rotate_tree_left() 2964 trace_ocfs2_rotate_subtree(subtree_root, in __ocfs2_rotate_tree_left() 2966 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left() 2988 right_path, subtree_root, in __ocfs2_rotate_tree_left()
|