Searched refs:tmpfs_dirent_pool (Results 1 – 2 of 2) sorted by relevance
48 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()
64 struct pool tmpfs_dirent_pool; variable71 pool_init(&tmpfs_dirent_pool, sizeof(tmpfs_dirent_t), 0, 0, 0, in tmpfs_init()81 pool_destroy(&tmpfs_dirent_pool); in tmpfs_done()