Home
last modified time | relevance | path

Searched refs:tm_dirent_pool (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/fs/tmpfs/
HDtmpfs_vfsops.c230 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()
HDtmpfs.h362 uma_zone_t tm_dirent_pool; member
HDtmpfs_subr.c408 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()