Searched refs:vfsconf (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c278 /* vars for vfsconf lock */
403 for (vfsp = vfsconf, i = 0; i < maxvfsslots; i++, vfsp++) {
404 struct vfsconf vfsc;
407 if (i) vfsconf[i-1].vfc_next = vfsp;
411 bzero(&vfsc, sizeof(struct vfsconf));
516 * Description: Add a filesystem to the vfsconf list at the first
520 * Parameter: nvfsp vfsconf for VFS to add
525 * Notes: The vfsconf should be treated as a linked list by
530 * Warning: This code assumes that vfsconf[0] is non-empty.
546 if (vfsconf[slo
[all...]
H A Dvfs_conf.c178 struct vfstable *vfsconf = vfstbllist; variable in typeref:struct:vfstable
H A Dvfs_subr.c990 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
1044 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
2726 struct vfsconf vfsc;
2764 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
2792 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
2811 sizeof(struct vfsconf)));
H A Dkpi_vfs.c1193 struct vfsconf vfsc;
1194 bzero(&vfsc, sizeof(struct vfsconf));
H A Dvfs_syscalls.c540 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
/darwin-on-arm/xnu/bsd/sys/
H A Dmount.h367 #define VFS_CONF 2 /* struct: vfsconf for filesystem given
389 struct vfsconf { struct
654 @param vfsconf Configuration information. Currently, the only useful data are the filesystem name,
659 int (*vfs_init)(struct vfsconf *);
1298 int getvfsbyname(const char *, struct vfsconf *);
H A Dmount_internal.h331 extern struct vfstable *vfsconf; /* head of list of filesystem types */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c110 devfs_init(__unused struct vfsconf *vfsp)
492 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
497 panic("Could not find entry in vfsconf for devfs.\n");
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c200 int nfs_vfs_init(struct vfsconf *);
290 nfs_vfs_init(__unused struct vfsconf *vfsp)
1261 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c150 static int hfs_init(struct vfsconf *vfsp);
2776 hfs_init(__unused struct vfsconf *vfsp)

Completed in 142 milliseconds