Searched refs:vfsops (Results 1 – 13 of 13) sorted by relevance
92 extern struct vfsops mfs_vfsops;94 extern struct vfsops afs_vfsops;95 extern struct vfsops null_vfsops;96 extern struct vfsops devfs_vfsops;97 extern const struct vfsops routefs_vfsops;98 extern struct vfsops nullfs_vfsops;99 extern struct vfsops bindfs_vfsops;102 extern struct vfsops mockfs_vfsops;
342 if (vfsp->vfc_vfsops == (struct vfsops *)0) { in vfsinit()
978 if ((desccount <= 0) || ((desccount > 8)) || (vfe->vfe_vfsops == (struct vfsops *)NULL) in vfs_fsadd()
1948 vfs_getvfs_with_vfsops(fsid_t *fsid, const struct vfsops * const ops) in vfs_getvfs_with_vfsops()
123 extern struct vfsops fdesc_vfsops;
92 extern const struct vfsops devfs_vfsops;
503 const struct vfsops devfs_vfsops = {
112 …const struct vfsops * XNU_PTRAUTH_SIGNED_PTR("mount.vfsops") mnt_op; /* operations on f…308 const struct vfsops *vfc_vfsops;/* filesystem operations vector */
570 struct vfsops * vfe_vfsops; /* vfs operations */581 struct vfsops { struct1287 mount_t vfs_getvfs_with_vfsops(fsid_t *fsid, const struct vfsops *ops);
234 struct vfsops mockfs_vfsops = {
542 struct vfsops bindfs_vfsops = {
572 struct vfsops nullfs_vfsops = {
477 const struct vfsops routefs_vfsops = {