Home
last modified time | relevance | path

Searched refs:subtree_root (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Docfs2_trace.h438 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,
Drefcounttree.c964 int ret, i, subtree_root; in ocfs2_get_refcount_cpos_end() local
1031 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end()
1034 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1035 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
Dalloc.c2906 int ret, subtree_root, deleted; in __ocfs2_rotate_tree_left() local
2946 subtree_root = ocfs2_find_subtree_root(et, left_path, in __ocfs2_rotate_tree_left()
2949 trace_ocfs2_rotate_subtree(subtree_root, in __ocfs2_rotate_tree_left()
2951 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
2973 right_path, subtree_root, in __ocfs2_rotate_tree_left()