Symbol: mount
lib/libc/hidden/sys/mount.h
30
PROTO_NORMAL(mount);
lib/libcrypto/crypto.h
332
void CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int type,
lib/libcrypto/crypto.h
334
int (*CRYPTO_get_add_lock_callback(void))(int *num, int mount, int type,
lib/libcrypto/crypto_legacy.c
185
CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num,
lib/libcrypto/crypto_legacy.c
193
(*CRYPTO_get_add_lock_callback(void))(int *num, int mount, int type,
lib/libfuse/fuse.c
167
if (mount(MOUNT_FUSEFS, mnt_dir, mnt_flags, &fargs)) {
lib/libkvm/kvm_file2.c
530
struct mount mount;
lib/libkvm/kvm_file2.c
532
if (KREAD(kd, (u_long)vp->v_mount, &mount)) {
lib/libkvm/kvm_file2.c
537
strlcpy(kf->f_mntonname, mount.mnt_stat.f_mntonname,
sbin/fsck_ext2fs/main.c
332
ret = mount(MOUNT_EXT2FS, "/", flags, &args);
sbin/fsck_ffs/main.c
383
ret = mount(MOUNT_FFS, "/", flags, &args);
sbin/mount_cd9660/mount_cd9660.c
119
if (mount(MOUNT_CD9660, dir, mntflags, &args) == -1) {
sbin/mount_ext2fs/mount_ext2fs.c
88
if (mount(MOUNT_EXT2FS, fs_name, mntflags, &args) == -1) {
sbin/mount_ffs/mount_ffs.c
98
if (mount(MOUNT_FFS, fs_name, mntflags, &args) == -1) {
sbin/mount_msdos/mount_msdos.c
131
if (mount(MOUNT_MSDOS, dir, mntflags, &args) == -1) {
sbin/mount_nfs/mount_nfs.c
373
if (mount(MOUNT_NFS, name, mntflags, nfsargsp)) {
sbin/mount_ntfs/mount_ntfs.c
128
if (mount(MOUNT_NTFS, dir, mntflags, &args) == -1)
sbin/mount_tmpfs/mount_tmpfs.c
180
if (mount(MOUNT_TMPFS, canon_dir, mntflags, &args) == -1)
sbin/mount_udf/mount_udf.c
102
if (mount(MOUNT_UDF, node, flags, &args) == -1)
sbin/mountd/mountd.c
467
if (mount(sfb.f_fstypename, sfb.f_mntonname,
sbin/mountd/mountd.c
490
if (mount(sfb.f_fstypename, sfb.f_mntonname,
sbin/newfs/newfs.c
560
if (mount(MOUNT_MFS, tmpnode, tmpflags, &args) == -1)
sbin/newfs/newfs.c
563
if (mount(MOUNT_MFS, node, mntflags, &args) == -1)
sbin/newfs/newfs.c
767
ret = mount(MOUNT_FFS, mountpoint, MNT_RDONLY, &mount_args);
sys/arch/amd64/stand/rdboot/disk.c
139
if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1)
sys/arch/amd64/stand/rdboot/disk.c
198
if (mount(MOUNT_FFS, "/mnt", MNT_NOATIME, &ffs_args) == -1) {
sys/arch/amd64/stand/rdboot/disk.c
199
if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) {
sys/arch/octeon/stand/rdboot/disk.c
124
if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1)
sys/arch/octeon/stand/rdboot/disk.c
183
if (mount(MOUNT_FFS, "/mnt", MNT_NOATIME, &ffs_args) == -1) {
sys/arch/octeon/stand/rdboot/disk.c
184
if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) {
sys/arch/powerpc64/stand/rdboot/disk.c
139
if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1)
sys/arch/powerpc64/stand/rdboot/disk.c
198
if (mount(MOUNT_FFS, "/mnt", MNT_NOATIME, &ffs_args) == -1) {
sys/arch/powerpc64/stand/rdboot/disk.c
199
if (mount(MOUNT_FFS, "/mnt", MNT_RDONLY, &ffs_args) == -1) {
sys/ddb/db_command.c
368
vfs_mount_print((struct mount *) addr, full, db_printf);
sys/ddb/db_command.c
375
struct mount *mp;
sys/ddb/db_interface.h
53
struct mount;
sys/ddb/db_interface.h
58
void vfs_mount_print(struct mount *, int, int (*)(const char *, ...));
sys/isofs/cd9660/cd9660_extern.h
54
struct mount *im_mountp;
sys/isofs/cd9660/cd9660_extern.h
83
int cd9660_mount(struct mount *, const char *, void *,
sys/isofs/cd9660/cd9660_extern.h
85
int cd9660_start(struct mount *, int, struct proc *);
sys/isofs/cd9660/cd9660_extern.h
86
int cd9660_unmount(struct mount *, int, struct proc *);
sys/isofs/cd9660/cd9660_extern.h
87
int cd9660_root(struct mount *, struct vnode **);
sys/isofs/cd9660/cd9660_extern.h
88
int cd9660_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
sys/isofs/cd9660/cd9660_extern.h
89
int cd9660_statfs(struct mount *, struct statfs *, struct proc *);
sys/isofs/cd9660/cd9660_extern.h
90
int cd9660_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/isofs/cd9660/cd9660_extern.h
91
int cd9660_vget(struct mount *, ino_t, struct vnode **);
sys/isofs/cd9660/cd9660_extern.h
92
int cd9660_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/isofs/cd9660/cd9660_extern.h
95
int cd9660_check_export(struct mount *, struct mbuf *, int *,
sys/isofs/cd9660/cd9660_node.h
129
int cd9660_vget_internal(struct mount *, cdino_t, struct vnode **, int,
sys/isofs/cd9660/cd9660_vfsops.c
129
cd9660_mount(struct mount *mp, const char *path, void *data,
sys/isofs/cd9660/cd9660_vfsops.c
204
iso_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p,
sys/isofs/cd9660/cd9660_vfsops.c
526
cd9660_start(struct mount *mp, int flags, struct proc *p)
sys/isofs/cd9660/cd9660_vfsops.c
535
cd9660_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/isofs/cd9660/cd9660_vfsops.c
566
cd9660_root(struct mount *mp, struct vnode **vpp)
sys/isofs/cd9660/cd9660_vfsops.c
585
cd9660_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg,
sys/isofs/cd9660/cd9660_vfsops.c
596
cd9660_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/isofs/cd9660/cd9660_vfsops.c
616
cd9660_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/isofs/cd9660/cd9660_vfsops.c
640
cd9660_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/isofs/cd9660/cd9660_vfsops.c
667
cd9660_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/isofs/cd9660/cd9660_vfsops.c
690
cd9660_vget_internal(struct mount *mp, cdino_t ino, struct vnode **vpp,
sys/isofs/cd9660/cd9660_vfsops.c
83
static int iso_mountfs(struct vnode *devvp, struct mount *mp,
sys/isofs/cd9660/cd9660_vfsops.c
91
struct mount *mp;
sys/isofs/cd9660/cd9660_vfsops.c
927
cd9660_check_export(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/isofs/udf/udf.h
137
int udf_allocv(struct mount *, struct vnode **, struct proc *);
sys/isofs/udf/udf.h
59
struct mount *um_mountp;
sys/isofs/udf/udf_extern.h
21
int udf_mount(struct mount *, const char *, void *, struct nameidata *,
sys/isofs/udf/udf_extern.h
23
int udf_unmount(struct mount *, int, struct proc *);
sys/isofs/udf/udf_extern.h
24
int udf_start(struct mount *, int, struct proc *);
sys/isofs/udf/udf_extern.h
25
int udf_root(struct mount *, struct vnode **);
sys/isofs/udf/udf_extern.h
26
int udf_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
sys/isofs/udf/udf_extern.h
27
int udf_statfs(struct mount *, struct statfs *, struct proc *);
sys/isofs/udf/udf_extern.h
28
int udf_vget(struct mount *, ino_t, struct vnode **);
sys/isofs/udf/udf_extern.h
29
int udf_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/isofs/udf/udf_extern.h
30
int udf_checkexp(struct mount *, struct mbuf *, int *, struct ucred **);
sys/isofs/udf/udf_extern.h
31
int udf_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/isofs/udf/udf_vfsops.c
113
udf_start(struct mount *mp, int flags, struct proc *p)
sys/isofs/udf/udf_vfsops.c
119
udf_mount(struct mount *mp, const char *path, void *data,
sys/isofs/udf/udf_vfsops.c
212
udf_mountfs(struct vnode *devvp, struct mount *mp, uint32_t lb, struct proc *p)
sys/isofs/udf/udf_vfsops.c
450
udf_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/isofs/udf/udf_vfsops.c
489
udf_root(struct mount *mp, struct vnode **vpp)
sys/isofs/udf/udf_vfsops.c
511
udf_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/isofs/udf/udf_vfsops.c
518
udf_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/isofs/udf/udf_vfsops.c
538
udf_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/isofs/udf/udf_vfsops.c
544
udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/isofs/udf/udf_vfsops.c
708
udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/isofs/udf/udf_vfsops.c
741
udf_checkexp(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/isofs/udf/udf_vfsops.c
82
int udf_mountfs(struct vnode *, struct mount *, uint32_t, struct proc *);
sys/isofs/udf/udf_vnops.c
177
udf_allocv(struct mount *mp, struct vnode **vpp, struct proc *p)
sys/kern/vfs_bio.c
416
struct mount *mp;
sys/kern/vfs_bio.c
675
struct mount *mp;
sys/kern/vfs_cache.c
454
cache_purgevfs(struct mount *mp)
sys/kern/vfs_default.c
67
struct mount *mp = vp->v_specmountpoint;
sys/kern/vfs_lookup.c
391
struct mount *mp; /* mount table entry */
sys/kern/vfs_subr.c
1004
vflush(struct mount *mp, struct vnode *skipvp, int flags)
sys/kern/vfs_subr.c
110
void insmntque(struct vnode *, struct mount *);
sys/kern/vfs_subr.c
113
int vfs_hang_addrlist(struct mount *, struct netexport *,
sys/kern/vfs_subr.c
1360
struct mount *mp;
sys/kern/vfs_subr.c
1464
vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
sys/kern/vfs_subr.c
1564
vfs_export(struct mount *mp, struct netexport *nep, struct export_args *argp)
sys/kern/vfs_subr.c
1585
vfs_export_lookup(struct mount *mp, struct netexport *nep, struct mbuf *nam)
sys/kern/vfs_subr.c
1691
struct mount *mp;
sys/kern/vfs_subr.c
173
struct mount *
sys/kern/vfs_subr.c
1755
struct mount *mp, *nmp;
sys/kern/vfs_subr.c
176
struct mount *mp;
sys/kern/vfs_subr.c
195
struct mount *
sys/kern/vfs_subr.c
196
vfs_mount_take(struct mount *mp)
sys/kern/vfs_subr.c
203
vfs_mount_rele(struct mount *mp)
sys/kern/vfs_subr.c
213
vfs_mount_free(struct mount *mp)
sys/kern/vfs_subr.c
2265
vfs_mount_print(struct mount *mp, int full,
sys/kern/vfs_subr.c
228
vfs_busy(struct mount *mp, int flags)
sys/kern/vfs_subr.c
2337
copy_statfs_info(struct statfs *sbp, const struct mount *mp)
sys/kern/vfs_subr.c
257
vfs_unbusy(struct mount *mp)
sys/kern/vfs_subr.c
263
vfs_isbusy(struct mount *mp)
sys/kern/vfs_subr.c
275
vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp)
sys/kern/vfs_subr.c
278
struct mount *mp;
sys/kern/vfs_subr.c
295
struct mount *
sys/kern/vfs_subr.c
298
struct mount *mp;
sys/kern/vfs_subr.c
315
vfs_getnewfsid(struct mount *mp)
sys/kern/vfs_subr.c
382
getnewvnode(enum vtagtype tag, struct mount *mp, const struct vops *vops,
sys/kern/vfs_subr.c
485
insmntque(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
562
checkalias(struct vnode *nvp, dev_t nvp_rdev, struct mount *mp)
sys/kern/vfs_subr.c
908
vfs_mount_foreach_vnode(struct mount *mp,
sys/kern/vfs_sync.c
257
vfs_allocate_syncvnode(struct mount *mp)
sys/kern/vfs_sync.c
299
struct mount *mp = syncvp->v_mount;
sys/kern/vfs_syscalls.c
108
struct mount *mp;
sys/kern/vfs_syscalls.c
1375
struct mount *mp;
sys/kern/vfs_syscalls.c
1509
struct mount *mp;
sys/kern/vfs_syscalls.c
1542
struct mount *mp;
sys/kern/vfs_syscalls.c
363
struct mount *mp;
sys/kern/vfs_syscalls.c
404
dounmount(struct mount *mp, int flags, struct proc *p)
sys/kern/vfs_syscalls.c
406
SLIST_HEAD(, mount) mplist;
sys/kern/vfs_syscalls.c
407
struct mount *nmp;
sys/kern/vfs_syscalls.c
452
SLIST_REMOVE(&mplist, mp, mount, mnt_dounmount);
sys/kern/vfs_syscalls.c
461
SLIST_REMOVE(&mplist, mp, mount, mnt_dounmount);
sys/kern/vfs_syscalls.c
468
dounmount_leaf(struct mount *mp, int flags, struct proc *p)
sys/kern/vfs_syscalls.c
524
struct mount *mp;
sys/kern/vfs_syscalls.c
556
struct mount *mp;
sys/kern/vfs_syscalls.c
607
struct mount *mp;
sys/kern/vfs_syscalls.c
639
struct mount *mp;
sys/kern/vfs_syscalls.c
671
struct mount *mp;
sys/kern/vfs_syscalls.c
728
struct mount *mp;
sys/kern/vfs_syscalls.c
89
int dounmount_leaf(struct mount *, int, struct proc *);
sys/miscfs/fuse/fuse_vfsops.c
138
fusefs_start(struct mount *mp, int flags, struct proc *p)
sys/miscfs/fuse/fuse_vfsops.c
144
fusefs_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/miscfs/fuse/fuse_vfsops.c
180
fusefs_root(struct mount *mp, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
195
fusefs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/miscfs/fuse/fuse_vfsops.c
202
fusefs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/miscfs/fuse/fuse_vfsops.c
259
fusefs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/miscfs/fuse/fuse_vfsops.c
266
fusefs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
335
fusefs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
36
int fusefs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/miscfs/fuse/fuse_vfsops.c
374
fusefs_checkexp(struct mount *mp, struct mbuf *nam, int *extflagsp,
sys/miscfs/fuse/fuse_vfsops.c
38
int fusefs_start(struct mount *, int, struct proc *);
sys/miscfs/fuse/fuse_vfsops.c
39
int fusefs_unmount(struct mount *, int, struct proc *);
sys/miscfs/fuse/fuse_vfsops.c
40
int fusefs_root(struct mount *, struct vnode **);
sys/miscfs/fuse/fuse_vfsops.c
41
int fusefs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
sys/miscfs/fuse/fuse_vfsops.c
42
int fusefs_statfs(struct mount *, struct statfs *, struct proc *);
sys/miscfs/fuse/fuse_vfsops.c
43
int fusefs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/miscfs/fuse/fuse_vfsops.c
44
int fusefs_vget(struct mount *, ino_t, struct vnode **);
sys/miscfs/fuse/fuse_vfsops.c
45
int fusefs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/miscfs/fuse/fuse_vfsops.c
50
int fusefs_checkexp(struct mount *, struct mbuf *, int *,
sys/miscfs/fuse/fuse_vfsops.c
74
fusefs_mount(struct mount *mp, const char *path, void *data,
sys/miscfs/fuse/fusefs.h
41
struct mount *mp;
sys/msdosfs/msdosfs_vfsops.c
100
msdosfs_mount(struct mount *mp, const char *path, void *data,
sys/msdosfs/msdosfs_vfsops.c
234
msdosfs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p,
sys/msdosfs/msdosfs_vfsops.c
556
msdosfs_start(struct mount *mp, int flags, struct proc *p)
sys/msdosfs/msdosfs_vfsops.c
566
msdosfs_unmount(struct mount *mp, int mntflags,struct proc *p)
sys/msdosfs/msdosfs_vfsops.c
595
msdosfs_root(struct mount *mp, struct vnode **vpp)
sys/msdosfs/msdosfs_vfsops.c
614
msdosfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/msdosfs/msdosfs_vfsops.c
673
msdosfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/msdosfs/msdosfs_vfsops.c
715
msdosfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/msdosfs/msdosfs_vfsops.c
747
msdosfs_check_export(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/msdosfs/msdosfs_vfsops.c
77
int msdosfs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/msdosfs/msdosfs_vfsops.c
79
int msdosfs_start(struct mount *, int, struct proc *);
sys/msdosfs/msdosfs_vfsops.c
80
int msdosfs_unmount(struct mount *, int, struct proc *);
sys/msdosfs/msdosfs_vfsops.c
81
int msdosfs_root(struct mount *, struct vnode **);
sys/msdosfs/msdosfs_vfsops.c
82
int msdosfs_statfs(struct mount *, struct statfs *, struct proc *);
sys/msdosfs/msdosfs_vfsops.c
83
int msdosfs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/msdosfs/msdosfs_vfsops.c
84
int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/msdosfs/msdosfs_vfsops.c
86
int msdosfs_check_export(struct mount *mp, struct mbuf *nam,
sys/msdosfs/msdosfs_vfsops.c
89
int msdosfs_mountfs(struct vnode *, struct mount *, struct proc *,
sys/msdosfs/msdosfs_vnops.c
1726
struct mount *mp;
sys/msdosfs/msdosfsmount.h
203
int msdosfs_mount(struct mount *, const char *, void *, struct nameidata *, struct proc *);
sys/msdosfs/msdosfsmount.h
204
int msdosfs_start(struct mount *, int, struct proc *);
sys/msdosfs/msdosfsmount.h
205
int msdosfs_unmount(struct mount *, int, struct proc *);
sys/msdosfs/msdosfsmount.h
206
int msdosfs_root(struct mount *, struct vnode **);
sys/msdosfs/msdosfsmount.h
207
int msdosfs_statfs(struct mount *, struct statfs *, struct proc *);
sys/msdosfs/msdosfsmount.h
208
int msdosfs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/msdosfs/msdosfsmount.h
209
int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/msdosfs/msdosfsmount.h
55
struct mount *pm_mountp;/* vfs mount struct for this fs */
sys/nfs/nfs_node.c
85
nfs_nget(struct mount *mnt, nfsfh_t *fh, int fhsize, struct nfsnode **npp)
sys/nfs/nfs_srvsubs.c
328
struct mount *mp;
sys/nfs/nfs_subs.c
1173
nfs_clearcommit(struct mount *mp)
sys/nfs/nfs_var.h
177
void nfs_clearcommit(struct mount *);
sys/nfs/nfs_var.h
59
int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **);
sys/nfs/nfs_vfsops.c
114
nfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/nfs/nfs_vfsops.c
267
struct mount *mp;
sys/nfs/nfs_vfsops.c
380
struct mount *
sys/nfs/nfs_vfsops.c
384
struct mount *mp;
sys/nfs/nfs_vfsops.c
555
nfs_mount(struct mount *mp, const char *path, void *data,
sys/nfs/nfs_vfsops.c
613
mountnfs(struct nfs_args *argp, struct mount *mp, struct mbuf *nam,
sys/nfs/nfs_vfsops.c
70
int nfs_checkexp(struct mount *, struct mbuf *, int *, struct ucred **);
sys/nfs/nfs_vfsops.c
71
struct mount *nfs_mount_diskless(struct nfs_dlmount *, char *, int,
sys/nfs/nfs_vfsops.c
715
nfs_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/nfs/nfs_vfsops.c
73
int mountnfs(struct nfs_args *, struct mount *, struct mbuf *,
sys/nfs/nfs_vfsops.c
75
int nfs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
sys/nfs/nfs_vfsops.c
76
int nfs_root(struct mount *, struct vnode **);
sys/nfs/nfs_vfsops.c
77
int nfs_start(struct mount *, int, struct proc *);
sys/nfs/nfs_vfsops.c
771
nfs_root(struct mount *mp, struct vnode **vpp)
sys/nfs/nfs_vfsops.c
78
int nfs_statfs(struct mount *, struct statfs *, struct proc *);
sys/nfs/nfs_vfsops.c
79
int nfs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/nfs/nfs_vfsops.c
793
nfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/nfs/nfs_vfsops.c
80
int nfs_unmount(struct mount *, int, struct proc *);
sys/nfs/nfs_vfsops.c
82
int nfs_vget(struct mount *, ino_t, struct vnode **);
sys/nfs/nfs_vfsops.c
839
nfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/nfs/nfs_vfsops.c
87
int nfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/nfs/nfs_vfsops.c
903
nfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/nfs/nfs_vfsops.c
921
nfs_start(struct mount *mp, int flags, struct proc *p)
sys/nfs/nfs_vfsops.c
930
nfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, struct proc *p)
sys/nfs/nfs_vfsops.c
940
nfs_checkexp(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/nfs/nfsmount.h
53
struct mount *nm_mountp; /* Vfs structure for this filesystem */
sys/nfs/nfsmount.h
86
int nfs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/ntfs/ntfs.h
260
struct mount *ntm_mountp; /* filesystem vfs structure */
sys/ntfs/ntfs_subr.c
1739
ntfs_toupper_use(struct mount *mp, struct ntfsmount *ntmp, struct proc *p)
sys/ntfs/ntfs_subr.h
98
int ntfs_toupper_use(struct mount *, struct ntfsmount *, struct proc *);
sys/ntfs/ntfs_vfsops.c
117
ntfs_mount(struct mount *mp, const char *path, void *data,
sys/ntfs/ntfs_vfsops.c
260
ntfs_mountfs(struct vnode *devvp, struct mount *mp, struct ntfs_args *argsp,
sys/ntfs/ntfs_vfsops.c
454
ntfs_start(struct mount *mp, int flags, struct proc *p)
sys/ntfs/ntfs_vfsops.c
460
ntfs_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/ntfs/ntfs_vfsops.c
522
ntfs_root(struct mount *mp, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
543
ntfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/ntfs/ntfs_vfsops.c
55
int ntfs_mount(struct mount *, const char *, void *,
sys/ntfs/ntfs_vfsops.c
57
int ntfs_quotactl(struct mount *, int, uid_t, caddr_t,
sys/ntfs/ntfs_vfsops.c
59
int ntfs_root(struct mount *, struct vnode **);
sys/ntfs/ntfs_vfsops.c
593
ntfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/ntfs/ntfs_vfsops.c
60
int ntfs_start(struct mount *, int, struct proc *);
sys/ntfs/ntfs_vfsops.c
61
int ntfs_statfs(struct mount *, struct statfs *,
sys/ntfs/ntfs_vfsops.c
615
ntfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/ntfs/ntfs_vfsops.c
622
ntfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
63
int ntfs_sync(struct mount *, int, int, struct ucred *,
sys/ntfs/ntfs_vfsops.c
65
int ntfs_unmount(struct mount *, int, struct proc *);
sys/ntfs/ntfs_vfsops.c
66
int ntfs_vget(struct mount *mp, ino_t ino,
sys/ntfs/ntfs_vfsops.c
665
ntfs_vgetex(struct mount *mp, ntfsino_t ino, u_int32_t attrtype, char *attrname,
sys/ntfs/ntfs_vfsops.c
68
int ntfs_mountfs(struct vnode *, struct mount *,
sys/ntfs/ntfs_vfsops.c
73
int ntfs_fhtovp(struct mount *, struct fid *,
sys/ntfs/ntfs_vfsops.c
75
int ntfs_checkexp(struct mount *, struct mbuf *,
sys/ntfs/ntfs_vfsops.c
776
ntfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
85
ntfs_checkexp(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/ntfs/ntfs_vfsops.h
38
int ntfs_vgetex(struct mount *, ntfsino_t, u_int32_t, char *, u_long, u_long,
sys/sys/mount.h
335
TAILQ_ENTRY(mount) mnt_list; /* mount list */
sys/sys/mount.h
336
SLIST_ENTRY(mount) mnt_dounmount; /* unmount work queue */
sys/sys/mount.h
511
int (*vfs_mount)(struct mount *mp, const char *path,
sys/sys/mount.h
514
int (*vfs_start)(struct mount *mp, int flags,
sys/sys/mount.h
516
int (*vfs_unmount)(struct mount *mp, int mntflags,
sys/sys/mount.h
518
int (*vfs_root)(struct mount *mp, struct vnode **vpp);
sys/sys/mount.h
519
int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid,
sys/sys/mount.h
521
int (*vfs_statfs)(struct mount *mp, struct statfs *sbp,
sys/sys/mount.h
523
int (*vfs_sync)(struct mount *mp, int waitfor, int stall,
sys/sys/mount.h
525
int (*vfs_vget)(struct mount *mp, ino_t ino,
sys/sys/mount.h
527
int (*vfs_fhtovp)(struct mount *mp, struct fid *fhp,
sys/sys/mount.h
533
int (*vfs_checkexp)(struct mount *mp, struct mbuf *nam,
sys/sys/mount.h
588
int vfs_busy(struct mount *, int);
sys/sys/mount.h
595
int vfs_isbusy(struct mount *);
sys/sys/mount.h
596
struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *);
sys/sys/mount.h
597
void vfs_mount_free(struct mount *);
sys/sys/mount.h
598
int vfs_mount_foreach_vnode(struct mount *, int (*func)(struct vnode *,
sys/sys/mount.h
600
void vfs_getnewfsid(struct mount *);
sys/sys/mount.h
601
struct mount *vfs_getvfs(fsid_t *);
sys/sys/mount.h
603
int vfs_rootmountalloc(char *, char *, struct mount **);
sys/sys/mount.h
604
void vfs_unbusy(struct mount *);
sys/sys/mount.h
605
extern TAILQ_HEAD(mntlist, mount) mountlist;
sys/sys/mount.h
610
int vfs_export(struct mount *, struct netexport *, struct export_args *);
sys/sys/mount.h
612
struct netcred *vfs_export_lookup(struct mount *, struct netexport *,
sys/sys/mount.h
614
int vfs_allocate_syncvnode(struct mount *);
sys/sys/mount.h
618
int dounmount(struct mount *, int, struct proc *);
sys/sys/mount.h
628
int mount(const char *, const char *, int, void *);
sys/sys/namei.h
202
struct mount;
sys/sys/namei.h
203
void cache_purgevfs(struct mount *);
sys/sys/specdev.h
45
struct mount *si_mountpoint;
sys/sys/vnode.h
110
struct mount *v_mount; /* ptr to vfs we are in */
sys/sys/vnode.h
119
struct mount *vu_mountedhere;/* ptr to mounted vfs (VDIR) */
sys/sys/vnode.h
566
struct mount;
sys/sys/vnode.h
579
struct vnode *checkalias(struct vnode *, dev_t, struct mount *);
sys/sys/vnode.h
580
int getnewvnode(enum vtagtype, struct mount *, const struct vops *,
sys/sys/vnode.h
589
int vflush(struct mount *, struct vnode *, int);
sys/sys/vnode.h
603
void copy_statfs_info(struct statfs *, const struct mount *);
sys/sys/vnode.h
645
void uvm_vnp_sync(struct mount *);
sys/tmpfs/tmpfs.h
270
int tmpfs_vnode_get(struct mount *, tmpfs_node_t *, struct vnode **);
sys/tmpfs/tmpfs.h
340
VFS_TO_TMPFS(struct mount *mp)
sys/tmpfs/tmpfs_subr.c
272
tmpfs_vnode_get(struct mount *mp, tmpfs_node_t *node, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
123
tmpfs_mount(struct mount *mp, const char *path, void *data,
sys/tmpfs/tmpfs_vfsops.c
205
tmpfs_start(struct mount *mp, int flags, struct proc *p)
sys/tmpfs/tmpfs_vfsops.c
211
tmpfs_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/tmpfs/tmpfs_vfsops.c
265
tmpfs_root(struct mount *mp, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
274
tmpfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
282
tmpfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
328
tmpfs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/tmpfs/tmpfs_vfsops.c
358
tmpfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/tmpfs/tmpfs_vfsops.c
62
int tmpfs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/tmpfs/tmpfs_vfsops.c
64
int tmpfs_start(struct mount *, int, struct proc *);
sys/tmpfs/tmpfs_vfsops.c
65
int tmpfs_unmount(struct mount *, int, struct proc *);
sys/tmpfs/tmpfs_vfsops.c
66
int tmpfs_root(struct mount *, struct vnode **);
sys/tmpfs/tmpfs_vfsops.c
67
int tmpfs_vget(struct mount *, ino_t, struct vnode **);
sys/tmpfs/tmpfs_vfsops.c
68
int tmpfs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/tmpfs/tmpfs_vfsops.c
70
int tmpfs_statfs(struct mount *, struct statfs *, struct proc *);
sys/tmpfs/tmpfs_vfsops.c
71
int tmpfs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/tmpfs/tmpfs_vfsops.c
73
int tmpfs_mount_update(struct mount *);
sys/tmpfs/tmpfs_vfsops.c
89
tmpfs_mount_update(struct mount *mp)
sys/tmpfs/tmpfs_vnops.c
1216
int tmpfs_rename_enter(struct mount *, struct tmpfs_mount *,
sys/tmpfs/tmpfs_vnops.c
1222
int tmpfs_rename_enter_common(struct mount *, struct tmpfs_mount *,
sys/tmpfs/tmpfs_vnops.c
1227
int tmpfs_rename_enter_separate(struct mount *, struct tmpfs_mount *,
sys/tmpfs/tmpfs_vnops.c
1238
int tmpfs_rename_lock(struct mount *, struct ucred *, int,
sys/tmpfs/tmpfs_vnops.c
1380
struct mount *mount;
sys/tmpfs/tmpfs_vnops.c
1418
mount = fdvp->v_mount;
sys/tmpfs/tmpfs_vnops.c
1419
KASSERT(mount != NULL);
sys/tmpfs/tmpfs_vnops.c
1420
KASSERT(mount == tdvp->v_mount);
sys/tmpfs/tmpfs_vnops.c
1423
KASSERT((mount->mnt_flag & MNT_RDONLY) == 0);
sys/tmpfs/tmpfs_vnops.c
1424
tmpfs = VFS_TO_TMPFS(mount);
sys/tmpfs/tmpfs_vnops.c
1449
error = tmpfs_rename_enter(mount, tmpfs, cred,
sys/tmpfs/tmpfs_vnops.c
1599
tmpfs_rename_enter(struct mount *mount, struct tmpfs_mount *tmpfs,
sys/tmpfs/tmpfs_vnops.c
1608
KASSERT(mount != NULL);
sys/tmpfs/tmpfs_vnops.c
1627
error = tmpfs_rename_enter_common(mount, tmpfs, cred, fdvp,
sys/tmpfs/tmpfs_vnops.c
1631
error = tmpfs_rename_enter_separate(mount, tmpfs, cred,
sys/tmpfs/tmpfs_vnops.c
1661
tmpfs_rename_enter_common(struct mount *mount, struct tmpfs_mount *tmpfs,
sys/tmpfs/tmpfs_vnops.c
1706
error = tmpfs_vnode_get(mount, fde->td_node, &fvp);
sys/tmpfs/tmpfs_vnops.c
1712
KASSERT(fvp->v_mount == mount);
sys/tmpfs/tmpfs_vnops.c
1731
error = tmpfs_vnode_get(mount, tde->td_node, &tvp);
sys/tmpfs/tmpfs_vnops.c
1734
KASSERT(tvp->v_mount == mount);
sys/tmpfs/tmpfs_vnops.c
1772
tmpfs_rename_enter_separate(struct mount *mount, struct tmpfs_mount *tmpfs,
sys/tmpfs/tmpfs_vnops.c
1800
error = tmpfs_rename_lock(mount, cred, ENOTEMPTY,
sys/tmpfs/tmpfs_vnops.c
1804
error = tmpfs_rename_lock(mount, cred, EINVAL,
sys/tmpfs/tmpfs_vnops.c
1994
tmpfs_rename_lock(struct mount *mount, struct ucred *cred, int overlap_error,
sys/tmpfs/tmpfs_vnops.c
2052
error = tmpfs_vnode_get(mount, a_dirent->td_node, &a_vp);
sys/tmpfs/tmpfs_vnops.c
2055
KASSERT(a_vp->v_mount == mount);
sys/tmpfs/tmpfs_vnops.c
2099
error = tmpfs_vnode_get(mount, b_dirent->td_node,
sys/tmpfs/tmpfs_vnops.c
2103
KASSERT(b_vp->v_mount == mount);
sys/ufs/ext2fs/ext2fs_bmap.c
141
struct mount *mp;
sys/ufs/ext2fs/ext2fs_extern.h
100
int ext2fs_reload(struct mount *, struct ucred *, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
101
int ext2fs_mountfs(struct vnode *, struct mount *, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
102
int ext2fs_unmount(struct mount *, int, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
103
int ext2fs_flushfiles(struct mount *, int, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
104
int ext2fs_statfs(struct mount *, struct statfs *, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
105
int ext2fs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/ufs/ext2fs/ext2fs_extern.h
106
int ext2fs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
107
int ext2fs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
41
struct mount;
sys/ufs/ext2fs/ext2fs_extern.h
94
int ext2fs_vinit(struct mount *, struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
98
int ext2fs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/ufs/ext2fs/ext2fs_subr.c
117
ext2fs_vinit(struct mount *mp, struct vnode **vpp)
sys/ufs/ext2fs/ext2fs_vfsops.c
109
struct mount *mp;
sys/ufs/ext2fs/ext2fs_vfsops.c
154
ext2fs_mount(struct mount *mp, const char *path, void *data,
sys/ufs/ext2fs/ext2fs_vfsops.c
423
ext2fs_reload(struct mount *mountp, struct ucred *cred, struct proc *p)
sys/ufs/ext2fs/ext2fs_vfsops.c
482
ext2fs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
sys/ufs/ext2fs/ext2fs_vfsops.c
587
ext2fs_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/ufs/ext2fs/ext2fs_vfsops.c
627
ext2fs_flushfiles(struct mount *mp, int flags, struct proc *p)
sys/ufs/ext2fs/ext2fs_vfsops.c
651
ext2fs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/ufs/ext2fs/ext2fs_vfsops.c
751
ext2fs_sync(struct mount *mp, int waitfor, int stall,
sys/ufs/ext2fs/ext2fs_vfsops.c
828
ext2fs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ufs/ext2fs/ext2fs_vfsops.c
968
ext2fs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/ufs/ffs/ffs_extern.h
132
int ffs_vinit(struct mount *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
136
int ffs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/ufs/ffs/ffs_extern.h
138
int ffs_reload(struct mount *, struct ucred *, struct proc *);
sys/ufs/ffs/ffs_extern.h
139
int ffs_mountfs(struct vnode *, struct mount *, struct proc *);
sys/ufs/ffs/ffs_extern.h
141
int ffs_unmount(struct mount *, int, struct proc *);
sys/ufs/ffs/ffs_extern.h
142
int ffs_flushfiles(struct mount *, int, struct proc *);
sys/ufs/ffs/ffs_extern.h
143
int ffs_statfs(struct mount *, struct statfs *, struct proc *);
sys/ufs/ffs/ffs_extern.h
144
int ffs_sync(struct mount *, int, int, struct ucred *, struct proc *);
sys/ufs/ffs/ffs_extern.h
145
int ffs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ffs/ffs_extern.h
146
int ffs_fhtovp(struct mount *, struct fid *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
83
struct mount;
sys/ufs/ffs/ffs_subr.c
222
ffs_vinit(struct mount *mntp, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1002
ffs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
103
ffs_checkrange(struct mount *mp, uint32_t ino)
sys/ufs/ffs/ffs_vfsops.c
1101
ffs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
1183
ffs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1322
ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
158
struct mount *mp;
sys/ufs/ffs/ffs_vfsops.c
206
ffs_mount(struct mount *mp, const char *path, void *data,
sys/ufs/ffs/ffs_vfsops.c
478
ffs_reload(struct mount *mountp, struct ucred *cred, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
613
ffs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
918
ffs_unmount(struct mount *mp, int mntflags, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
963
ffs_flushfiles(struct mount *mp, int flags, struct proc *p)
sys/ufs/mfs/mfs_extern.h
36
struct mount;
sys/ufs/mfs/mfs_extern.h
49
int mfs_mount(struct mount *, const char *, void *, struct nameidata *,
sys/ufs/mfs/mfs_extern.h
51
int mfs_start(struct mount *, int, struct proc *);
sys/ufs/mfs/mfs_extern.h
53
int mfs_checkexp(struct mount *, struct mbuf *, int *, struct ucred **);
sys/ufs/mfs/mfs_vfsops.c
164
mfs_start(struct mount *mp, int flags, struct proc *p)
sys/ufs/mfs/mfs_vfsops.c
209
mfs_checkexp(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/ufs/mfs/mfs_vfsops.c
83
mfs_mount(struct mount *mp, const char *path, void *data,
sys/ufs/ufs/quota.h
122
struct mount;
sys/ufs/ufs/quota.h
140
int quotaoff(struct proc *, struct mount *, int);
sys/ufs/ufs/quota.h
141
int qsync(struct mount *mp);
sys/ufs/ufs/quota.h
142
int ufs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
sys/ufs/ufs/ufs_bmap.c
96
struct mount *mp;
sys/ufs/ufs/ufs_extern.h
122
int ufs_start(struct mount *, int, struct proc *);
sys/ufs/ufs/ufs_extern.h
123
int ufs_root(struct mount *, struct vnode **);
sys/ufs/ufs/ufs_extern.h
124
int ufs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
sys/ufs/ufs/ufs_extern.h
125
int ufs_fhtovp(struct mount *, struct ufid *, struct vnode **);
sys/ufs/ufs/ufs_extern.h
126
int ufs_check_export(struct mount *, struct mbuf *, int *,
sys/ufs/ufs/ufs_extern.h
45
struct mount;
sys/ufs/ufs/ufs_lookup.c
594
struct mount *mp;
sys/ufs/ufs/ufs_quota.c
1038
ufs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/ufs/ufs/ufs_quota.c
113
int getquota(struct mount *, u_long, int, caddr_t);
sys/ufs/ufs/ufs_quota.c
114
int quotaon(struct proc *, struct mount *, int, caddr_t);
sys/ufs/ufs/ufs_quota.c
115
int setquota(struct mount *, u_long, int, caddr_t);
sys/ufs/ufs/ufs_quota.c
116
int setuse(struct mount *, u_long, int, caddr_t);
sys/ufs/ufs/ufs_quota.c
481
quotaon(struct proc *p, struct mount *mp, int type, caddr_t fname)
sys/ufs/ufs/ufs_quota.c
581
quotaoff(struct proc *p, struct mount *mp, int type)
sys/ufs/ufs/ufs_quota.c
620
getquota(struct mount *mp, u_long id, int type, caddr_t addr)
sys/ufs/ufs/ufs_quota.c
644
setquota(struct mount *mp, u_long id, int type, caddr_t addr)
sys/ufs/ufs/ufs_quota.c
708
setuse(struct mount *mp, u_long id, int type, caddr_t addr)
sys/ufs/ufs/ufs_quota.c
780
qsync(struct mount *mp)
sys/ufs/ufs/ufs_quota_stub.c
48
quotaoff(struct proc *p, struct mount *mp, int flags) {
sys/ufs/ufs/ufs_quota_stub.c
53
qsync(struct mount *mp) {
sys/ufs/ufs/ufs_quota_stub.c
58
ufs_quotactl(struct mount *mp, int a, uid_t u, caddr_t addr, struct proc *p) {
sys/ufs/ufs/ufs_vfsops.c
129
ufs_fhtovp(struct mount *mp, struct ufid *ufhp, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
61
ufs_start(struct mount *mp, int flags, struct proc *p)
sys/ufs/ufs/ufs_vfsops.c
70
ufs_root(struct mount *mp, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
86
ufs_check_export(struct mount *mp, struct mbuf *nam, int *exflagsp,
sys/ufs/ufs/ufsmount.h
46
struct mount *um_mountp; /* filesystem vfs structure */
sys/uvm/uvm_vnode.c
1445
uvm_vnp_sync(struct mount *mp)
usr.sbin/amd/amd/mount_fs.c
89
error = mount(type, mnt->mnt_dir, flags, mnt_data);
usr.sbin/installboot/efi_installboot.c
231
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/efi_installboot.c
244
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/efi_installboot.c
249
rslt = mount(MOUNT_MSDOS, dst, 0, &args);
usr.sbin/installboot/i386_installboot.c
328
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/i386_installboot.c
341
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/i386_installboot.c
346
rslt = mount(MOUNT_MSDOS, dst, 0, &args);
usr.sbin/installboot/loongson_installboot.c
132
if (mount(MOUNT_EXT2FS, dst, 0, &args) == -1) {
usr.sbin/installboot/loongson_installboot.c
145
if (mount(MOUNT_EXT2FS, dst, 0, &args) == -1) {
usr.sbin/installboot/loongson_installboot.c
159
rslt = mount(MOUNT_EXT2FS, dst, 0, &args);
usr.sbin/installboot/macppc_installboot.c
194
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/macppc_installboot.c
207
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/macppc_installboot.c
212
rslt = mount(MOUNT_MSDOS, dst, 0, &args);
usr.sbin/installboot/octeon_installboot.c
194
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/octeon_installboot.c
207
if (mount(MOUNT_MSDOS, dst, 0, &args) == -1) {
usr.sbin/installboot/octeon_installboot.c
212
rslt = mount(MOUNT_MSDOS, dst, 0, &args);
usr.sbin/installboot/powerpc64_installboot.c
202
if (mount(MOUNT_MSDOS, dir, 0, &args) == -1) {
usr.sbin/installboot/powerpc64_installboot.c
215
if (mount(MOUNT_MSDOS, dir, 0, &args) == -1) {
usr.sbin/installboot/powerpc64_installboot.c
220
rslt = mount(MOUNT_MSDOS, dir, 0, &args);
usr.sbin/makefs/msdos/msdosfsmount.h
77
struct mount *pm_mountp;/* vfs mount struct for this fs */
usr.sbin/procmap/procmap.c
137
struct mount mount;
usr.sbin/procmap/procmap.c
687
S(vfs) = sizeof(struct mount);
usr.sbin/procmap/procmap.c
689
D(vp, vnode)->v_mount = D(vfs, mount);
usr.sbin/procmap/procmap.c
872
l = strlen(D(vfs, mount)->mnt_stat.f_mntonname);
usr.sbin/procmap/procmap.c
885
D(vfs, mount)->mnt_stat.f_mntonname, l);
usr.sbin/procmap/procmap.c
895
D(vfs, mount)->mnt_stat.f_mntonname, l);
usr.sbin/pstat/pstat.c
125
struct mount *
usr.sbin/pstat/pstat.c
126
getmnt(struct mount *);
usr.sbin/pstat/pstat.c
129
void mount_print(struct mount *);
usr.sbin/pstat/pstat.c
365
struct mount *maddr, *mp = NULL;
usr.sbin/pstat/pstat.c
681
struct mount *
usr.sbin/pstat/pstat.c
682
getmnt(struct mount *maddr)
usr.sbin/pstat/pstat.c
686
struct mount *maddr;
usr.sbin/pstat/pstat.c
687
struct mount mount;
usr.sbin/pstat/pstat.c
693
return (&mt->mount);
usr.sbin/pstat/pstat.c
696
KGETRET(maddr, &mt->mount, sizeof(struct mount), "mount table");
usr.sbin/pstat/pstat.c
700
return (&mt->mount);
usr.sbin/pstat/pstat.c
704
mount_print(struct mount *mp)
usr.sbin/pstat/pstat.c
857
struct mount *mp, mount;
usr.sbin/pstat/pstat.c
875
mp = TAILQ_NEXT(&mount, mnt_list)) {
usr.sbin/pstat/pstat.c
876
KGETRET(mp, &mount, sizeof(mount), "mount entry");
usr.sbin/pstat/pstat.c
877
for (vp = TAILQ_FIRST(&mount.mnt_vnodelist);