Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dio-optimize.c116 io->u.c.nbytes = op->nbytes; in restore_iocb()
165 op->nbytes = io->u.c.nbytes; in opio_iocb_init()
199 head->u.c.nbytes += io->u.c.nbytes; in merge_tail()
475 uint64_t offset, nbytes; in randomize_iocbs() local
485 nbytes = 4096; in randomize_iocbs()
494 buf = xalloc(nbytes); in randomize_iocbs()
496 buf = xalloc(segs * nbytes); in randomize_iocbs()
501 io->u.c.nbytes = nbytes; in randomize_iocbs()
504 offset += nbytes; in randomize_iocbs()
509 buf = xalloc(nbytes); in randomize_iocbs()
[all …]
A Dtapdisk-filter.c61 fio->bytes = io->u.c.nbytes; in inject_fault()
63 io->u.c.nbytes = 0; in inject_fault()
82 io->u.c.nbytes = fio->bytes; in recover_fault()
163 for (i = 0; i < io->u.c.nbytes; i += 512) { in check_data()
A Dio-optimize.h43 unsigned long nbytes; member
A Dtapdisk-queue.c125 if (res == iocb->u.c.nbytes) in complete_tiocb()
212 size_t size = iocb->u.c.nbytes; in tapdisk_rwio_rw()
671 io->u.c.nbytes, io->u.c.offset); in tapdisk_debug_queue()
A Dblock-vhd.c2205 io->u.c.nbytes, req->treq.sec / s->spb, in vhd_complete()
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c105 ext2lib_read(fsi_file_t *file, void *buf, size_t nbytes) in ext2lib_read() argument
111 err = ext2fs_file_read(*f, buf, nbytes, &n); in ext2lib_read()
121 ext2lib_pread(fsi_file_t *file, void *buf, size_t nbytes, uint64_t off) in ext2lib_pread() argument
138 err = ext2fs_file_read(*f, buf, nbytes, &n); in ext2lib_pread()
/xen-4.10.0-shim-comet/tools/libfsimage/common/
A Dfsimage.c119 ssize_t fsi_read_file(fsi_file_t *ffi, void *buf, size_t nbytes) in fsi_read_file() argument
126 ret = ops->fpo_read(ffi, buf, nbytes); in fsi_read_file()
132 ssize_t fsi_pread_file(fsi_file_t *ffi, void *buf, size_t nbytes, uint64_t off) in fsi_pread_file() argument
139 ret = ops->fpo_pread(ffi, buf, nbytes, off); in fsi_pread_file()
A Dfsimage_grub.c284 fsig_pread(fsi_file_t *ffi, void *buf, size_t nbytes, uint64_t off) in fsig_pread() argument
295 if (data->ffd_filepos + nbytes > data->ffd_filemax) in fsig_pread()
296 nbytes = data->ffd_filemax - data->ffd_filepos; in fsig_pread()
299 return (ops->fpo_read(ffi, buf, nbytes)); in fsig_pread()
303 fsig_read(fsi_file_t *ffi, void *buf, size_t nbytes) in fsig_read() argument
308 ret = fsig_pread(ffi, buf, nbytes, data->ffd_curpos); in fsig_read()
/xen-4.10.0-shim-comet/stubdom/vtpm/
A Dvtpm.c59 void vtpm_get_extern_random_bytes(void *buf, size_t nbytes) in vtpm_get_extern_random_bytes() argument
61 ctr_drbg_random(&ctr_drbg, buf, nbytes); in vtpm_get_extern_random_bytes()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff502 + __le64 nbytes;
948 +BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
964 + struct btrfs_inode_item, nbytes, 64);

Completed in 18 milliseconds