Searched refs:maxvfsslots (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c403 for (vfsp = vfsconf, i = 0; i < maxvfsslots; i++, vfsp++) {
545 for (slot = 0; slot < maxvfsslots; slot++) {
549 if (slot == maxvfsslots) {
634 if (vcdelp >= vfsconf && vcdelp < (vfsconf + maxvfsslots)) { /* Y */
H A Dvfs_conf.c175 int maxvfsslots = sizeof(vfstbllist) / sizeof (struct vfstable); variable
/darwin-on-arm/xnu/bsd/sys/
H A Dmount_internal.h332 extern int maxvfsslots; /* Maximum slots available to be used */

Completed in 25 milliseconds