Searched refs:size_bytes (Results 1 – 8 of 8) sorted by relevance
135 tree->size_bytes = sizeof *tree + sizeof *tree->root; in addrtree_create()156 tree->size_bytes -= tree->sizefunc(node->elem); in clean_node()230 tree->size_bytes -= node_size(tree, node); in purge_node()272 return tree?tree->size_bytes:0; in addrtree_size()281 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete()285 tree->size_bytes -= node_size(tree, n); in addrtree_delete()386 tree->size_bytes += tree->sizefunc(elem); in addrtree_insert()410 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()452 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()465 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
74 size_t size_bytes; member
87 constexpr index_type size_bytes() const noexcept;314 …_LIBCPP_INLINE_VISIBILITY constexpr index_type size_bytes() const noexcept { return _Extent * size…349 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; }352 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }479 …_LIBCPP_INLINE_VISIBILITY constexpr index_type size_bytes() const noexcept { return __size * sizeo…518 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; }521 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }
168 uint64_t size_bytes; member814 off = be_lun->size_bytes; in ctl_be_block_gls_file()977 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()992 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()1849 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file()1851 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file()2018 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev()2020 be_lun->size_bytes = otmp; in ctl_be_block_open_dev()2272 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_create()2317 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_create()[all …]
118 uint64_t size_bytes; member1049 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create()1051 t = be_lun->size_bytes / be_lun->pblocksize; in ctl_backend_ramdisk_create()1073 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create()1283 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify()1288 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
69 uint8_t size_bytes; member
459 int size_bytes);
297 uint64_t size_bytes; member