Searched refs:chfs_inode_pool (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_vfsops.c | 103 struct pool chfs_inode_pool; variable 489 ip = pool_get(&chfs_inode_pool, PR_WAITOK); in chfs_loadvnode() 636 pool_put(&chfs_inode_pool, ip); in chfs_loadvnode() 751 pool_init(&chfs_inode_pool, sizeof(struct chfs_inode), 0, 0, 0, in chfs_init() 770 pool_destroy(&chfs_inode_pool); in chfs_done()
|
H A D | chfs_gc.c | 270 ip = pool_get(&chfs_inode_pool, PR_WAITOK); in chfs_check() 295 pool_put(&chfs_inode_pool, ip); in chfs_check()
|
H A D | chfs.h | 128 extern struct pool chfs_inode_pool;
|
H A D | chfs_vnops.c | 1533 pool_put(&chfs_inode_pool, vp->v_data); in chfs_reclaim()
|