Searched refs:vfstable (Results 1 – 8 of 8) sorted by relevance
305 struct vfstable *vfsp; in vfsinit()481 struct vfstable *482 vfstable_add(struct vfstable *nvfsp) in vfstable_add()485 struct vfstable *slotp, *allocated = NULL; in vfstable_add()512 allocated = kalloc_type(struct vfstable, Z_WAITOK); in vfstable_add()528 bcopy(nvfsp, slotp, sizeof(struct vfstable)); in vfstable_add()553 kfree_type(struct vfstable, allocated); in vfstable_add()573 vfstable_del(struct vfstable * vtbl) in vfstable_del()575 struct vfstable **vcpp; in vfstable_del()576 struct vfstable *vcdelp; in vfstable_del()[all …]
128 static struct vfstable vfstbllist[] = {297 const int maxvfsslots = sizeof(vfstbllist) / sizeof(struct vfstable);301 struct vfstable *vfsconf = vfstbllist;
919 struct vfstable *newvfstbl = NULL; in vfs_fsadd()948 newvfstbl = kalloc_type(struct vfstable, Z_WAITOK | Z_ZERO); in vfs_fsadd()1133 kfree_type(struct vfstable, newvfstbl); in vfs_fsadd()1146 struct vfstable * vfstbl = (struct vfstable *)handle; in vfs_fsremove()
1052 vfs_rootmountalloc_internal(struct vfstable *vfsp, const char *devname) in vfs_rootmountalloc_internal()1105 struct vfstable *vfsp; in vfs_rootmountalloc()1142 struct vfstable *vfsp; in vfs_mountroot()3731 is_bad_sysctl_name(struct vfstable *vfsp, int selector_name) in is_bad_sysctl_name()3774 struct vfstable *vfsp;4789 struct vfstable *vfsp;
690 struct vfstable *vfsp = (struct vfstable *)0; in mount_common()1844 struct vfstable *vfsp; in relocate_imageboot_source()
112 …struct vfstable * XNU_PTRAUTH_SIGNED_PTR("mount.mnt_vtable") mnt_vtable; /* configu…305 struct vfstable { struct312 struct vfstable *vfc_next; /* next in list */ argument336 extern struct vfstable *vfsconf; /* head of list of filesystem types */ argument342 struct vfstable * vfstable_add(struct vfstable *);343 int vfstable_del(struct vfstable *);
78 struct vfstable;79 typedef struct vfstable * vfstable_t;121 typedef struct vfstable * vfstable_t;
1179 struct vfstable *vfsp; in nfs_mount_diskless_private()