Searched refs:file_buf (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/zfs/
H A Dzfs.c147 char *file_buf; member in struct:zfs_data
1859 free(data->file_buf);
2104 if (data->file_buf == NULL) {
2105 data->file_buf = malloc(SPA_MAXBLOCKSIZE);
2106 if (!data->file_buf)
2116 memmove(buf, data->file_buf + file->offset - data->file_start,
2139 free(data->file_buf);
2140 data->file_buf = 0;
2144 data->file_buf = t;
2153 memmove(buf, data->file_buf
[all...]

Completed in 36 milliseconds