Searched refs:bvn_dir (Results 1 – 3 of 3) sorted by relevance
128 avl_create(&bnp->bvn_dir, bootfs_comparator, in bootfs_node_init()175 if ((bnp = avl_find(&parent->bvn_dir, &sn, &where)) != NULL) { in bootfs_mknode()189 avl_add(&parent->bvn_dir, bnp); in bootfs_mknode()
196 bnp = avl_find(&bpp->bvn_dir, &sn, &where); in bootfs_lookup()281 for (dnp = avl_first(&bnp->bvn_dir); dnp != NULL; in bootfs_readdir()282 dnp = AVL_NEXT(&bnp->bvn_dir, dnp)) { in bootfs_readdir()
39 avl_tree_t bvn_dir; /* directory entries, if VDIR */ member