Home
last modified time | relevance | path

Searched refs:tmpfs_dirent_pool (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_mem.c48 extern struct pool tmpfs_dirent_pool;
168 return pool_get(&tmpfs_dirent_pool, PR_WAITOK); in tmpfs_dirent_get()
176 pool_put(&tmpfs_dirent_pool, de); in tmpfs_dirent_put()
H A Dtmpfs_vfsops.c64 struct pool tmpfs_dirent_pool; variable
71 pool_init(&tmpfs_dirent_pool, sizeof(tmpfs_dirent_t), 0, 0, 0, in tmpfs_init()
81 pool_destroy(&tmpfs_dirent_pool); in tmpfs_done()