Home
last modified time | relevance | path

Searched refs:vfsconf (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/sys/kern/
H A Dvfs_init.c53 static struct vfsconf vfsconflist[] = {
110 int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf);
116 struct vfsconf *vfsp; in vfsinit()
138 struct vfsconf *
150 struct vfsconf *
H A Dvfs_subr.c179 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp) in vfs_mount_alloc()
282 struct vfsconf *vfsp; in vfs_rootmountalloc()
1393 struct vfsconf *vfsp, *tmpvfsp; in vfs_sysctl()
1427 sizeof(struct vfsconf)); in vfs_sysctl()
2314 struct vfsconf *vfc = mp->mnt_vfc; in vfs_mount_print()
/openbsd/sys/ufs/mfs/
H A Dmfs_extern.h42 struct vfsconf;
52 int mfs_init(struct vfsconf *);
H A Dmfs_vfsops.c219 mfs_init(struct vfsconf *vfsp) in mfs_init()
/openbsd/sys/sys/
H A Dmount.h338 struct vfsconf *mnt_vfc; /* configuration info */
460 struct vfsconf { struct
530 int (*vfs_init)(struct vfsconf *);
596 struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *);
620 struct vfsconf *vfs_byname(const char *);
621 struct vfsconf *vfs_bytypenum(int);
/openbsd/sys/ufs/ufs/
H A Dufs_extern.h53 struct vfsconf;
105 int ufs_init(struct vfsconf *);
H A Dufs_vfsops.c108 ufs_init(struct vfsconf *vfsp) in ufs_init()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_extern.h50 struct vfsconf;
77 int ext2fs_init(struct vfsconf *);
H A Dext2fs_vfsops.c92 ext2fs_init(struct vfsconf *vfsp) in ext2fs_init()
/openbsd/sys/ufs/ffs/
H A Dffs_extern.h90 struct vfsconf;
121 int ffs_init(struct vfsconf *);
H A Dffs_vfsops.c1425 ffs_init(struct vfsconf *vfsp) in ffs_init()
/openbsd/sys/isofs/udf/
H A Dudf_extern.h20 int udf_init(struct vfsconf *);
H A Dudf_vfsops.c101 udf_init(struct vfsconf *foo) in udf_init()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_extern.h94 int cd9660_init(struct vfsconf *);
H A Dcd9660_node.c75 cd9660_init(struct vfsconf *vfsp) in cd9660_init()
/openbsd/sys/tmpfs/
H A Dtmpfs_vfsops.c69 int tmpfs_init(struct vfsconf *);
73 tmpfs_init(struct vfsconf *vfsp) in tmpfs_init()
/openbsd/sys/miscfs/fuse/
H A Dfuse_vfsops.c47 int fusefs_init(struct vfsconf *);
347 fusefs_init(struct vfsconf *vfc) in fusefs_init()
/openbsd/sys/msdosfs/
H A Dmsdosfsmount.h211 int msdosfs_init(struct vfsconf *);
H A Dmsdosfs_denode.c82 msdosfs_init(struct vfsconf *vfsp) in msdosfs_init()
/openbsd/sys/nfs/
H A Dnfs_var.h170 int nfs_vfs_init(struct vfsconf *);
H A Dnfs_subs.c906 nfs_vfs_init(struct vfsconf *vfsp) in nfs_vfs_init()
/openbsd/sys/ntfs/
H A Dntfs_vfsops.c72 int ntfs_init(struct vfsconf *);
111 ntfs_init(struct vfsconf *vcp) in ntfs_init()
/openbsd/usr.bin/nfsstat/
H A Dnfsstat.c141 struct vfsconf vfsc; in main()
/openbsd/sbin/sysctl/
H A Dsysctl.c1275 struct vfsconf vfc; in vfsinit()
1351 struct vfsconf vfc; in sysctl_vfsgen()
/openbsd/regress/usr.bin/diff/
H A Dt9.2108 struct vfsconf *vfsp;
211 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
225 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {

12