Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_init.c332 for (vfsp = vfsconf, i = 0; i < maxvfsslots; i++, vfsp++) { in vfsinit()
503 for (slot = 0; slot < maxvfsslots; slot++) { in vfstable_add()
508 if (slot == maxvfsslots) { in vfstable_add()
611 if (vcdelp >= vfsconf && vcdelp < (vfsconf + maxvfsslots)) { /* Y */ in vfstable_del()
H A Dvfs_conf.c270 const int maxvfsslots = sizeof(vfstbllist) / sizeof(struct vfstable); variable
/xnu-8792.41.9/bsd/sys/
H A Dmount_internal.h338 extern const int maxvfsslots; /* Maximum statically allocated slots available to be used …