Searched refs:RB_TREE_MIN (Results 1 – 6 of 6) sorted by relevance
111 #define RB_TREE_MIN(T) rb_tree_iterate((T), NULL, RB_DIR_LEFT) macro114 for ((N) = RB_TREE_MIN(T); (N); \
103 #define RB_TREE_MIN(T) rb_tree_iterate((T), NULL, RB_DIR_LEFT) macro106 for ((N) = RB_TREE_MIN(T); (N); \
222 for (node = RB_TREE_MIN(&env_tree); node != NULL; node = next) { in __scrubenv()
247 frag = (struct chfs_node_frag *)RB_TREE_MIN(tree); in frag_first()
626 this = (struct chfs_node_frag *)RB_TREE_MIN(fragtree); in chfs_remove_frags_of_node()648 this = (struct chfs_node_frag *)RB_TREE_MIN(fragtree); in chfs_kill_fragtree()
6298 udf_node = RB_TREE_MIN(&ump->udf_node_tree); in udf_sync_pass()6410 for (udf_node = RB_TREE_MIN(&ump->udf_node_tree); in udf_do_sync()