Lines Matching refs:vfstable
310 struct vfstable *vfsp; in vfsinit()
487 struct vfstable *
488 vfstable_add(struct vfstable *nvfsp) in vfstable_add()
491 struct vfstable *slotp, *allocated = NULL; in vfstable_add()
518 allocated = kalloc_type(struct vfstable, Z_WAITOK); in vfstable_add()
534 bcopy(nvfsp, slotp, sizeof(struct vfstable)); in vfstable_add()
559 kfree_type(struct vfstable, allocated); in vfstable_add()
579 vfstable_del(struct vfstable * vtbl) in vfstable_del()
581 struct vfstable **vcpp; in vfstable_del()
582 struct vfstable *vcdelp; in vfstable_del()
619 bzero(vcdelp, sizeof(struct vfstable)); in vfstable_del()
631 kfree_type(struct vfstable, vcdelp); in vfstable_del()