Home
last modified time | relevance | path

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

/mirbsd/src/sys/ufs/ufs/
Dufs_dirhash.c204 dh->dh_seqopt = 0; in ufsdirhash_build()
374 if (dh->dh_seqopt) { in ufsdirhash_lookup()
393 dh->dh_seqopt = 0; in ufsdirhash_lookup()
435 if (dh->dh_seqopt == 0 && dh->dh_seqoff == offset) in ufsdirhash_lookup()
436 dh->dh_seqopt = 1; in ufsdirhash_lookup()
456 if (dh->dh_seqopt) { in ufsdirhash_lookup()
457 dh->dh_seqopt = 0; in ufsdirhash_lookup()
Ddirhash.h99 int dh_seqopt; /* sequential access optimisation enabled */ member