Searched refs:maxvfsslots (Results 1 – 3 of 3) sorted by relevance
337 for (vfsp = vfsconf, i = 0; i < maxvfsslots; i++, vfsp++) { in vfsinit()509 for (slot = 0; slot < maxvfsslots; slot++) { in vfstable_add()514 if (slot == maxvfsslots) { in vfstable_add()617 if (vcdelp >= vfsconf && vcdelp < (vfsconf + maxvfsslots)) { /* Y */ in vfstable_del()
269 const int maxvfsslots = sizeof(vfstbllist) / sizeof(struct vfstable); variable
339 extern const int maxvfsslots; /* Maximum statically allocated slots available to be used …