Searched defs:vfsops (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/sys/ |
H A D | mount.h | 510 struct vfsops { struct 511 int (*vfs_mount)(struct mount *mp, const char *path, 514 int (*vfs_start)(struct mount *mp, int flags, 516 int (*vfs_unmount)(struct mount *mp, int mntflags, 518 int (*vfs_root)(struct mount *mp, struct vnode **vpp); 521 int (*vfs_statfs)(struct mount *mp, struct statfs *sbp, 523 int (*vfs_sync)(struct mount *mp, int waitfor, int stall, 525 int (*vfs_vget)(struct mount *mp, ino_t ino, 527 int (*vfs_fhtovp)(struct mount *mp, struct fid *fhp, 529 int (*vfs_vptofh)(struct vnode *vp, struct fid *fhp); [all …]
|