Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dmount.h508 struct vfsops { struct
509 int (*vfs_mount)(struct mount *mp, const char *path,
512 int (*vfs_start)(struct mount *mp, int flags,
514 int (*vfs_unmount)(struct mount *mp, int mntflags,
516 int (*vfs_root)(struct mount *mp, struct vnode **vpp);
519 int (*vfs_statfs)(struct mount *mp, struct statfs *sbp,
521 int (*vfs_sync)(struct mount *mp, int waitfor, int stall,
523 int (*vfs_vget)(struct mount *mp, ino_t ino,
525 int (*vfs_fhtovp)(struct mount *mp, struct fid *fhp,
527 int (*vfs_vptofh)(struct vnode *vp, struct fid *fhp);
[all …]