HomeSort by: relevance | last modified time | path
    Searched defs:chfs_inode_pool (Results 1 - 1 of 1) 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);

Completed in 12 milliseconds