Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/hfs/
H A Dhfs_vfsops.c141 struct pool hfs_node_pool; variable
552 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()
H A Dhfs.h157 extern struct pool hfs_node_pool;
H A Dhfs_vnops.c1026 pool_put(&hfs_node_pool, hp); in hfs_vop_reclaim()