Searched refs:nbytes (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | io-optimize.c | 116 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 D | tapdisk-filter.c | 61 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 D | io-optimize.h | 43 unsigned long nbytes; member
|
A D | tapdisk-queue.c | 125 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 D | block-vhd.c | 2205 io->u.c.nbytes, req->treq.sec / s->spb, in vhd_complete()
|
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs-lib/ |
A D | ext2fs-lib.c | 105 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 D | fsimage.c | 119 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 D | fsimage_grub.c | 284 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 D | vtpm.c | 59 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 D | 61btrfs.diff | 502 + __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