Home | History | Annotate | Download | only in block

Lines Matching refs:addend

32                             int addend);
459 int64_t offset, int64_t length, int addend)
469 printf("update_refcount: offset=%" PRId64 " size=%" PRId64 " addend=%d\n",
470 offset, length, addend);
521 refcount += addend;
551 dummy = update_refcount(bs, offset, cluster_offset - offset, -addend);
559 * addend must be 1 or -1.
566 int addend)
571 ret = update_refcount(bs, cluster_index << s->cluster_bits, 1, addend);
746 int64_t l1_table_offset, int l1_size, int addend)
796 if (addend != 0) {
800 nb_csectors * 512, addend);
808 if (addend != 0) {
809 refcount = update_cluster_refcount(bs, offset >> s->cluster_bits, addend);
834 if (addend != 0) {
835 refcount = update_cluster_refcount(bs, l2_offset >> s->cluster_bits, addend);