Searched refs:bfs_nodes (Results 1 – 3 of 3) sorted by relevance
134 list_create(&bfs->bfs_nodes, sizeof (bootfs_node_t), in bootfs_mount()168 for (bnp = list_head(&bfs->bfs_nodes); bnp != NULL; in bootfs_unmount()169 bnp = list_next(&bfs->bfs_nodes, bnp)) { in bootfs_unmount()180 list_destroy(&bfs->bfs_nodes); in bootfs_unmount()
143 list_insert_tail(&bfs->bfs_nodes, bnp); in bootfs_node_init()362 while ((bnp = list_remove_head(&bfs->bfs_nodes)) != NULL) { in bootfs_destruct()
61 list_t bfs_nodes; member