Searched defs:adhoc_search (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c120 int32_t error = 0, namelen, adhoc_search; local
202 adhoc_search = (offset == 0) ? 1 : 2;
206 while (adhoc_search--) {
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c775 int adhoc_search; /* did we start at begin of dir? */ local
844 adhoc_search = (offset != 0);
870 * first pass. If adhoc_search, then we started a
875 if (adhoc_search) {
878 adhoc_search = 0;
891 if (adhoc_search) {
894 adhoc_search = 0;

Completed in 64 milliseconds