Lines Matching refs:mount
59 int tmpfs_mount(struct mount *, const char *, void *, struct nameidata *,
61 int tmpfs_start(struct mount *, int, struct proc *);
62 int tmpfs_unmount(struct mount *, int, struct proc *);
63 int tmpfs_root(struct mount *, struct vnode **);
64 int tmpfs_vget(struct mount *, ino_t, struct vnode **);
65 int tmpfs_fhtovp(struct mount *, struct fid *, struct vnode **);
67 int tmpfs_statfs(struct mount *, struct statfs *, struct proc *);
68 int tmpfs_sync(struct mount *, int, int, struct ucred *, struct proc *);
70 int tmpfs_mount_update(struct mount *);
85 tmpfs_mount_update(struct mount *mp) in tmpfs_mount_update()
119 tmpfs_mount(struct mount *mp, const char *path, void *data, in tmpfs_mount()
204 tmpfs_start(struct mount *mp, int flags, struct proc *p) in tmpfs_start()
210 tmpfs_unmount(struct mount *mp, int mntflags, struct proc *p) in tmpfs_unmount()
261 tmpfs_root(struct mount *mp, struct vnode **vpp) in tmpfs_root()
270 tmpfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) in tmpfs_vget()
278 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in tmpfs_fhtovp()
324 tmpfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p) in tmpfs_statfs()
354 tmpfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, in tmpfs_sync()