Searched refs:tmpfs_node_pool (Results 1 – 1 of 1) sorted by relevance
82 static uma_zone_t tmpfs_node_pool; variable373 tmpfs_node_pool = uma_zcreate("TMPFS node", in tmpfs_subr_init()376 VFS_SMR_ZONE_SET(tmpfs_node_pool); in tmpfs_subr_init()389 uma_zdestroy(tmpfs_node_pool); in tmpfs_subr_uninit()581 nnode = uma_zalloc_smr(tmpfs_node_pool, M_WAITOK); in tmpfs_alloc_node()807 uma_zfree_smr(tmpfs_node_pool, node); in tmpfs_free_node_locked()