Searched refs:sstop (Results 1 – 3 of 3) sorted by relevance
64 hammer2_off_t sstop; member630 cbinfo.sstop = hmp->total_size; in hammer2_bulkfree_pass()633 cbinfo.sstop = cbinfo.sbase + incr; in hammer2_bulkfree_pass()638 (intmax_t)cbinfo.sstop); in hammer2_bulkfree_pass()729 cbinfo.sbase = cbinfo.sstop; in hammer2_bulkfree_pass()736 bfi->sstop = cbinfo.sbase; in hammer2_bulkfree_pass()738 incr = bfi->sstop / (hmp->total_size / 10000); in hammer2_bulkfree_pass()844 if (data_off < cbinfo->sbase || data_off >= cbinfo->sstop) in h2_bulkfree_callback()863 if (data_off + bytes > cbinfo->sstop) { in h2_bulkfree_callback()869 bytes = cbinfo->sstop - data_off; /* XXX */ in h2_bulkfree_callback()[all …]
59 hammer2_off_t sstop; member619 cbinfo.sstop = hmp->total_size; in hammer2_bulkfree_pass()622 cbinfo.sstop = cbinfo.sbase + incr; in hammer2_bulkfree_pass()627 (intmax_t)cbinfo.sstop); in hammer2_bulkfree_pass()718 cbinfo.sbase = cbinfo.sstop; in hammer2_bulkfree_pass()725 bfi->sstop = cbinfo.sbase; in hammer2_bulkfree_pass()727 incr = bfi->sstop / (hmp->total_size / 10000); in hammer2_bulkfree_pass()833 if (data_off < cbinfo->sbase || data_off >= cbinfo->sstop) in h2_bulkfree_callback()852 if (data_off + bytes > cbinfo->sstop) { in h2_bulkfree_callback()858 bytes = cbinfo->sstop - data_off; /* XXX */ in h2_bulkfree_callback()[all …]
134 hammer2_off_t sstop; /* (set on return) */ member