Home
last modified time | relevance | path

Searched refs:vfsops (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_conf.c92 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;
H A Dvfs_init.c342 if (vfsp->vfc_vfsops == (struct vfsops *)0) { in vfsinit()
H A Dkpi_vfs.c978 if ((desccount <= 0) || ((desccount > 8)) || (vfe->vfe_vfsops == (struct vfsops *)NULL) in vfs_fsadd()
H A Dvfs_subr.c1948 vfs_getvfs_with_vfsops(fsid_t *fsid, const struct vfsops * const ops) in vfs_getvfs_with_vfsops()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Dfdesc.h123 extern struct vfsops fdesc_vfsops;
H A Ddevfsdefs.h92 extern const struct vfsops devfs_vfsops;
H A Ddevfs_vfsops.c503 const struct vfsops devfs_vfsops = {
/xnu-12377.41.6/bsd/sys/
H A Dmount_internal.h112 …const struct vfsops * XNU_PTRAUTH_SIGNED_PTR("mount.vfsops") mnt_op; /* operations on f…
308 const struct vfsops *vfc_vfsops;/* filesystem operations vector */
H A Dmount.h570 struct vfsops * vfe_vfsops; /* vfs operations */
581 struct vfsops { struct
1287 mount_t vfs_getvfs_with_vfsops(fsid_t *fsid, const struct vfsops *ops);
/xnu-12377.41.6/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c234 struct vfsops mockfs_vfsops = {
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c542 struct vfsops bindfs_vfsops = {
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c572 struct vfsops nullfs_vfsops = {
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c477 const struct vfsops routefs_vfsops = {