Searched refs:tmpfs_node_pool (Results 1 – 2 of 2) sorted by relevance
47 extern struct pool tmpfs_node_pool;177 return pool_get(&tmpfs_node_pool, PR_WAITOK); in tmpfs_node_get()186 pool_put(&tmpfs_node_pool, tn); in tmpfs_node_put()
57 struct pool tmpfs_node_pool; variable78 pool_init(&tmpfs_node_pool, sizeof(tmpfs_node_t), 0, IPL_NONE, in tmpfs_init()