Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dvfs_conf.c84 extern const struct vfsops ffs_vfsops;
88 extern const struct vfsops lfs_vfsops;
92 extern const struct vfsops mfs_vfsops;
96 extern const struct vfsops msdosfs_vfsops;
100 extern const struct vfsops nfs_vfsops;
104 extern const struct vfsops fdesc_vfsops;
108 extern const struct vfsops portal_vfsops;
112 extern const struct vfsops kernfs_vfsops;
116 extern const struct vfsops procfs_vfsops;
120 extern const struct vfsops cd9660_vfsops;
[all …]
/mirbsd/src/sys/sys/
Dmount.h371 const struct vfsops *mnt_op; /* operations on fs */
461 const struct vfsops *vfc_vfsops; /* filesystem operations vector */
482 struct vfsops { struct
/mirbsd/src/sys/miscfs/portal/
Dportal.h70 extern const struct vfsops portal_vfsops;
Dportal_vfsops.c264 const struct vfsops portal_vfsops = {
/mirbsd/src/sys/miscfs/fdesc/
Dfdesc.h74 extern const struct vfsops fdesc_vfsops;
Dfdesc_vfsops.c222 const struct vfsops fdesc_vfsops = {
/mirbsd/src/sys/miscfs/kernfs/
Dkernfs.h103 extern const struct vfsops kernfs_vfsops;
Dkernfs_vfsops.c212 const struct vfsops kernfs_vfsops = {
/mirbsd/src/sys/miscfs/procfs/
Dprocfs.h141 extern const struct vfsops procfs_vfsops;
Dprocfs_vfsops.c223 const struct vfsops procfs_vfsops = {
/mirbsd/src/sys/ntfs/
Dntfs_vfsops.c1144 static struct vfsops ntfs_vfsops = {
1167 struct vfsops ntfs_vfsops = {
1195 const struct vfsops ntfs_vfsops = {
/mirbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c68 const struct vfsops mfs_vfsops = {
/mirbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c65 const struct vfsops cd9660_vfsops = {
/mirbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c877 const struct vfsops msdosfs_vfsops = {
/mirbsd/src/sys/nfs/
Dnfs_vfsops.c81 const struct vfsops nfs_vfsops = {
/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c87 const struct vfsops ext2fs_vfsops = {
/mirbsd/src/sys/ufs/ffs/
Dffs_vfsops.c74 const struct vfsops ffs_vfsops = {