Home
last modified time | relevance | path

Searched refs:zfs_temp_end (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/boot/zfs/
Dzfsimpl.c73 static char *zfs_temp_buf, *zfs_temp_end, *zfs_temp_ptr; variable
88 zfs_temp_end = zfs_temp_buf + TEMP_SIZE; in zfs_init()
101 if (zfs_temp_ptr + size > zfs_temp_end) { in zfs_alloc()