Searched refs:file_buf (Results 1 – 1 of 1) sorted by relevance
51 static void *file_buf = NULL; variable1385 file_buf = NULL; in zfs_open()1486 if (file_buf == NULL) { in zfs_read()1487 file_buf = stackbase; in zfs_read()1497 grub_memmove(buf, file_buf + filepos - file_start, len); in zfs_read()1517 if ((errnum = dmu_read(DNODE, blkid, file_buf, stack))) in zfs_read()1525 grub_memmove(buf, file_buf + filepos - file_start, in zfs_read()
Completed in 4 milliseconds