Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c234 int this_bucket = 0; in create_dirents() local
242 this_bucket = (next == NULL); in create_dirents()
243 if (!this_bucket) in create_dirents()
244 this_bucket = (offset < next->offset); in create_dirents()
245 if (this_bucket) { in create_dirents()