HomeSort by: relevance | last modified time | path
    Searched refs:chfs_inode_pool (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_vfsops.c 103 struct pool chfs_inode_pool; variable in typeref:struct:pool
489 ip = pool_get(&chfs_inode_pool, PR_WAITOK);
636 pool_put(&chfs_inode_pool, ip);
751 pool_init(&chfs_inode_pool, sizeof(struct chfs_inode), 0, 0, 0,
770 pool_destroy(&chfs_inode_pool);
chfs_gc.c 270 ip = pool_get(&chfs_inode_pool, PR_WAITOK);
295 pool_put(&chfs_inode_pool, ip);
chfs.h 128 extern struct pool chfs_inode_pool;
chfs_vnops.c 1533 pool_put(&chfs_inode_pool, vp->v_data);

Completed in 14 milliseconds