Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dmount.h203 struct vfsops { struct
206 int (*vfs_start) __P((struct mount *mp, int flags,
208 int (*vfs_unmount) __P((struct mount *mp, int mntflags,
210 int (*vfs_root) __P((struct mount *mp, struct vnode **vpp));
213 int (*vfs_statfs) __P((struct mount *mp, struct statfs *sbp,
215 int (*vfs_sync) __P((struct mount *mp, int waitfor,
217 int (*vfs_vget) __P((struct mount *mp, ino_t ino,
219 int (*vfs_fhtovp) __P((struct mount *mp, struct fid *fhp,
222 int (*vfs_vptofh) __P((struct vnode *vp, struct fid *fhp));
223 int (*vfs_init) __P((struct vfsconf *));
[all …]