Searched refs:new_bytes (Results 1 – 4 of 4) sorted by relevance
183 void EventDataBytes::SwapBytes(std::string &new_bytes) { in SwapBytes() argument184 m_bytes.swap(new_bytes); in SwapBytes()
1321 int new_count, new_bytes; in zfs_acl_chmod() local1332 new_count = new_bytes = 0; in zfs_acl_chmod()1345 new_bytes += abstract_size; in zfs_acl_chmod()1351 new_bytes += abstract_size; in zfs_acl_chmod()1357 new_bytes += abstract_size; in zfs_acl_chmod()1418 new_bytes += ace_size; in zfs_acl_chmod()1427 new_bytes += abstract_size * 3; in zfs_acl_chmod()1430 aclp->z_acl_bytes = new_bytes; in zfs_acl_chmod()1432 newnode->z_size = new_bytes; in zfs_acl_chmod()
111 uint64_t old_bytes, new_bytes; in parent_delta() local118 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()120 ASSERT3U(ABS((int64_t)(new_bytes - old_bytes)), <=, ABS(delta)); in parent_delta()121 return (new_bytes - old_bytes); in parent_delta()
79 void SwapBytes(std::string &new_bytes);