Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0069-zfs-Fix-resource-leaks-while-constructing-path.patch75 movesize = sym_sz - block * blksz;
77 grub_memcpy (sym_value + block * blksz, t, movesize);
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c2076 int blksz, movesize; in zfs_read() local
2128 movesize = min(length, data->file_end - (int)file->offset - red); in zfs_read()
2131 - data->file_start, movesize); in zfs_read()
2132 buf += movesize; in zfs_read()
2133 length -= movesize; in zfs_read()
2134 red += movesize; in zfs_read()