Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c128 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()
H A Dbootfs_vnops.c196 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()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h39 avl_tree_t bvn_dir; /* directory entries, if VDIR */ member