Searched refs:zfs_temp_buf (Results 1 – 1 of 1) sorted by relevance
133 static char *zfs_temp_buf, *zfs_temp_end, *zfs_temp_ptr; variable162 zfs_temp_buf = malloc(TEMP_SIZE); in zfs_init()163 zfs_temp_end = zfs_temp_buf + TEMP_SIZE; in zfs_init()164 zfs_temp_ptr = zfs_temp_buf; in zfs_init()