Searched refs:hfs_node_pool (Results 1 – 3 of 3) sorted by relevance
141 struct pool hfs_node_pool; variable552 hnode = pool_get(&hfs_node_pool, PR_WAITOK); in hfs_loadvnode()569 pool_put(&hfs_node_pool, hnode); in hfs_loadvnode()644 pool_init(&hfs_node_pool, sizeof(struct hfsnode), 0, 0, 0, "hfsndpl", in hfs_init()676 pool_destroy(&hfs_node_pool); in hfs_done()
157 extern struct pool hfs_node_pool;
1026 pool_put(&hfs_node_pool, hp); in hfs_vop_reclaim()