Searched refs:mount_zone (Results 1 – 1 of 1) sorted by relevance
93 static uma_zone_t mount_zone; variable153 mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL, in vfs_mount_init()495 mp = uma_zalloc(mount_zone, M_WAITOK); in vfs_mount_alloc()595 uma_zfree(mount_zone, mp); in vfs_mount_destroy()