Home
last modified time | relevance | path

Searched refs:sstop (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_bulkfree.c64 hammer2_off_t sstop; member
630 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 …]
/dragonfly/sys/vfs/hammer2/
HDhammer2_bulkfree.c59 hammer2_off_t sstop; member
619 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 …]
HDhammer2_ioctl.h134 hammer2_off_t sstop; /* (set on return) */ member