Home
last modified time | relevance | path

Searched refs:nextgrow (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dudb.c665 a->nextgrow = UDB_HEADER_SIZE;
921 regen.nextgrow = alloc->disk->nextgrow;
922 while(at < regen.nextgrow) {
941 regen.nextgrow = at;
1080 alloc->disk->nextgrow = fn;
1093 ret = alloc->disk->nextgrow;
1105 alloc->disk->nextgrow += esz;
1214 ret = alloc->disk->nextgrow;
1230 alloc->disk->nextgrow += xlsz;
1494 alloc->disk->nextgrow -= amount;
[all …]
H A Dudb.h310 volatile uint64_t nextgrow; member