mount 53 compat/common/vfs_syscalls_25.c void statfs_to_ostatfs(struct proc *, struct mount *, struct statfs *, struct ostatfs *);
mount 61 compat/common/vfs_syscalls_25.c struct mount *mp;
mount 105 compat/common/vfs_syscalls_25.c register struct mount *mp;
mount 139 compat/common/vfs_syscalls_25.c struct mount *mp;
mount 171 compat/common/vfs_syscalls_25.c register struct mount *mp, *nmp;
mount 191 compat/common/vfs_syscalls_35.c struct mount *mp;
mount 61 compat/freebsd/freebsd_file.c void statfs_to_freebsd_statfs(struct proc *, struct mount *, struct statfs *, struct freebsd_statfs *);
mount 540 compat/freebsd/freebsd_file.c struct mount *mp;
mount 580 compat/freebsd/freebsd_file.c register struct mount *mp;
mount 617 compat/freebsd/freebsd_file.c struct mount *mp;
mount 650 compat/freebsd/freebsd_file.c register struct mount *mp, *nmp;
mount 117 compat/ibcs2/ibcs2_stat.c register struct mount *mp;
mount 149 compat/ibcs2/ibcs2_stat.c struct mount *mp;
mount 115 compat/osf1/osf1_mount.c struct mount *mp;
mount 143 compat/osf1/osf1_mount.c struct mount *mp, *nmp;
mount 226 compat/osf1/osf1_mount.c struct mount *mp;
mount 827 compat/sunos/sunos_misc.c register struct mount *mp;
mount 855 compat/sunos/sunos_misc.c struct mount *mp;
mount 200 compat/ultrix/ultrix_fs.c struct mount *mp, *nmp;
mount 369 compat/ultrix/ultrix_fs.c parse ultrix mount option string and set NetBSD flags
mount 243 compat/ultrix/ultrix_pathname.c register struct mount *mp;
mount 277 compat/ultrix/ultrix_pathname.c struct mount *mp;
mount 333 ddb/db_command.c vfs_mount_print((struct mount *) addr, full, db_printf);
mount 48 ddb/db_interface.h struct mount;
mount 54 ddb/db_interface.h void vfs_mount_print(struct mount *, int, int (*)(const char *, ...));
mount 54 isofs/cd9660/cd9660_extern.h struct mount *im_mountp;
mount 83 isofs/cd9660/cd9660_extern.h int cd9660_mount(struct mount *, const char *, void *,
mount 85 isofs/cd9660/cd9660_extern.h int cd9660_start(struct mount *, int, struct proc *);
mount 86 isofs/cd9660/cd9660_extern.h int cd9660_unmount(struct mount *, int, struct proc *);
mount 87 isofs/cd9660/cd9660_extern.h int cd9660_root(struct mount *, struct vnode **);
mount 88 isofs/cd9660/cd9660_extern.h int cd9660_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
mount 89 isofs/cd9660/cd9660_extern.h int cd9660_statfs(struct mount *, struct statfs *, struct proc *);
mount 90 isofs/cd9660/cd9660_extern.h int cd9660_sync(struct mount *, int, struct ucred *, struct proc *);
mount 91 isofs/cd9660/cd9660_extern.h int cd9660_vget(struct mount *, ino_t, struct vnode **);
mount 92 isofs/cd9660/cd9660_extern.h int cd9660_fhtovp(struct mount *, struct fid *, struct vnode **);
mount 95 isofs/cd9660/cd9660_extern.h int cd9660_check_export(struct mount *, struct mbuf *, int *,
mount 144 isofs/cd9660/cd9660_node.h int cd9660_vget_internal(struct mount *, ino_t, struct vnode **, int,
mount 83 isofs/cd9660/cd9660_vfsops.c static int iso_mountfs(struct vnode *devvp, struct mount *mp,
mount 91 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 131 isofs/cd9660/cd9660_vfsops.c register struct mount *mp;
mount 219 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 547 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 559 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 597 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 619 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 634 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 664 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 692 isofs/cd9660/cd9660_vfsops.c register struct mount *mp;
mount 722 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 744 isofs/cd9660/cd9660_vfsops.c struct mount *mp;
mount 994 isofs/cd9660/cd9660_vfsops.c register struct mount *mp;
mount 57 isofs/udf/udf.h struct mount *um_mountp;
mount 125 isofs/udf/udf.h int udf_allocv(struct mount *, struct vnode **, struct proc *);
mount 19 isofs/udf/udf_extern.h int udf_mount(struct mount *, const char *, void *, struct nameidata *,
mount 21 isofs/udf/udf_extern.h int udf_unmount(struct mount *, int, struct proc *);
mount 22 isofs/udf/udf_extern.h int udf_start(struct mount *, int, struct proc *);
mount 23 isofs/udf/udf_extern.h int udf_root(struct mount *, struct vnode **);
mount 24 isofs/udf/udf_extern.h int udf_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
mount 25 isofs/udf/udf_extern.h int udf_statfs(struct mount *, struct statfs *, struct proc *);
mount 26 isofs/udf/udf_extern.h int udf_vget(struct mount *, ino_t, struct vnode **);
mount 27 isofs/udf/udf_extern.h int udf_sync(struct mount *, int, struct ucred *, struct proc *);
mount 29 isofs/udf/udf_extern.h int udf_checkexp(struct mount *, struct mbuf *, int *, struct ucred **);
mount 30 isofs/udf/udf_extern.h int udf_fhtovp(struct mount *, struct fid *, struct vnode **);
mount 82 isofs/udf/udf_vfsops.c int udf_mountfs(struct vnode *, struct mount *, uint32_t, struct proc *);
mount 114 isofs/udf/udf_vfsops.c udf_start(struct mount *mp, int flags, struct proc *p)
mount 120 isofs/udf/udf_vfsops.c udf_mount(struct mount *mp, const char *path, void *data,
mount 215 isofs/udf/udf_vfsops.c udf_mountfs(struct vnode *devvp, struct mount *mp, uint32_t lb, struct proc *p)
mount 410 isofs/udf/udf_vfsops.c udf_unmount(struct mount *mp, int mntflags, struct proc *p)
mount 453 isofs/udf/udf_vfsops.c udf_root(struct mount *mp, struct vnode **vpp)
mount 475 isofs/udf/udf_vfsops.c udf_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
mount 482 isofs/udf/udf_vfsops.c udf_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
mount 500 isofs/udf/udf_vfsops.c udf_sync(struct mount *mp, int waitfor, struct ucred *cred, struct proc *p)
mount 506 isofs/udf/udf_vfsops.c udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
mount 635 isofs/udf/udf_vfsops.c udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
mount 675 isofs/udf/udf_vfsops.c udf_checkexp(struct mount *mp, struct mbuf *nam, int *exflagsp,
mount 163 isofs/udf/udf_vnops.c udf_allocv(struct mount *mp, struct vnode **vpp, struct proc *p)
mount 565 kern/vfs_bio.c struct mount *mp;
mount 434 kern/vfs_cache.c cache_purgevfs(struct mount *mp)
mount 296 kern/vfs_lookup.c struct mount *mp; /* mount table entry */
mount 98 kern/vfs_subr.c void insmntque(struct vnode *, struct mount *);
mount 101 kern/vfs_subr.c int vfs_hang_addrlist(struct mount *, struct netexport *,
mount 143 kern/vfs_subr.c vfs_busy(struct mount *mp, int flags)
mount 171 kern/vfs_subr.c vfs_unbusy(struct mount *mp)
mount 177 kern/vfs_subr.c vfs_isbusy(struct mount *mp)
mount 192 kern/vfs_subr.c vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp)
mount 195 kern/vfs_subr.c struct mount *mp;
mount 202 kern/vfs_subr.c mp = malloc(sizeof(struct mount), M_MOUNT, M_WAITOK);
mount 203 kern/vfs_subr.c bzero(mp, sizeof(struct mount));
mount 246 kern/vfs_subr.c struct mount *
mount 249 kern/vfs_subr.c struct mount *mp;
mount 266 kern/vfs_subr.c vfs_getnewfsid(struct mount *mp)
mount 337 kern/vfs_subr.c getnewvnode(enum vtagtype tag, struct mount *mp, int (**vops)(void *),
mount 433 kern/vfs_subr.c insmntque(struct vnode *vp, struct mount *mp)
mount 508 kern/vfs_subr.c checkalias(struct vnode *nvp, dev_t nvp_rdev, struct mount *mp)
mount 792 kern/vfs_subr.c vfs_mount_foreach_vnode(struct mount *mp,
mount 860 kern/vfs_subr.c insmntque(vp, (struct mount *)0);
mount 874 kern/vfs_subr.c vflush(struct mount *mp, struct vnode *skipvp, int flags)
mount 1010 kern/vfs_subr.c struct mount *mp;
mount 1031 kern/vfs_subr.c insmntque(vp, (struct mount *)0);
mount 1226 kern/vfs_subr.c struct mount *mp, *nmp;
mount 1316 kern/vfs_subr.c struct mount *mp, *nmp;
mount 1406 kern/vfs_subr.c vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
mount 1512 kern/vfs_subr.c vfs_export(struct mount *mp, struct netexport *nep, struct export_args *argp)
mount 1529 kern/vfs_subr.c vfs_export_lookup(struct mount *mp, struct netexport *nep, struct mbuf *nam)
mount 1617 kern/vfs_subr.c struct mount *mp, *nmp;
mount 2235 kern/vfs_subr.c vfs_mount_print(struct mount *mp, int full, int (*pr)(const char *, ...))
mount 56 kern/vfs_sync.c int softdep_process_worklist(struct mount *);
mount 290 kern/vfs_sync.c vfs_allocate_syncvnode(struct mount *mp)
mount 332 kern/vfs_sync.c struct mount *mp = syncvp->v_mount;
mount 89 kern/vfs_syscalls.c struct mount *mp;
mount 240 kern/vfs_syscalls.c mp = (struct mount *)malloc((u_long)sizeof(struct mount),
mount 242 kern/vfs_syscalls.c bzero((char *)mp, (u_long)sizeof(struct mount));
mount 311 kern/vfs_syscalls.c mp->mnt_vnodecovered->v_mountedhere = (struct mount *)0;
mount 371 kern/vfs_syscalls.c struct mount *mp;
mount 419 kern/vfs_syscalls.c dounmount(struct mount *mp, int flags, struct proc *p, struct vnode *olddp)
mount 473 kern/vfs_syscalls.c struct mount *mp, *nmp;
mount 514 kern/vfs_syscalls.c struct mount *mp;
mount 566 kern/vfs_syscalls.c struct mount *mp;
mount 599 kern/vfs_syscalls.c struct mount *mp;
mount 634 kern/vfs_syscalls.c struct mount *mp, *nmp;
mount 701 kern/vfs_syscalls.c struct mount *mp;
mount 974 kern/vfs_syscalls.c struct mount *mp;
mount 1096 kern/vfs_syscalls.c struct mount *mp;
mount 1130 kern/vfs_syscalls.c struct mount *mp;
mount 64 miscfs/portal/portal_vfsops.c int portal_mount(struct mount *, const char *, void *,
mount 66 miscfs/portal/portal_vfsops.c int portal_start(struct mount *, int, struct proc *);
mount 67 miscfs/portal/portal_vfsops.c int portal_unmount(struct mount *, int, struct proc *);
mount 68 miscfs/portal/portal_vfsops.c int portal_root(struct mount *, struct vnode **);
mount 69 miscfs/portal/portal_vfsops.c int portal_statfs(struct mount *, struct statfs *, struct proc *);
mount 76 miscfs/portal/portal_vfsops.c portal_mount(struct mount *mp, const char *path, void *data, struct nameidata *ndp,
mount 138 miscfs/portal/portal_vfsops.c portal_start(struct mount *mp, int flags, struct proc *p)
mount 145 miscfs/portal/portal_vfsops.c portal_unmount(struct mount *mp, int mntflags, struct proc *p)
mount 198 miscfs/portal/portal_vfsops.c portal_root(struct mount *mp, struct vnode **vpp)
mount 214 miscfs/portal/portal_vfsops.c portal_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
mount 234 miscfs/portal/portal_vfsops.c #define portal_sync ((int (*)(struct mount *, int, struct ucred *, \
mount 237 miscfs/portal/portal_vfsops.c #define portal_fhtovp ((int (*)(struct mount *, struct fid *, \
mount 239 miscfs/portal/portal_vfsops.c #define portal_quotactl ((int (*)(struct mount *, int, uid_t, caddr_t, \
mount 243 miscfs/portal/portal_vfsops.c #define portal_vget ((int (*)(struct mount *, ino_t, struct vnode **)) \
mount 246 miscfs/portal/portal_vfsops.c #define portal_checkexp ((int (*)(struct mount *, struct mbuf *, \
mount 113 miscfs/procfs/procfs.h int procfs_allocvp(struct mount *, struct vnode **, pid_t, pfstype);
mount 128 miscfs/procfs/procfs.h int procfs_validfile(struct proc *, struct mount *);
mount 129 miscfs/procfs/procfs.h int procfs_validfpregs(struct proc *, struct mount *);
mount 130 miscfs/procfs/procfs.h int procfs_validregs(struct proc *, struct mount *);
mount 131 miscfs/procfs/procfs.h int procfs_validmap(struct proc *, struct mount *);
mount 144 miscfs/procfs/procfs.h int procfs_root(struct mount *, struct vnode **);
mount 90 miscfs/procfs/procfs_subr.c procfs_allocvp(struct mount *mp, struct vnode **vpp, pid_t pid, pfstype pfs_type)
mount 59 miscfs/procfs/procfs_vfsops.c int procfs_mount(struct mount *, const char *, void *,
mount 61 miscfs/procfs/procfs_vfsops.c int procfs_start(struct mount *, int, struct proc *);
mount 62 miscfs/procfs/procfs_vfsops.c int procfs_unmount(struct mount *, int, struct proc *);
mount 63 miscfs/procfs/procfs_vfsops.c int procfs_statfs(struct mount *, struct statfs *, struct proc *);
mount 71 miscfs/procfs/procfs_vfsops.c procfs_mount(struct mount *mp, const char *path, void *data, struct nameidata *ndp,
mount 122 miscfs/procfs/procfs_vfsops.c procfs_unmount(struct mount *mp, int mntflags, struct proc *p)
mount 145 miscfs/procfs/procfs_vfsops.c procfs_root(struct mount *mp, struct vnode **vpp)
mount 159 miscfs/procfs/procfs_vfsops.c procfs_start(struct mount *mp, int flags, struct proc *p)
mount 169 miscfs/procfs/procfs_vfsops.c procfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
mount 193 miscfs/procfs/procfs_vfsops.c #define procfs_sync ((int (*)(struct mount *, int, struct ucred *, \
mount 196 miscfs/procfs/procfs_vfsops.c #define procfs_fhtovp ((int (*)(struct mount *, struct fid *, \
mount 198 miscfs/procfs/procfs_vfsops.c #define procfs_quotactl ((int (*)(struct mount *, int, uid_t, caddr_t, \
mount 202 miscfs/procfs/procfs_vfsops.c #define procfs_vget ((int (*)(struct mount *, ino_t, struct vnode **)) \
mount 205 miscfs/procfs/procfs_vfsops.c #define procfs_checkexp ((int (*)(struct mount *, struct mbuf *, \
mount 69 miscfs/procfs/procfs_vnops.c static int procfs_validfile_linux(struct proc *, struct mount *);
mount 81 miscfs/procfs/procfs_vnops.c int (*pt_valid)(struct proc *p, struct mount *mp);
mount 815 miscfs/procfs/procfs_vnops.c procfs_validfile(struct proc *p, struct mount *mp)
mount 822 miscfs/procfs/procfs_vnops.c procfs_validfile_linux(struct proc *p, struct mount *mp)
mount 43 miscfs/specfs/specdev.h struct mount *si_mountpoint;
mount 73 msdosfs/msdosfs_vfsops.c int msdosfs_mount(struct mount *, const char *, void *, struct nameidata *,
mount 75 msdosfs/msdosfs_vfsops.c int msdosfs_start(struct mount *, int, struct proc *);
mount 76 msdosfs/msdosfs_vfsops.c int msdosfs_unmount(struct mount *, int, struct proc *);
mount 77 msdosfs/msdosfs_vfsops.c int msdosfs_root(struct mount *, struct vnode **);
mount 78 msdosfs/msdosfs_vfsops.c int msdosfs_statfs(struct mount *, struct statfs *, struct proc *);
mount 79 msdosfs/msdosfs_vfsops.c int msdosfs_sync(struct mount *, int, struct ucred *, struct proc *);
mount 80 msdosfs/msdosfs_vfsops.c int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
mount 82 msdosfs/msdosfs_vfsops.c int msdosfs_check_export(struct mount *mp, struct mbuf *nam,
mount 85 msdosfs/msdosfs_vfsops.c int msdosfs_mountfs(struct vnode *, struct mount *, struct proc *,
mount 97 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 253 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 570 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 583 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 616 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 637 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 698 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 743 msdosfs/msdosfs_vfsops.c struct mount *mp;
mount 780 msdosfs/msdosfs_vfsops.c register struct mount *mp;
mount 800 msdosfs/msdosfs_vfsops.c #define msdosfs_vget ((int (*)(struct mount *, ino_t, struct vnode **)) \
mount 803 msdosfs/msdosfs_vfsops.c #define msdosfs_quotactl ((int (*)(struct mount *, int, uid_t, caddr_t, \
mount 55 msdosfs/msdosfsmount.h struct mount *pm_mountp;/* vfs mount struct for this fs */
mount 206 msdosfs/msdosfsmount.h int msdosfs_mount(struct mount *, const char *, void *, struct nameidata *, struct proc *);
mount 207 msdosfs/msdosfsmount.h int msdosfs_start(struct mount *, int, struct proc *);
mount 208 msdosfs/msdosfsmount.h int msdosfs_unmount(struct mount *, int, struct proc *);
mount 209 msdosfs/msdosfsmount.h int msdosfs_root(struct mount *, struct vnode **);
mount 210 msdosfs/msdosfsmount.h int msdosfs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
mount 211 msdosfs/msdosfsmount.h int msdosfs_statfs(struct mount *, struct statfs *, struct proc *);
mount 212 msdosfs/msdosfsmount.h int msdosfs_sync(struct mount *, int, struct ucred *, struct proc *);
mount 213 msdosfs/msdosfsmount.h int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
mount 91 nfs/nfs_node.c struct mount *mntp;
mount 1629 nfs/nfs_subs.c struct mount *mp;
mount 1719 nfs/nfs_subs.c struct mount *mp;
mount 77 nfs/nfs_var.h int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **);
mount 266 nfs/nfs_var.h void nfs_clearcommit(struct mount *);
mount 76 nfs/nfs_vfsops.c int nfs_checkexp(struct mount *, struct mbuf *, int *, struct ucred **);
mount 77 nfs/nfs_vfsops.c struct mount *nfs_mount_diskless(struct nfs_dlmount *, char *, int);
mount 106 nfs/nfs_vfsops.c struct mount *mp;
mount 251 nfs/nfs_vfsops.c struct mount *mp;
mount 367 nfs/nfs_vfsops.c struct mount *
mount 374 nfs/nfs_vfsops.c struct mount *mp;
mount 581 nfs/nfs_vfsops.c struct mount *mp;
mount 661 nfs/nfs_vfsops.c struct mount *mp;
mount 734 nfs/nfs_vfsops.c nfs_unmount(struct mount *mp, int mntflags, struct proc *p)
mount 760 nfs/nfs_vfsops.c struct mount *mp;
mount 781 nfs/nfs_vfsops.c struct mount *mp;
mount 827 nfs/nfs_vfsops.c struct mount *mp;
mount 894 nfs/nfs_vfsops.c struct mount *mp;
mount 921 nfs/nfs_vfsops.c struct mount *mp;
mount 935 nfs/nfs_vfsops.c struct mount *mp;
mount 951 nfs/nfs_vfsops.c struct mount *mp;
mount 49 nfs/nfsmount.h struct mount *nm_mountp; /* Vfs structure for this filesystem */
mount 97 nfs/nfsmount.h int nfs_mount(struct mount *mp, const char *path, void *data,
mount 99 nfs/nfsmount.h int mountnfs(struct nfs_args *argp, struct mount *mp,
mount 103 nfs/nfsmount.h int nfs_start(struct mount *mp, int flags, struct proc *p);
mount 104 nfs/nfsmount.h int nfs_unmount(struct mount *mp, int mntflags, struct proc *p);
mount 105 nfs/nfsmount.h int nfs_root(struct mount *mp, struct vnode **vpp);
mount 106 nfs/nfsmount.h int nfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
mount 108 nfs/nfsmount.h int nfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p);
mount 109 nfs/nfsmount.h int nfs_sync(struct mount *mp, int waitfor, struct ucred *cred,
mount 111 nfs/nfsmount.h int nfs_vget(struct mount *, ino_t, struct vnode **);
mount 112 nfs/nfsmount.h int nfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp);
mount 248 ntfs/ntfs.h struct mount *ntm_mountp; /* filesystem vfs structure */
mount 2079 ntfs/ntfs_subr.c struct mount *mp;
mount 2083 ntfs/ntfs_subr.c struct mount *mp;
mount 103 ntfs/ntfs_subr.h int ntfs_toupper_use(struct mount *, struct ntfsmount *);
mount 136 ntfs/ntfs_subr.h int ntfs_toupper_use(struct mount *, struct ntfsmount *, struct proc *);
mount 84 ntfs/ntfs_vfsops.c static int ntfs_mount(struct mount *, char *, caddr_t,
mount 87 ntfs/ntfs_vfsops.c static int ntfs_mount(struct mount *, const char *, void *,
mount 90 ntfs/ntfs_vfsops.c static int ntfs_quotactl(struct mount *, int, uid_t, caddr_t,
mount 92 ntfs/ntfs_vfsops.c static int ntfs_root(struct mount *, struct vnode **);
mount 93 ntfs/ntfs_vfsops.c static int ntfs_start(struct mount *, int, struct proc *);
mount 94 ntfs/ntfs_vfsops.c static int ntfs_statfs(struct mount *, struct statfs *,
mount 96 ntfs/ntfs_vfsops.c static int ntfs_sync(struct mount *, int, struct ucred *,
mount 98 ntfs/ntfs_vfsops.c static int ntfs_unmount(struct mount *, int, struct proc *);
mount 99 ntfs/ntfs_vfsops.c static int ntfs_vget(struct mount *mp, ino_t ino,
mount 101 ntfs/ntfs_vfsops.c static int ntfs_mountfs(struct vnode *, struct mount *,
mount 107 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
mount 114 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
mount 116 ntfs/ntfs_vfsops.c static int ntfs_checkexp(struct mount *, struct mbuf *,
mount 123 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
mount 125 ntfs/ntfs_vfsops.c static int ntfs_checkexp(struct mount *, struct mbuf *,
mount 131 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
mount 151 ntfs/ntfs_vfsops.c struct mount *mp;
mount 191 ntfs/ntfs_vfsops.c struct mount *mp;
mount 286 ntfs/ntfs_vfsops.c struct mount *mp,
mount 510 ntfs/ntfs_vfsops.c struct mount *mp;
mount 719 ntfs/ntfs_vfsops.c struct mount *mp,
mount 728 ntfs/ntfs_vfsops.c struct mount *mp,
mount 803 ntfs/ntfs_vfsops.c struct mount *mp,
mount 827 ntfs/ntfs_vfsops.c struct mount *mp,
mount 871 ntfs/ntfs_vfsops.c struct mount *mp,
mount 913 ntfs/ntfs_vfsops.c struct mount *mp,
mount 926 ntfs/ntfs_vfsops.c struct mount *mp,
mount 933 ntfs/ntfs_vfsops.c struct mount *mp,
mount 937 ntfs/ntfs_vfsops.c struct mount *mp,
mount 989 ntfs/ntfs_vfsops.c struct mount *mp,
mount 1134 ntfs/ntfs_vfsops.c struct mount *mp,
mount 38 ntfs/ntfs_vfsops.h int ntfs_vgetex(struct mount *, ino_t, u_int32_t, char *, u_long, u_long,
mount 353 sys/mount.h struct mount {
mount 354 sys/mount.h CIRCLEQ_ENTRY(mount) mnt_list; /* mount list */
mount 470 sys/mount.h int (*vfs_mount)(struct mount *mp, const char *path,
mount 473 sys/mount.h int (*vfs_start)(struct mount *mp, int flags,
mount 475 sys/mount.h int (*vfs_unmount)(struct mount *mp, int mntflags,
mount 477 sys/mount.h int (*vfs_root)(struct mount *mp, struct vnode **vpp);
mount 478 sys/mount.h int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid,
mount 480 sys/mount.h int (*vfs_statfs)(struct mount *mp, struct statfs *sbp,
mount 482 sys/mount.h int (*vfs_sync)(struct mount *mp, int waitfor,
mount 484 sys/mount.h int (*vfs_vget)(struct mount *mp, ino_t ino,
mount 486 sys/mount.h int (*vfs_fhtovp)(struct mount *mp, struct fid *fhp,
mount 492 sys/mount.h int (*vfs_checkexp)(struct mount *mp, struct mbuf *nam,
mount 556 sys/mount.h int vfs_busy(struct mount *, int);
mount 562 sys/mount.h int vfs_isbusy(struct mount *);
mount 563 sys/mount.h int vfs_mount_foreach_vnode(struct mount *, int (*func)(struct vnode *,
mount 565 sys/mount.h void vfs_getnewfsid(struct mount *);
mount 566 sys/mount.h struct mount *vfs_getvfs(fsid_t *);
mount 569 sys/mount.h int vfs_rootmountalloc(char *, char *, struct mount **);
mount 570 sys/mount.h void vfs_unbusy(struct mount *);
mount 572 sys/mount.h extern CIRCLEQ_HEAD(mntlist, mount) mountlist;
mount 574 sys/mount.h struct mount *getvfs(fsid_t *); /* return vfs given fsid */
mount 576 sys/mount.h int vfs_export(struct mount *, struct netexport *, struct export_args *);
mount 578 sys/mount.h struct netcred *vfs_export_lookup(struct mount *, struct netexport *,
mount 580 sys/mount.h int vfs_allocate_syncvnode(struct mount *);
mount 586 sys/mount.h int dounmount(struct mount *, int, struct proc *, struct vnode *);
mount 602 sys/mount.h int mount(const char *, const char *, int, void *);
mount 182 sys/namei.h struct mount;
mount 183 sys/namei.h void cache_purgevfs(struct mount *);
mount 94 sys/vnode.h struct mount *v_mount; /* ptr to vfs we are in */
mount 102 sys/vnode.h struct mount *vu_mountedhere;/* ptr to mounted vfs (VDIR) */
mount 378 sys/vnode.h struct mount;
mount 390 sys/vnode.h struct vnode *checkalias(struct vnode *, dev_t, struct mount *);
mount 391 sys/vnode.h int getnewvnode(enum vtagtype, struct mount *, int (**vops)(void *),
mount 399 sys/vnode.h int vflush(struct mount *, struct vnode *, int);
mount 105 ufs/ext2fs/ext2fs_bmap.c struct mount *mp;
mount 41 ufs/ext2fs/ext2fs_extern.h struct mount;
mount 100 ufs/ext2fs/ext2fs_extern.h int ext2fs_vinit(struct mount *, int (**)(void *), int (**)(void *),
mount 109 ufs/ext2fs/ext2fs_extern.h int ext2fs_mount(struct mount *, const char *, void *,
mount 111 ufs/ext2fs/ext2fs_extern.h int ext2fs_reload(struct mount *, struct ucred *, struct proc *);
mount 112 ufs/ext2fs/ext2fs_extern.h int ext2fs_mountfs(struct vnode *, struct mount *, struct proc *);
mount 113 ufs/ext2fs/ext2fs_extern.h int ext2fs_unmount(struct mount *, int, struct proc *);
mount 114 ufs/ext2fs/ext2fs_extern.h int ext2fs_flushfiles(struct mount *, int, struct proc *);
mount 115 ufs/ext2fs/ext2fs_extern.h int ext2fs_statfs(struct mount *, struct statfs *, struct proc *);
mount 116 ufs/ext2fs/ext2fs_extern.h int ext2fs_sync(struct mount *, int, struct ucred *, struct proc *);
mount 117 ufs/ext2fs/ext2fs_extern.h int ext2fs_vget(struct mount *, ino_t, struct vnode **);
mount 118 ufs/ext2fs/ext2fs_extern.h int ext2fs_fhtovp(struct mount *, struct fid *, struct vnode **);
mount 139 ufs/ext2fs/ext2fs_subr.c ext2fs_vinit(struct mount *mp, int (**specops)(void *),
mount 130 ufs/ext2fs/ext2fs_vfsops.c struct mount *mp;
mount 177 ufs/ext2fs/ext2fs_vfsops.c ext2fs_mount(struct mount *mp, const char *path, void *data,
mount 387 ufs/ext2fs/ext2fs_vfsops.c ext2fs_reload(struct mount *mountp, struct ucred *cred, struct proc *p)
mount 476 ufs/ext2fs/ext2fs_vfsops.c ext2fs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
mount 607 ufs/ext2fs/ext2fs_vfsops.c ext2fs_unmount(struct mount *mp, int mntflags, struct proc *p)
mount 645 ufs/ext2fs/ext2fs_vfsops.c ext2fs_flushfiles(struct mount *mp, int flags, struct proc *p)
mount 669 ufs/ext2fs/ext2fs_vfsops.c ext2fs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
mount 755 ufs/ext2fs/ext2fs_vfsops.c ext2fs_sync(struct mount *mp, int waitfor, struct ucred *cred, struct proc *p)
mount 808 ufs/ext2fs/ext2fs_vfsops.c ext2fs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
mount 943 ufs/ext2fs/ext2fs_vfsops.c ext2fs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
mount 83 ufs/ffs/ffs_extern.h struct mount;
mount 137 ufs/ffs/ffs_extern.h int ffs_mount(struct mount *, const char *, void *, struct nameidata *,
mount 139 ufs/ffs/ffs_extern.h int ffs_reload(struct mount *, struct ucred *, struct proc *);
mount 140 ufs/ffs/ffs_extern.h int ffs_mountfs(struct vnode *, struct mount *, struct proc *);
mount 142 ufs/ffs/ffs_extern.h int ffs_unmount(struct mount *, int, struct proc *);
mount 143 ufs/ffs/ffs_extern.h int ffs_flushfiles(struct mount *, int, struct proc *);
mount 144 ufs/ffs/ffs_extern.h int ffs_statfs(struct mount *, struct statfs *, struct proc *);
mount 145 ufs/ffs/ffs_extern.h int ffs_sync(struct mount *, int, struct ucred *, struct proc *);
mount 146 ufs/ffs/ffs_extern.h int ffs_vget(struct mount *, ino_t, struct vnode **);
mount 147 ufs/ffs/ffs_extern.h int ffs_fhtovp(struct mount *, struct fid *, struct vnode **);
mount 169 ufs/ffs/ffs_extern.h int softdep_process_worklist(struct mount *);
mount 170 ufs/ffs/ffs_extern.h int softdep_mount(struct vnode *, struct mount *, struct fs *,
mount 172 ufs/ffs/ffs_extern.h int softdep_flushworklist(struct mount *, int *, struct proc *);
mount 173 ufs/ffs/ffs_extern.h int softdep_flushfiles(struct mount *, int, struct proc *);
mount 121 ufs/ffs/ffs_softdep.c STATIC int flush_pagedep_deps(struct vnode *, struct mount *,
mount 165 ufs/ffs/ffs_softdep.c STATIC int process_worklist_item(struct mount *, int);
mount 613 ufs/ffs/ffs_softdep.c struct mount *matchmnt;
mount 733 ufs/ffs/ffs_softdep.c struct mount *matchmnt;
mount 738 ufs/ffs/ffs_softdep.c struct mount *mp;
mount 870 ufs/ffs/ffs_softdep.c struct mount *oldmnt;
mount 913 ufs/ffs/ffs_softdep.c struct mount *oldmnt;
mount 998 ufs/ffs/ffs_softdep.c struct mount *mp;
mount 1245 ufs/ffs/ffs_softdep.c struct mount *mp;
mount 4553 ufs/ffs/ffs_softdep.c struct mount *mnt;
mount 5086 ufs/ffs/ffs_softdep.c struct mount *mp;
mount 5378 ufs/ffs/ffs_softdep.c struct mount *mp;
mount 5429 ufs/ffs/ffs_softdep.c struct mount *mp;
mount 50 ufs/ffs/ffs_softdep_stub.c softdep_flushfiles(struct mount *oldmnt, int flags, struct proc *p)
mount 56 ufs/ffs/ffs_softdep_stub.c softdep_mount(struct vnode *devvp, struct mount *mp, struct fs *fs,
mount 171 ufs/ffs/ffs_softdep_stub.c softdep_flushworklist(struct mount *oldmnt, int *countp, struct proc *p)
mount 115 ufs/ffs/ffs_vfsops.c struct mount *mp;
mount 164 ufs/ffs/ffs_vfsops.c ffs_mount(struct mount *mp, const char *path, void *data,
mount 525 ufs/ffs/ffs_vfsops.c ffs_reload(struct mount *mountp, struct ucred *cred, struct proc *p)
mount 665 ufs/ffs/ffs_vfsops.c ffs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
mount 1005 ufs/ffs/ffs_vfsops.c ffs_unmount(struct mount *mp, int mntflags, struct proc *p)
mount 1052 ufs/ffs/ffs_vfsops.c ffs_flushfiles(struct mount *mp, int flags, struct proc *p)
mount 1091 ufs/ffs/ffs_vfsops.c ffs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
mount 1166 ufs/ffs/ffs_vfsops.c ffs_sync(struct mount *mp, int waitfor, struct ucred *cred, struct proc *p)
mount 1234 ufs/ffs/ffs_vfsops.c ffs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
mount 1379 ufs/ffs/ffs_vfsops.c ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
mount 193 ufs/ffs/softdep.h struct mount *pd_mnt; /* associated mount point */
mount 417 ufs/ffs/softdep.h struct mount *ff_mnt; /* associated mount point */
mount 434 ufs/ffs/softdep.h struct mount *fb_mnt; /* associated mount point */
mount 454 ufs/ffs/softdep.h struct mount *fx_mnt; /* associated mount point */
mount 556 ufs/ffs/softdep.h struct mount *dm_mnt; /* associated mount point */
mount 36 ufs/mfs/mfs_extern.h struct mount;
mount 49 ufs/mfs/mfs_extern.h int mfs_mount(struct mount *, const char *, void *, struct nameidata *,
mount 51 ufs/mfs/mfs_extern.h int mfs_start(struct mount *, int, struct proc *);
mount 52 ufs/mfs/mfs_extern.h int mfs_statfs(struct mount *, struct statfs *, struct proc *);
mount 54 ufs/mfs/mfs_extern.h int mfs_checkexp(struct mount *, struct mbuf *, int *, struct ucred **);
mount 92 ufs/mfs/mfs_vfsops.c struct mount *mp;
mount 162 ufs/mfs/mfs_vfsops.c mfs_mount(struct mount *mp, const char *path, void *data,
mount 201 ufs/mfs/mfs_vfsops.c error = getnewvnode(VT_MFS, (struct mount *)0, mfs_vnodeop_p, &devvp);
mount 205 ufs/mfs/mfs_vfsops.c if (checkalias(devvp, makedev(255, mfs_minor), (struct mount *)0))
mount 244 ufs/mfs/mfs_vfsops.c mfs_start(struct mount *mp, int flags, struct proc *p)
mount 281 ufs/mfs/mfs_vfsops.c mfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
mount 298 ufs/mfs/mfs_vfsops.c mfs_checkexp(struct mount *mp, struct mbuf *nam, int *exflagsp,
mount 123 ufs/ufs/quota.h struct mount;
mount 141 ufs/ufs/quota.h int quotaoff(struct proc *, struct mount *, int);
mount 142 ufs/ufs/quota.h int qsync(struct mount *mp);
mount 143 ufs/ufs/quota.h int ufs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
mount 98 ufs/ufs/ufs_bmap.c struct mount *mp;
mount 45 ufs/ufs/ufs_extern.h struct mount;
mount 127 ufs/ufs/ufs_extern.h int ufs_start(struct mount *, int, struct proc *);
mount 128 ufs/ufs/ufs_extern.h int ufs_root(struct mount *, struct vnode **);
mount 129 ufs/ufs/ufs_extern.h int ufs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
mount 130 ufs/ufs/ufs_extern.h int ufs_fhtovp(struct mount *, struct ufid *, struct vnode **);
mount 131 ufs/ufs/ufs_extern.h int ufs_check_export(struct mount *, struct mbuf *, int *,
mount 135 ufs/ufs/ufs_extern.h int ufs_vinit(struct mount *, int (**)(void *),
mount 606 ufs/ufs/ufs_lookup.c struct mount *mp;
mount 110 ufs/ufs/ufs_quota.c int getquota(struct mount *, u_long, int, caddr_t);
mount 111 ufs/ufs/ufs_quota.c int quotaon(struct proc *, struct mount *, int, caddr_t);
mount 112 ufs/ufs/ufs_quota.c int setquota(struct mount *, u_long, int, caddr_t);
mount 113 ufs/ufs/ufs_quota.c int setuse(struct mount *, u_long, int, caddr_t);
mount 481 ufs/ufs/ufs_quota.c quotaon(struct proc *p, struct mount *mp, int type, caddr_t fname)
mount 568 ufs/ufs/ufs_quota.c quotaoff(struct proc *p, struct mount *mp, int type)
mount 607 ufs/ufs/ufs_quota.c getquota(struct mount *mp, u_long id, int type, caddr_t addr)
mount 623 ufs/ufs/ufs_quota.c setquota(struct mount *mp, u_long id, int type, caddr_t addr)
mount 679 ufs/ufs/ufs_quota.c setuse(struct mount *mp, u_long id, int type, caddr_t addr)
mount 744 ufs/ufs/ufs_quota.c qsync(struct mount *mp)
mount 1000 ufs/ufs/ufs_quota.c ufs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
mount 50 ufs/ufs/ufs_quota_stub.c quotaoff(struct proc *p, struct mount *mp, int flags) {
mount 55 ufs/ufs/ufs_quota_stub.c qsync(struct mount *mp) {
mount 60 ufs/ufs/ufs_quota_stub.c ufs_quotactl(struct mount *mp, int a, uid_t u, caddr_t addr, struct proc *p) {
mount 65 ufs/ufs/ufs_vfsops.c ufs_start(struct mount *mp, int flags, struct proc *p)
mount 74 ufs/ufs/ufs_vfsops.c ufs_root(struct mount *mp, struct vnode **vpp)
mount 90 ufs/ufs/ufs_vfsops.c ufs_check_export(struct mount *mp, struct mbuf *nam, int *exflagsp,
mount 133 ufs/ufs/ufs_vfsops.c ufs_fhtovp(struct mount *mp, struct ufid *ufhp, struct vnode **vpp)
mount 1770 ufs/ufs/ufs_vnops.c ufs_vinit(struct mount *mntp, int (**specops)(void *),
mount 46 ufs/ufs/ufsmount.h struct mount *um_mountp; /* filesystem vfs structure */
mount 234 uvm/uvm_extern.h struct mount;
mount 438 uvm/uvm_extern.h struct mount;
mount 586 uvm/uvm_extern.h void uvm_vnp_sync(struct mount *);
mount 1039 uvm/uvm_swap.c struct mount *mp;
mount 1920 uvm/uvm_vnode.c struct mount *mp;
mount 54 xfs/xfs_fs.h struct mount *mp;
mount 86 xfs/xfs_fs.h void xfs_dnlc_purge_mp(struct mount *);
mount 216 xfs/xfs_locl.h void cache_purgevfs(struct mount *);
mount 198 xfs/xfs_node-bsd.c xfs_vflush(struct mount *mp, int flags)
mount 211 xfs/xfs_node-bsd.c struct mount *mp = NNPFS_TO_VFS(xfsp);
mount 761 xfs/xfs_node-bsd.c xfs_dnlc_purge_mp(struct mount *mp)
mount 385 xfs/xfs_syscalls-common.c struct mount *mnt;
mount 52 xfs/xfs_vfsops-bsd.c xfs_mount_caddr(struct mount *mp,
mount 62 xfs/xfs_vfsops-bsd.c xfs_start(struct mount * mp, int flags, d_thread_t * p)
mount 71 xfs/xfs_vfsops-bsd.c xfs_unmount(struct mount * mp, int mntflags, d_thread_t *p)
mount 79 xfs/xfs_vfsops-bsd.c xfs_root(struct mount *mp, struct vnode **vpp)
mount 90 xfs/xfs_vfsops-bsd.c xfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, d_thread_t *p)
mount 100 xfs/xfs_vfsops-bsd.c xfs_statfs(struct mount *mp, struct statfs *sbp, d_thread_t *p)
mount 111 xfs/xfs_vfsops-bsd.c xfs_sync(struct mount *mp, int waitfor, struct ucred *cred, d_thread_t *p)
mount 123 xfs/xfs_vfsops-bsd.c xfs_vget(struct mount * mp,
mount 136 xfs/xfs_vfsops-bsd.c common_fhtovp(struct mount * mp,
mount 204 xfs/xfs_vfsops-bsd.c xfs_fhtovp(struct mount * mp,
mount 216 xfs/xfs_vfsops-bsd.c xfs_fhtovp(struct mount * mp,
mount 250 xfs/xfs_vfsops-bsd.c xfs_checkexp (struct mount *mp,
mount 328 xfs/xfs_vfsops-bsd.c struct mount *mp;
mount 40 xfs/xfs_vfsops-bsd.h xfs_mount_caddr(struct mount *mp, const char *user_path, caddr_t user_data,
mount 44 xfs/xfs_vfsops-bsd.h xfs_start(struct mount * mp, int flags, d_thread_t * p);
mount 47 xfs/xfs_vfsops-bsd.h xfs_unmount(struct mount * mp, int mntflags, d_thread_t *p);
mount 50 xfs/xfs_vfsops-bsd.h xfs_root(struct mount *mp, struct vnode **vpp);
mount 53 xfs/xfs_vfsops-bsd.h xfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, d_thread_t *p);
mount 56 xfs/xfs_vfsops-bsd.h xfs_statfs(struct mount *mp, struct statfs *sbp, d_thread_t *p);
mount 59 xfs/xfs_vfsops-bsd.h xfs_sync(struct mount *mp, int waitfor, struct ucred *cred, d_thread_t *p);
mount 62 xfs/xfs_vfsops-bsd.h xfs_vget(struct mount * mp,
mount 72 xfs/xfs_vfsops-bsd.h xfs_fhtovp(struct mount * mp,
mount 77 xfs/xfs_vfsops-bsd.h xfs_fhtovp(struct mount * mp,
mount 87 xfs/xfs_vfsops-bsd.h xfs_checkexp (struct mount *mp,
mount 64 xfs/xfs_vfsops-common.c xfs_mount_common_sys(struct mount *mp,
mount 193 xfs/xfs_vfsops-common.c xfs_mount_common(struct mount *mp,
mount 234 xfs/xfs_vfsops-common.c xfs_unmount_common(struct mount *mp, int mntflags)
mount 258 xfs/xfs_vfsops-common.c xfs_root_common(struct mount *mp, struct vnode **vpp,
mount 50 xfs/xfs_vfsops-openbsd.c xfs_make_dead_vnode(struct mount *mp, struct vnode **vpp)
mount 40 xfs/xfs_vfsops.h xfs_mount_common(struct mount *mp,
mount 47 xfs/xfs_vfsops.h xfs_mount_common_sys(struct mount *mp,
mount 54 xfs/xfs_vfsops.h xfs_unmount_common(struct mount *mp, int mntflags);
mount 57 xfs/xfs_vfsops.h xfs_root_common(struct mount *mp,
mount 73 xfs/xfs_vfsops.h int xfs_make_dead_vnode(struct mount *mp, struct vnode **vpp);