Searched refs:tm_dirent_pool (Results 1 – 3 of 3) sorted by relevance
230 tmp->tm_dirent_pool = uma_zcreate("TMPFS dirent", in tmpfs_mount()248 uma_zdestroy(tmp->tm_dirent_pool); in tmpfs_mount()317 uma_zdestroy(tmp->tm_dirent_pool); in tmpfs_unmount()
362 uma_zone_t tm_dirent_pool; member
408 nde = uma_zalloc(tmp->tm_dirent_pool, M_WAITOK); in tmpfs_alloc_dirent()444 uma_zfree(tmp->tm_dirent_pool, de); in tmpfs_free_dirent()