Home
last modified time | relevance | path

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

/csrg-svn/sys/sys/
H A Dmount.h203 struct vfsops { struct
204 int (*vfs_mount) __P((struct mount *mp, char *path, caddr_t data,
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));
211 int (*vfs_quotactl) __P((struct mount *mp, int cmds, uid_t uid,
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,
[all …]