Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c48 static size_t mountTableSize = 0; variable
79 mountTableSize = 0; in z_createMountTable()
82 if (mountTableSize % MNTTAB_HUNK == 0) { in z_createMountTable()
84 (mountTableSize + MNTTAB_HUNK) * sizeof (ent)); in z_createMountTable()
86 entp = &mountTable[mountTableSize++]; in z_createMountTable()
119 for (i = 0; i < mountTableSize; i++) { in findPathRWStatus()
195 for (i = 0; i < mountTableSize; i++) { in z_destroyMountTable()
205 mountTableSize = 0; in z_destroyMountTable()
241 for (i = mountTableSize; i > 0; i--) { in z_resolve_lofs()