ulfs_dirhash.c | 92 static pool_cache_t ulfsdirhashblk_cache; variable in typeref:typename:pool_cache_t 100 pool_cache_get(ulfsdirhashblk_cache, PR_NOWAIT) 102 pool_cache_put(ulfsdirhashblk_cache, ptr) 1193 ulfsdirhashblk_cache = pool_cache_init(DH_NBLKOFF * sizeof(daddr_t), 0, 1206 pool_cache_destroy(ulfsdirhashblk_cache);
|