Searched refs:tmpfs_node_pool (Results 1 – 2 of 2) sorted by relevance
49 extern struct pool tmpfs_node_pool;191 return pool_get(&tmpfs_node_pool, PR_WAITOK); in tmpfs_node_get()200 pool_put(&tmpfs_node_pool, tn); in tmpfs_node_put()
65 struct pool tmpfs_node_pool; variable73 pool_init(&tmpfs_node_pool, sizeof(tmpfs_node_t), 0, 0, 0, in tmpfs_init()82 pool_destroy(&tmpfs_node_pool); in tmpfs_done()