Searched refs:dh_seqoff (Results 1 – 2 of 2) sorted by relevance
205 dh->dh_seqoff = 0; in ufsdirhash_build()383 if (offset == dh->dh_seqoff) in ufsdirhash_lookup()385 if (offset == dh->dh_seqoff) { in ufsdirhash_lookup()435 if (dh->dh_seqopt == 0 && dh->dh_seqoff == offset) in ufsdirhash_lookup()437 dh->dh_seqoff = offset + DIRSIZ(0, dp); in ufsdirhash_lookup()
100 doff_t dh_seqoff; /* sequential access optimisation offset */ member