Searched refs:file_buf (Results 1 – 1 of 1) sorted by relevance
147 char *file_buf; member1836 free(data->file_buf); in zfs_unmount()2081 if (data->file_buf == NULL) { in zfs_read()2082 data->file_buf = malloc(SPA_MAXBLOCKSIZE); in zfs_read()2083 if (!data->file_buf) in zfs_read()2093 memmove(buf, data->file_buf + file->offset - data->file_start, in zfs_read()2116 free(data->file_buf); in zfs_read()2117 data->file_buf = 0; in zfs_read()2121 data->file_buf = t; in zfs_read()2130 memmove(buf, data->file_buf + file->offset + red in zfs_read()