bin/df/df.c
216
if (mount(fstype, mntpt, MNT_RDONLY,
crypto/libressl/crypto/cryptlib.c
171
CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num,
crypto/libressl/crypto/cryptlib.c
178
(*CRYPTO_get_add_lock_callback(void))(int *num, int mount, int type,
crypto/libressl/include/openssl/crypto.h
385
void CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int type,
crypto/libressl/include/openssl/crypto.h
387
int (*CRYPTO_get_add_lock_callback(void))(int *num, int mount, int type,
sbin/fsck/main.c
359
ret = mount("ufs", mntbuf->f_mntonname,
sbin/mount_autofs/mount_autofs.c
129
if (mount(vfc.vfc_name, canon_dir, mntflags, &am) == -1)
sbin/mount_cd9660/mount_cd9660.c
204
if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0)
sbin/mount_devfs/mount_devfs.c
146
if (mount(vfc.vfc_name, mntpoint, mntflags, &info))
sbin/mount_dirfs/mount_dirfs.c
116
if (mount(vfc.vfc_name, mountpt, mount_flags, NULL))
sbin/mount_dirfs/mount_dirfs.c
143
error = mount(vfc.vfc_name, mountpt, mount_flags, hostdir);
sbin/mount_ext2fs/mount_ext2fs.c
110
if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0)
sbin/mount_fuse/mount_fusefs.c
189
if (mount(vfc.vfc_name, mntpath, mntflags, &args) == -1)
sbin/mount_hammer/mount_hammer.c
124
if (mount(vfc.vfc_name, mountpt, mount_flags, &info)) {
sbin/mount_hammer/mount_hammer.c
160
if (mount(vfc.vfc_name, mountpt, mount_flags, &info)) {
sbin/mount_hammer2/mount_hammer2.c
111
if (mount(vfc.vfc_name, mountpt, mount_flags, &info))
sbin/mount_hammer2/mount_hammer2.c
180
error = mount(vfc.vfc_name, mountpt, mount_flags, &info);
sbin/mount_hpfs/mount_hpfs.c
150
if (mount(vfc.vfc_name, dir, mntflags, &args) < 0)
sbin/mount_msdos/mount_msdos.c
211
if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0)
sbin/mount_nfs/mount_nfs.c
462
if (mount(vfc.vfc_name, mntpath, mntflags, nfsargsp))
sbin/mount_ntfs/mount_ntfs.c
161
if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0)
sbin/mount_null/mount_null.c
117
if (mount(vfc.vfc_name, source, mntflags, &args))
sbin/mount_std/mount_std.c
109
if (mount(vfc.vfc_name, mntpath, mntflags, NULL))
sbin/mount_tmpfs/mount_tmpfs.c
355
if (mount(vfc.vfc_name, canon_dir, mntflags, &args) == -1)
sbin/mount_udf/mount_udf.c
123
if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0)
sbin/mount_ufs/mount_ufs.c
134
if (mount(vfc.vfc_name, fs_name, mntflags, &args) < 0) {
sbin/mountd/mountd.c
2030
r = mount(fsb->f_fstypename, dirp,
sbin/mountd/mountd.c
2437
if (mount(fsp->f_fstypename, fsp->f_mntonname,
sbin/newfs/newfs.c
679
if (mount(vfc.vfc_name, argv[1], mntflags, &args) < 0)
sbin/svc/execute.c
934
if (mount("devfs", path, MNT_NOEXEC|MNT_NOSUID, &info) < 0) {
sbin/tunefs/tunefs.c
279
if (mount("ufs", fs->fs_file,
sys/dev/drm/drm_drv.c
477
.mount = drm_fs_mount,
sys/kern/imgact_elf.c
420
struct mount *topmnt;
sys/kern/imgact_elf.c
446
topmnt = nd->nl_nch.mount;
sys/kern/init_main.c
566
struct mount *mp;
sys/kern/kern_checkpoint.c
484
struct mount *mp;
sys/kern/kern_exec.c
1273
exec_check_permissions(struct image_params *imgp, struct mount *topmnt)
sys/kern/kern_exec.c
287
error = exec_check_permissions(imgp, nch->mount);
sys/kern/kern_exec.c
551
if (nch->mount)
sys/kern/kern_fork.c
541
if (p1->p_textnch.mount)
sys/kern/vfs_cache.c
1005
mp = nch->mount;
sys/kern/vfs_cache.c
1007
target->mount = mp;
sys/kern/vfs_cache.c
1046
if (nch->mount) {
sys/kern/vfs_cache.c
1047
_cache_mntrel(nch->mount);
sys/kern/vfs_cache.c
1048
nch->mount = NULL;
sys/kern/vfs_cache.c
1058
_cache_mntrel(nch->mount);
sys/kern/vfs_cache.c
1060
nch->mount = NULL;
sys/kern/vfs_cache.c
1073
_cache_mntrel(nch->mount);
sys/kern/vfs_cache.c
1075
nch->mount = NULL;
sys/kern/vfs_cache.c
1082
cache_changemount(struct nchandle *nch, struct mount *mp)
sys/kern/vfs_cache.c
1085
_cache_mntrel(nch->mount);
sys/kern/vfs_cache.c
1086
nch->mount = mp;
sys/kern/vfs_cache.c
1092
_cache_mntrel(nch->mount);
sys/kern/vfs_cache.c
1095
nch->mount = NULL;
sys/kern/vfs_cache.c
1296
target->mount = nch->mount;
sys/kern/vfs_cache.c
1298
_cache_mntref(target->mount);
sys/kern/vfs_cache.c
1305
target->mount = nch->mount;
sys/kern/vfs_cache.c
1307
_cache_mntref(target->mount);
sys/kern/vfs_cache.c
1324
_cache_mntrel(nch->mount);
sys/kern/vfs_cache.c
1327
nch->mount = NULL;
sys/kern/vfs_cache.c
1338
_cache_setvp(struct mount *mp, struct namecache *ncp, struct vnode *vp,
sys/kern/vfs_cache.c
1428
_cache_setvp(nch->mount, nch->ncp, vp, 1);
sys/kern/vfs_cache.c
1522
_cache_auto_unresolve_test(struct mount *mp, struct namecache *ncp)
sys/kern/vfs_cache.c
1550
_cache_auto_unresolve(struct mount *mp, struct namecache *ncp)
sys/kern/vfs_cache.c
1575
cache_clrmountpt_callback(struct mount *mp, void *data)
sys/kern/vfs_cache.c
162
struct mount *mp;
sys/kern/vfs_cache.c
163
struct mount *mp_target;
sys/kern/vfs_cache.c
246
static int cache_resolve_mp(struct mount *mp, int adjgen);
sys/kern/vfs_cache.c
247
static int cache_findmount_callback(struct mount *mp, void *data);
sys/kern/vfs_cache.c
2477
nch->mount = dvp->v_mount;
sys/kern/vfs_cache.c
2514
nch->ncp = _cache_get(nch->mount->mnt_ncmountpt.ncp);
sys/kern/vfs_cache.c
2515
error = cache_resolve_mp(nch->mount, 1);
sys/kern/vfs_cache.c
2587
nch->mount = dvp->v_mount;
sys/kern/vfs_cache.c
2596
nch->mount = dvp->v_mount;
sys/kern/vfs_cache.c
2631
nch.mount = dvp->v_mount;
sys/kern/vfs_cache.c
2657
error = cache_resolve_mp(nch.mount, 1);
sys/kern/vfs_cache.c
2824
_cache_setvp(rncp.mount, rncp.ncp, dvp, 1);
sys/kern/vfs_cache.c
3235
struct mount *mp;
sys/kern/vfs_cache.c
3242
mp = par_nch->mount;
sys/kern/vfs_cache.c
346
struct mount *mp;
sys/kern/vfs_cache.c
3495
nch.mount = mp;
sys/kern/vfs_cache.c
3497
_cache_mntref(nch.mount);
sys/kern/vfs_cache.c
3514
struct mount *mp;
sys/kern/vfs_cache.c
3526
mp = par_nch->mount;
sys/kern/vfs_cache.c
3587
res_nch->mount = mp;
sys/kern/vfs_cache.c
3590
_cache_mntref(res_nch->mount);
sys/kern/vfs_cache.c
3608
struct mount *mp;
sys/kern/vfs_cache.c
3614
mp = par_nch->mount;
sys/kern/vfs_cache.c
3723
nch.mount = mp;
sys/kern/vfs_cache.c
3725
_cache_mntref(nch.mount);
sys/kern/vfs_cache.c
3733
nch.mount = NULL;
sys/kern/vfs_cache.c
3754
struct mount *mp;
sys/kern/vfs_cache.c
3759
mp = par_nch->mount;
sys/kern/vfs_cache.c
3787
if (_cache_auto_unresolve_test(par_nch->mount, ncp))
sys/kern/vfs_cache.c
3830
nch.mount = NULL;
sys/kern/vfs_cache.c
3844
nch.mount = mp;
sys/kern/vfs_cache.c
3846
_cache_mntref(nch.mount);
sys/kern/vfs_cache.c
3871
struct mount *result;
sys/kern/vfs_cache.c
3872
struct mount *nch_mount;
sys/kern/vfs_cache.c
3878
ncmount_cache_lookup4(struct mount *mp, struct namecache *ncp)
sys/kern/vfs_cache.c
389
_cache_mntref(struct mount *mp)
sys/kern/vfs_cache.c
3892
ncmount_cache_lookup(struct mount *mp, struct namecache *ncp)
sys/kern/vfs_cache.c
392
struct mount *mpr;
sys/kern/vfs_cache.c
3948
struct mount *
sys/kern/vfs_cache.c
3954
struct mount *target;
sys/kern/vfs_cache.c
3967
ncc = ncmount_cache_lookup(nch->mount, nch->ncp);
sys/kern/vfs_cache.c
3968
if (ncc->ncp == nch->ncp && ncc->mp == nch->mount) {
sys/kern/vfs_cache.c
3999
if (ncc_copy.ncp != nch->ncp || ncc_copy.mp != nch->mount) {
sys/kern/vfs_cache.c
4005
if (target->mnt_ncmounton.mount == nch->mount &&
sys/kern/vfs_cache.c
4034
info.nch_mount = nch->mount;
sys/kern/vfs_cache.c
4043
ncc = ncmount_cache_lookup(nch->mount, nch->ncp);
sys/kern/vfs_cache.c
4044
if (ncc->ncp == nch->ncp && ncc->mp == nch->mount) {
sys/kern/vfs_cache.c
4059
if (ncc->mp != nch->mount) {
sys/kern/vfs_cache.c
4062
atomic_add_int(&nch->mount->mnt_refs, 1);
sys/kern/vfs_cache.c
4063
ncc->mp = nch->mount;
sys/kern/vfs_cache.c
4092
cache_findmount_callback(struct mount *mp, void *data)
sys/kern/vfs_cache.c
4099
if (mp->mnt_ncmounton.mount == info->nch_mount &&
sys/kern/vfs_cache.c
411
_cache_mntrel(struct mount *mp)
sys/kern/vfs_cache.c
4110
cache_dropmount(struct mount *mp)
sys/kern/vfs_cache.c
4122
cache_ismounting(struct mount *mp)
sys/kern/vfs_cache.c
4125
struct mount *ncc_mp;
sys/kern/vfs_cache.c
4133
if (ncc->mp != mp->mnt_ncmounton.mount ||
sys/kern/vfs_cache.c
4141
if (ncc->mp != mp->mnt_ncmounton.mount ||
sys/kern/vfs_cache.c
415
struct mount *mpr;
sys/kern/vfs_cache.c
4167
ncc = ncmount_cache_lookup(mp->mnt_ncmounton.mount,
sys/kern/vfs_cache.c
4177
atomic_add_int(&mp->mnt_ncmounton.mount->mnt_refs, 1);
sys/kern/vfs_cache.c
4178
ncc->mp = mp->mnt_ncmounton.mount;
sys/kern/vfs_cache.c
4202
cache_unmounting(struct mount *mp)
sys/kern/vfs_cache.c
4206
struct mount *ncc_mp;
sys/kern/vfs_cache.c
4279
struct mount *mp;
sys/kern/vfs_cache.c
4284
mp = nch->mount;
sys/kern/vfs_cache.c
4407
if (par == nch->mount->mnt_ncmountpt.ncp) {
sys/kern/vfs_cache.c
4408
cache_resolve_mp(nch->mount, 0);
sys/kern/vfs_cache.c
4416
nctmp.mount = mp;
sys/kern/vfs_cache.c
4447
nctmp.mount = mp;
sys/kern/vfs_cache.c
4479
cache_resolve_mp(struct mount *mp, int adjgen)
sys/kern/vfs_cache.c
449
cache_clearmntcache(struct mount *target __unused)
sys/kern/vfs_cache.c
4541
struct mount *mp;
sys/kern/vfs_cache.c
4547
mp = nch->mount;
sys/kern/vfs_cache.c
457
struct mount *mp;
sys/kern/vfs_cache.c
4626
if (par == nch->mount->mnt_ncmountpt.ncp) {
sys/kern/vfs_cache.c
4627
cache_resolve_mp(nch->mount, 1);
sys/kern/vfs_cache.c
4635
nctmp.mount = mp;
sys/kern/vfs_cache.c
4961
cache_allocroot(struct nchandle *nch, struct mount *mp, struct vnode *vp)
sys/kern/vfs_cache.c
4970
nch->mount = mp;
sys/kern/vfs_cache.c
4973
_cache_setvp(nch->mount, nch->ncp, vp, 1);
sys/kern/vfs_cache.c
5082
nch.mount != fdp->fd_nrdir.mount)
sys/kern/vfs_cache.c
5094
if (ncp == nch.mount->mnt_ncmountpt.ncp) {
sys/kern/vfs_cache.c
5095
nch = nch.mount->mnt_ncmounton;
sys/kern/vfs_cache.c
5179
struct mount *mp, *new_mp;
sys/kern/vfs_cache.c
5202
mp = nch.mount;
sys/kern/vfs_cache.c
5204
while (ncp && (ncp != fd_nrdir.ncp || mp != fd_nrdir.mount)) {
sys/kern/vfs_cache.c
5229
mp = nch.mount;
sys/kern/vfs_cache.c
5327
nch.mount = vn->v_mount;
sys/kern/vfs_cache.c
970
nch->mount = NULL;
sys/kern/vfs_cache.c
987
_cache_mntref(nch->mount);
sys/kern/vfs_cache.c
999
struct mount *mp;
sys/kern/vfs_conf.c
227
struct mount *mp;
sys/kern/vfs_conf.c
314
mp = kmalloc(sizeof(struct mount), M_MOUNT, M_ZERO|M_WAITOK);
sys/kern/vfs_conf.c
405
struct mount *mp;
sys/kern/vfs_default.c
1255
struct mount *mp;
sys/kern/vfs_default.c
1271
struct mount *mp;
sys/kern/vfs_default.c
1304
struct mount *mp;
sys/kern/vfs_default.c
1488
vfs_stdroot(struct mount *mp, struct vnode **vpp)
sys/kern/vfs_default.c
1494
vfs_stdstatfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/kern/vfs_default.c
1505
vfs_stdstatvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/kern/vfs_default.c
1569
vfs_stdstart(struct mount *mp, int flags)
sys/kern/vfs_default.c
1575
vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid,
sys/kern/vfs_default.c
1582
vfs_stdsync(struct mount *mp, int waitfor)
sys/kern/vfs_default.c
1588
vfs_stdnosync(struct mount *mp, int waitfor)
sys/kern/vfs_default.c
1594
vfs_stdvget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/kern/vfs_default.c
1600
vfs_stdfhtovp(struct mount *mp, struct vnode *rootvp,
sys/kern/vfs_default.c
1607
vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, int *extflagsp,
sys/kern/vfs_default.c
1626
vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *vp,
sys/kern/vfs_default.c
1639
vfs_stdac_init(struct mount *mp)
sys/kern/vfs_default.c
1661
vfs_stdac_done(struct mount *mp)
sys/kern/vfs_default.c
1667
vfs_stdncpgen_set(struct mount *mp, struct namecache *ncp)
sys/kern/vfs_default.c
1672
vfs_stdncpgen_test(struct mount *mp, struct namecache *ncp)
sys/kern/vfs_default.c
1678
vfs_stdmodifying(struct mount *mp)
sys/kern/vfs_helper.c
207
vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid,
sys/kern/vfs_init.c
117
vfs_add_vnodeops(struct mount *mp, struct vop_ops *template,
sys/kern/vfs_init.c
150
vfs_rm_vnodeops(struct mount *mp, struct vop_ops *template,
sys/kern/vfs_jops.c
1021
struct mount *mp;
sys/kern/vfs_jops.c
1057
struct mount *mp;
sys/kern/vfs_jops.c
1089
struct mount *mp;
sys/kern/vfs_jops.c
1121
struct mount *mp;
sys/kern/vfs_jops.c
1154
struct mount *mp;
sys/kern/vfs_jops.c
1187
struct mount *mp;
sys/kern/vfs_jops.c
1213
struct mount *mp;
sys/kern/vfs_jops.c
1244
struct mount *mp;
sys/kern/vfs_jops.c
1279
struct mount *mp;
sys/kern/vfs_jops.c
1308
struct mount *mp;
sys/kern/vfs_jops.c
156
struct mount *mp;
sys/kern/vfs_jops.c
236
journal_attach(struct mount *mp)
sys/kern/vfs_jops.c
246
journal_detach(struct mount *mp)
sys/kern/vfs_jops.c
262
journal_install_vfs_journal(struct mount *mp, struct file *fp,
sys/kern/vfs_jops.c
337
journal_restart_vfs_journal(struct mount *mp, struct file *fp,
sys/kern/vfs_jops.c
355
journal_restart(struct mount *mp, struct file *fp,
sys/kern/vfs_jops.c
401
journal_remove_vfs_journal(struct mount *mp,
sys/kern/vfs_jops.c
423
journal_remove_all_journals(struct mount *mp, int flags)
sys/kern/vfs_jops.c
433
journal_destroy(struct mount *mp, struct journal *jo, int flags)
sys/kern/vfs_jops.c
455
journal_resync_vfs_journal(struct mount *mp, const void *ctl)
sys/kern/vfs_jops.c
461
journal_status_vfs_journal(struct mount *mp,
sys/kern/vfs_jops.c
524
jreclist_init(struct mount *mp, struct jrecord_list *jreclist,
sys/kern/vfs_jops.c
586
jreclist_done(struct mount *mp, struct jrecord_list *jreclist, int error)
sys/kern/vfs_jops.c
75
static int journal_attach(struct mount *mp);
sys/kern/vfs_jops.c
76
static void journal_detach(struct mount *mp);
sys/kern/vfs_jops.c
77
static int journal_install_vfs_journal(struct mount *mp, struct file *fp,
sys/kern/vfs_jops.c
79
static int journal_restart_vfs_journal(struct mount *mp, struct file *fp,
sys/kern/vfs_jops.c
802
struct mount *mp;
sys/kern/vfs_jops.c
81
static int journal_remove_vfs_journal(struct mount *mp,
sys/kern/vfs_jops.c
83
static int journal_restart(struct mount *mp, struct file *fp,
sys/kern/vfs_jops.c
834
struct mount *mp;
sys/kern/vfs_jops.c
85
static int journal_destroy(struct mount *mp, struct journal *jo, int flags);
sys/kern/vfs_jops.c
86
static int journal_resync_vfs_journal(struct mount *mp, const void *ctl);
sys/kern/vfs_jops.c
87
static int journal_status_vfs_journal(struct mount *mp,
sys/kern/vfs_jops.c
921
struct mount *mp;
sys/kern/vfs_jops.c
950
struct mount *mp;
sys/kern/vfs_jops.c
986
struct mount *mp;
sys/kern/vfs_journal.c
1353
nch.mount = vp->v_mount;
sys/kern/vfs_journal.c
1375
nch.mount = vp->v_mount;
sys/kern/vfs_mount.c
100
mount_cmp(struct mount *mnt1, struct mount *mnt2)
sys/kern/vfs_mount.c
1061
static int vflush_scan(struct mount *mp, struct vnode *vp, void *data);
sys/kern/vfs_mount.c
1070
vflush(struct mount *mp, int rootrefs, int flags)
sys/kern/vfs_mount.c
1124
vflush_scan(struct mount *mp, struct vnode *vp, void *data)
sys/kern/vfs_mount.c
114
mount_fsid_cmp(fsid_t *fsid, struct mount *mnt)
sys/kern/vfs_mount.c
1218
bio_ops_sync(struct mount *mp)
sys/kern/vfs_mount.c
1235
struct mount *
sys/kern/vfs_mount.c
1238
struct mount *mp = NULL;
sys/kern/vfs_mount.c
127
RB_HEAD(mount_rb_tree, mount);
sys/kern/vfs_mount.c
128
RB_PROTOTYPEX(mount_rb_tree, FSID, mount, mnt_node, mount_cmp, fsid_t *);
sys/kern/vfs_mount.c
129
RB_GENERATE(mount_rb_tree, mount, mnt_node, mount_cmp);
sys/kern/vfs_mount.c
130
RB_GENERATE_XLOOKUP(mount_rb_tree, FSID, mount, mnt_node,
sys/kern/vfs_mount.c
140
static struct mount dummymount;
sys/kern/vfs_mount.c
174
struct mount *mp = vp->v_mount;
sys/kern/vfs_mount.c
194
getnewvnode(enum vtagtype tag, struct mount *mp,
sys/kern/vfs_mount.c
233
getspecialvnode(enum vtagtype tag, struct mount *mp,
sys/kern/vfs_mount.c
271
vfs_busy(struct mount *mp, int flags)
sys/kern/vfs_mount.c
317
vfs_unbusy(struct mount *mp)
sys/kern/vfs_mount.c
332
vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp)
sys/kern/vfs_mount.c
335
struct mount *mp;
sys/kern/vfs_mount.c
343
mp = kmalloc(sizeof(struct mount), M_MOUNT, M_WAITOK | M_ZERO);
sys/kern/vfs_mount.c
373
mount_init(struct mount *mp, struct vfsops *ops)
sys/kern/vfs_mount.c
393
mount_hold(struct mount *mp)
sys/kern/vfs_mount.c
399
mount_drop(struct mount *mp)
sys/kern/vfs_mount.c
413
struct mount *
sys/kern/vfs_mount.c
416
struct mount *mp;
sys/kern/vfs_mount.c
441
vfs_getnewfsid(struct mount *mp)
sys/kern/vfs_mount.c
475
vfs_setfsid(struct mount *mp, fsid_t *template)
sys/kern/vfs_mount.c
480
struct mount *mptmp;
sys/kern/vfs_mount.c
590
mountlist_insert(struct mount *mp, int how)
sys/kern/vfs_mount.c
630
mountlist_interlock(int (*callback)(struct mount *), struct mount *mp)
sys/kern/vfs_mount.c
648
struct mount *
sys/kern/vfs_mount.c
663
mountlist_remove(struct mount *mp)
sys/kern/vfs_mount.c
693
mountlist_exists(struct mount *mp)
sys/kern/vfs_mount.c
696
struct mount* lmp;
sys/kern/vfs_mount.c
736
mountlist_scan(int (*callback)(struct mount *, void *), void *data, int how)
sys/kern/vfs_mount.c
739
struct mount *mp;
sys/kern/vfs_mount.c
835
insmntque(struct vnode *vp, struct mount *mp)
sys/kern/vfs_mount.c
837
struct mount *omp;
sys/kern/vfs_mount.c
895
struct mount *mp,
sys/kern/vfs_mount.c
897
int (*fastfunc)(struct mount *mp, struct vnode *vp, void *data),
sys/kern/vfs_mount.c
898
int (*slowfunc)(struct mount *mp, struct vnode *vp, void *data),
sys/kern/vfs_mount.c
91
struct mount *msi_node;
sys/kern/vfs_nlookup.c
1404
nlookup_mp(struct mount *mp, struct nchandle *nch)
sys/kern/vfs_nlookup.c
1591
par.mount = nch->mount;
sys/kern/vfs_nlookup.c
536
struct mount *mp;
sys/kern/vfs_nlookup.c
604
if (nd->nl_nch.mount != nd->nl_rootnch.mount ||
sys/kern/vfs_nlookup.c
714
if (nd->nl_nch.mount == nd->nl_rootnch.mount &&
sys/kern/vfs_nlookup.c
744
while (nctmp.ncp == nctmp.mount->mnt_ncmountpt.ncp) {
sys/kern/vfs_nlookup.c
745
nctmp = nctmp.mount->mnt_ncmounton;
sys/kern/vfs_nlookup.c
841
par.mount = nch.mount;
sys/kern/vfs_quota.c
119
vq_init(struct mount *mp)
sys/kern/vfs_quota.c
143
vq_done(struct mount *mp)
sys/kern/vfs_quota.c
149
vfs_stdaccount(struct mount *mp, uid_t uid, gid_t gid, int64_t delta)
sys/kern/vfs_quota.c
175
cmd_get_usage_all(struct mount *mp, prop_array_t dict_out)
sys/kern/vfs_quota.c
219
cmd_set_usage_all(struct mount *mp, prop_array_t args)
sys/kern/vfs_quota.c
273
cmd_set_limit(struct mount *mp, prop_dictionary_t args)
sys/kern/vfs_quota.c
287
cmd_set_limit_uid(struct mount *mp, prop_dictionary_t args)
sys/kern/vfs_quota.c
308
cmd_set_limit_gid(struct mount *mp, prop_dictionary_t args)
sys/kern/vfs_quota.c
381
cmd_get_usage_all(nch.mount, pa_out);
sys/kern/vfs_quota.c
385
error = cmd_set_usage_all(nch.mount, args);
sys/kern/vfs_quota.c
389
error = cmd_set_limit(nch.mount, args);
sys/kern/vfs_quota.c
393
error = cmd_set_limit_uid(nch.mount, args);
sys/kern/vfs_quota.c
397
error = cmd_set_limit_gid(nch.mount, args);
sys/kern/vfs_quota.c
420
struct mount*
sys/kern/vfs_quota.c
436
vq_write_ok(struct mount *mp, uid_t uid, gid_t gid, uint64_t delta)
sys/kern/vfs_quota.c
61
struct ac_unode* unode_insert(struct mount*, uid_t);
sys/kern/vfs_quota.c
62
struct ac_gnode* gnode_insert(struct mount*, gid_t);
sys/kern/vfs_quota.c
85
unode_insert(struct mount *mp, uid_t uid)
sys/kern/vfs_quota.c
99
gnode_insert(struct mount *mp, gid_t gid)
sys/kern/vfs_subr.c
1776
static int db_show_locked_vnodes(struct mount *mp, void *data);
sys/kern/vfs_subr.c
1790
db_show_locked_vnodes(struct mount *mp, void *data __unused)
sys/kern/vfs_subr.c
1908
static int vfs_umountall_callback(struct mount *mp, void *data);
sys/kern/vfs_subr.c
1923
vfs_umountall_callback(struct mount *mp, void *data)
sys/kern/vfs_subr.c
2044
vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
sys/kern/vfs_subr.c
2188
vfs_export(struct mount *mp, struct netexport *nep,
sys/kern/vfs_subr.c
2220
vfs_setpublicfs(struct mount *mp, struct netexport *nep,
sys/kern/vfs_subr.c
2298
vfs_export_lookup(struct mount *mp, struct netexport *nep,
sys/kern/vfs_subr.c
2355
static int vfs_msync_scan1(struct mount *mp, struct vnode *vp, void *data);
sys/kern/vfs_subr.c
2356
static int vfs_msync_scan2(struct mount *mp, struct vnode *vp, void *data);
sys/kern/vfs_subr.c
2359
vfs_msync(struct mount *mp, int flags)
sys/kern/vfs_subr.c
2401
vfs_msync_scan1(struct mount *mp, struct vnode *vp, void *data)
sys/kern/vfs_subr.c
2428
vfs_msync_scan2(struct mount *mp, struct vnode *vp, void *data)
sys/kern/vfs_sync.c
109
struct mount *sc_mp;
sys/kern/vfs_sync.c
174
vn_syncer_count(struct mount *mp)
sys/kern/vfs_sync.c
310
vn_syncer_thr_create(struct mount *mp)
sys/kern/vfs_sync.c
331
vn_syncer_thr_stop(struct mount *mp)
sys/kern/vfs_sync.c
514
vn_syncer_one(struct mount *mp)
sys/kern/vfs_sync.c
562
speedup_syncer(struct mount *mp)
sys/kern/vfs_sync.c
580
trigger_syncer_start(struct mount *mp)
sys/kern/vfs_sync.c
591
trigger_syncer_stop(struct mount *mp)
sys/kern/vfs_sync.c
604
trigger_syncer(struct mount *mp)
sys/kern/vfs_sync.c
647
vfs_allocate_syncvnode(struct mount *mp)
sys/kern/vfs_sync.c
709
struct mount *mp = syncvp->v_mount;
sys/kern/vfs_sync.c
805
struct mount *mp,
sys/kern/vfs_sync.c
807
int (*slowfunc)(struct mount *mp, struct vnode *vp, void *data),
sys/kern/vfs_synth.c
47
struct mount *synth_mp;
sys/kern/vfs_synth.c
63
KKASSERT(synth_mp->mnt_ncmountpt.mount != NULL);
sys/kern/vfs_syscalls.c
1132
mount_warning(struct mount *mp, const char *ctl, ...)
sys/kern/vfs_syscalls.c
1165
mount_path(struct proc *p, struct mount *mp, char **rb, char **fb)
sys/kern/vfs_syscalls.c
1169
if (p && p->p_fd->fd_nrdir.mount == mp)
sys/kern/vfs_syscalls.c
1185
static int sync_callback(struct mount *mp, void *data);
sys/kern/vfs_syscalls.c
1196
sync_callback(struct mount *mp, void *data __unused)
sys/kern/vfs_syscalls.c
123
struct mount *mp, *nullmp;
sys/kern/vfs_syscalls.c
1232
struct mount *mp;
sys/kern/vfs_syscalls.c
1245
mp = nd.nl_nch.mount;
sys/kern/vfs_syscalls.c
1361
struct mount *mp;
sys/kern/vfs_syscalls.c
1391
mp = nch.mount;
sys/kern/vfs_syscalls.c
1421
struct mount *mp;
sys/kern/vfs_syscalls.c
1428
mp = nd->nl_nch.mount;
sys/kern/vfs_syscalls.c
1481
struct mount *mp;
sys/kern/vfs_syscalls.c
1495
if ((mp = fp->f_nchandle.mount) == NULL)
sys/kern/vfs_syscalls.c
1553
struct mount *mp;
sys/kern/vfs_syscalls.c
1559
mp = nd->nl_nch.mount;
sys/kern/vfs_syscalls.c
1599
struct mount *mp;
sys/kern/vfs_syscalls.c
1605
if ((mp = fp->f_nchandle.mount) == NULL)
sys/kern/vfs_syscalls.c
1665
static int getfsstat_callback(struct mount *, void *);
sys/kern/vfs_syscalls.c
1690
getfsstat_callback(struct mount *mp, void *data)
sys/kern/vfs_syscalls.c
1757
static int getvfsstat_callback(struct mount *, void *);
sys/kern/vfs_syscalls.c
1783
getvfsstat_callback(struct mount *mp, void *data)
sys/kern/vfs_syscalls.c
1862
struct mount *mp;
sys/kern/vfs_syscalls.c
196
nullmp = nd.nl_nch.mount;
sys/kern/vfs_syscalls.c
3528
setfown(struct mount *mp, struct vnode *vp, uid_t uid, gid_t gid)
sys/kern/vfs_syscalls.c
354
mp = kmalloc(sizeof(struct mount), M_MOUNT, M_ZERO|M_WAITOK);
sys/kern/vfs_syscalls.c
3578
error = setfown(nd->nl_nch.mount, vp, uid, gid);
sys/kern/vfs_syscalls.c
3637
error = setfown(p->p_fd->fd_ncdir.mount,
sys/kern/vfs_syscalls.c
4048
VFS_ACCOUNT(nd->nl_nch.mount, uid, gid, length - old_size);
sys/kern/vfs_syscalls.c
4084
struct mount *mp;
sys/kern/vfs_syscalls.c
4214
struct mount *mp;
sys/kern/vfs_syscalls.c
4215
struct mount *userenlk;
sys/kern/vfs_syscalls.c
4233
fnchd.mount = fromnd->nl_nch.mount;
sys/kern/vfs_syscalls.c
4251
userenlk = fnchd.mount;
sys/kern/vfs_syscalls.c
4283
tnchd.mount = tond->nl_nch.mount;
sys/kern/vfs_syscalls.c
4368
mp = fnchd.mount;
sys/kern/vfs_syscalls.c
4369
if (mp != tnchd.mount || mp != fromnd->nl_nch.mount ||
sys/kern/vfs_syscalls.c
4370
mp != tond->nl_nch.mount) {
sys/kern/vfs_syscalls.c
4776
struct mount *mp;
sys/kern/vfs_syscalls.c
4791
mp = nd.nl_nch.mount;
sys/kern/vfs_syscalls.c
4818
struct mount *mp;
sys/kern/vfs_syscalls.c
5006
struct mount *mp;
sys/kern/vfs_syscalls.c
503
struct mount *mp;
sys/kern/vfs_syscalls.c
5046
struct mount *mp;
sys/kern/vfs_syscalls.c
5110
struct mount *mp;
sys/kern/vfs_syscalls.c
517
mp = new_nch->mount;
sys/kern/vfs_syscalls.c
5200
error = VFS_EXTATTRCTL(nd.nl_nch.mount, uap->cmd, vp,
sys/kern/vfs_syscalls.c
5347
chroot_visible_mnt(struct mount *mp, struct proc *p)
sys/kern/vfs_syscalls.c
5357
if (nch.mount == p->p_fd->fd_nrdir.mount &&
sys/kern/vfs_syscalls.c
5361
if (nch.ncp == nch.mount->mnt_ncmountpt.ncp) {
sys/kern/vfs_syscalls.c
5362
nch = nch.mount->mnt_ncmounton;
sys/kern/vfs_syscalls.c
5373
if (p->p_fd->fd_nrdir.mount == mp)
sys/kern/vfs_syscalls.c
574
if (fdp->fd_ncdir.mount == info->old_nch.mount &&
sys/kern/vfs_syscalls.c
582
if (fdp->fd_nrdir.mount == info->old_nch.mount &&
sys/kern/vfs_syscalls.c
618
struct mount *mp = NULL;
sys/kern/vfs_syscalls.c
642
mp = nd.nl_nch.mount;
sys/kern/vfs_syscalls.c
715
dounmount_interlock(struct mount *mp)
sys/kern/vfs_syscalls.c
728
process_uses_mount(struct proc *p, struct mount *mp)
sys/kern/vfs_syscalls.c
738
if (fdp->fd_ncdir.mount == mp ||
sys/kern/vfs_syscalls.c
739
fdp->fd_nrdir.mount == mp ||
sys/kern/vfs_syscalls.c
740
fdp->fd_njdir.mount == mp)
sys/kern/vfs_syscalls.c
749
if (fp && fp->f_nchandle.mount == mp) {
sys/kern/vfs_syscalls.c
764
struct mount *mp;
sys/kern/vfs_syscalls.c
772
struct mount *mp;
sys/kern/vfs_syscalls.c
777
if (p->p_textnch.mount == mp)
sys/kern/vfs_syscalls.c
80
static void mount_warning(struct mount *mp, const char *ctl, ...)
sys/kern/vfs_syscalls.c
801
dounmount(struct mount *mp, int flags, int halting)
sys/kern/vfs_syscalls.c
82
static int mount_path(struct proc *p, struct mount *mp, char **rb, char **fb);
sys/kern/vfs_syscalls.c
87
static int chroot_visible_mnt(struct mount *mp, struct proc *p);
sys/kern/vfs_syscalls.c
90
static int setfown (struct mount *, struct vnode *, uid_t, gid_t);
sys/kern/vfs_vfsops.c
102
vfs_start(struct mount *mp, int flags)
sys/kern/vfs_vfsops.c
124
vfs_unmount(struct mount *mp, int mntflags)
sys/kern/vfs_vfsops.c
144
vfs_root(struct mount *mp, struct vnode **vpp)
sys/kern/vfs_vfsops.c
159
vfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/kern/vfs_vfsops.c
175
vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/kern/vfs_vfsops.c
190
vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/kern/vfs_vfsops.c
205
vfs_sync(struct mount *mp, int waitfor)
sys/kern/vfs_vfsops.c
220
vfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/kern/vfs_vfsops.c
235
vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/kern/vfs_vfsops.c
251
vfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/kern/vfs_vfsops.c
308
vfs_extattrctl(struct mount *mp, int cmd, struct vnode *vp,
sys/kern/vfs_vfsops.c
84
vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/kern/vfs_vnops.c
119
struct mount *mp;
sys/kern/vfs_vnops.c
476
struct mount *mp;
sys/kern/vfs_vnops.c
478
if ((mp = nch->mount) != NULL) {
sys/kern/vfs_vopops.c
1667
VFS_ACCOUNT(nch->mount, va.va_uid, va.va_gid, -va.va_size);
sys/kern/vfs_vopops.c
459
struct mount *mp;
sys/kern/vfs_vopops.c
861
struct mount *mp;
sys/kern/vfs_vopops.c
888
struct mount *mp;
sys/sys/buf.h
492
void bio_ops_sync(struct mount *mp);
sys/sys/buf.h
69
struct mount;
sys/sys/conf.h
92
struct mount *__sid_mountpoint;
sys/sys/devfs.h
135
struct mount *mp;
sys/sys/devfs.h
209
struct mount *mp;
sys/sys/devfs.h
222
struct mount *mp;
sys/sys/devfs.h
364
struct mount *, cdev_t);
sys/sys/devfs.h
365
int devfs_allocvp(struct mount *, struct vnode **, devfs_nodetype, char *,
sys/sys/devfs.h
373
size_t devfs_tracer_orphan_count(struct mount *, int);
sys/sys/devfs.h
389
void devfs_msg_send_link(uint32_t, char *, char *, struct mount *);
sys/sys/devfs.h
417
struct vnode *devfs_inode_to_vnode(struct mount *, ino_t);
sys/sys/devfs.h
94
struct mount *mp; /* mount point of this node */
sys/sys/imgact.h
75
int exec_check_permissions (struct image_params *, struct mount *);
sys/sys/mount.h
138
int (*io_sync) (struct mount *);
sys/sys/mount.h
217
TAILQ_ENTRY(mount) mnt_list; /* mount list */
sys/sys/mount.h
266
RB_ENTRY(mount) mnt_node; /* mnt_stat.f_fsid */
sys/sys/mount.h
404
#define VFS_MPLOCK_DECLARE struct mount *xlock_mp
sys/sys/mount.h
468
struct mount *np_mount; /* Mountpoint of exported fs */
sys/sys/mount.h
541
TAILQ_HEAD(mntlist, mount); /* struct mntlist */
sys/sys/mount.h
549
typedef int vfs_mount_t(struct mount *mp, char *path, caddr_t data,
sys/sys/mount.h
551
typedef int vfs_start_t(struct mount *mp, int flags);
sys/sys/mount.h
552
typedef int vfs_unmount_t(struct mount *mp, int mntflags);
sys/sys/mount.h
553
typedef int vfs_root_t(struct mount *mp, struct vnode **vpp);
sys/sys/mount.h
554
typedef int vfs_quotactl_t(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/sys/mount.h
556
typedef int vfs_statfs_t(struct mount *mp, struct statfs *sbp,
sys/sys/mount.h
558
typedef int vfs_statvfs_t(struct mount *mp, struct statvfs *sbp,
sys/sys/mount.h
560
typedef int vfs_sync_t(struct mount *mp, int waitfor);
sys/sys/mount.h
561
typedef int vfs_vget_t(struct mount *mp, struct vnode *dvp,
sys/sys/mount.h
563
typedef int vfs_fhtovp_t(struct mount *mp, struct vnode *rootvp,
sys/sys/mount.h
565
typedef int vfs_checkexp_t(struct mount *mp, struct sockaddr *nam,
sys/sys/mount.h
570
typedef int vfs_extattrctl_t(struct mount *mp, int cmd, struct vnode *vp,
sys/sys/mount.h
573
typedef int vfs_acinit_t(struct mount *mp);
sys/sys/mount.h
574
typedef void vfs_acdone_t(struct mount *mp);
sys/sys/mount.h
575
typedef void vfs_account_t(struct mount *mp,
sys/sys/mount.h
577
typedef void vfs_ncpgen_set_t(struct mount *mp, struct namecache *ncp);
sys/sys/mount.h
578
typedef int vfs_ncpgen_test_t(struct mount *mp, struct namecache *ncp);
sys/sys/mount.h
579
typedef int vfs_modifying_t(struct mount *mp);
sys/sys/mount.h
581
int vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred);
sys/sys/mount.h
582
int vfs_start(struct mount *mp, int flags);
sys/sys/mount.h
583
int vfs_unmount(struct mount *mp, int mntflags);
sys/sys/mount.h
584
int vfs_root(struct mount *mp, struct vnode **vpp);
sys/sys/mount.h
585
int vfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/sys/mount.h
587
int vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred);
sys/sys/mount.h
588
int vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred);
sys/sys/mount.h
589
int vfs_sync(struct mount *mp, int waitfor);
sys/sys/mount.h
590
int vfs_vget(struct mount *mp, struct vnode *dvp,
sys/sys/mount.h
592
int vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/sys/mount.h
594
int vfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/sys/mount.h
599
int vfs_extattrctl(struct mount *mp, int cmd, struct vnode *vp,
sys/sys/mount.h
602
int vfs_modifying(struct mount *mp);
sys/sys/mount.h
730
void mount_hold(struct mount *);
sys/sys/mount.h
731
void mount_drop(struct mount *);
sys/sys/mount.h
732
int dounmount (struct mount *, int, int);
sys/sys/mount.h
734
(struct mount *, struct netexport *, const struct export_args *);
sys/sys/mount.h
735
int vfs_lock (struct mount *); /* lock a vfs */
sys/sys/mount.h
736
void vfs_msync (struct mount *, int);
sys/sys/mount.h
737
void vfs_unlock (struct mount *); /* unlock a vfs */
sys/sys/mount.h
738
int vfs_busy (struct mount *, int);
sys/sys/mount.h
740
(struct mount *, struct netexport *, const struct export_args *);
sys/sys/mount.h
742
(struct mount *, struct netexport *, struct sockaddr *);
sys/sys/mount.h
743
int vfs_allocate_syncvnode (struct mount *);
sys/sys/mount.h
744
void vfs_getnewfsid (struct mount *);
sys/sys/mount.h
745
void vfs_setfsid(struct mount *mp, fsid_t *template);
sys/sys/mount.h
746
cdev_t vfs_getrootfsid (struct mount *);
sys/sys/mount.h
747
struct mount *vfs_getvfs (fsid_t *); /* return vfs given fsid */
sys/sys/mount.h
750
int vfs_rootmountalloc (char *, char *, struct mount **);
sys/sys/mount.h
751
void vfs_unbusy (struct mount *);
sys/sys/mount.h
789
uid_t vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid,
sys/sys/mount.h
802
void journal_remove_all_journals(struct mount *mp, int flags);
sys/sys/mount.h
804
void mountlist_insert(struct mount *, int);
sys/sys/mount.h
805
int mountlist_interlock(int (*callback)(struct mount *), struct mount *);
sys/sys/mount.h
806
struct mount *mountlist_boot_getfirst(void);
sys/sys/mount.h
807
void mountlist_remove(struct mount *mp);
sys/sys/mount.h
808
int mountlist_exists(struct mount *mp);
sys/sys/mount.h
809
int mountlist_scan(int (*callback)(struct mount *, void *), void *, int);
sys/sys/mount.h
810
struct mount *mount_get_by_nc(struct namecache *ncp);
sys/sys/mount.h
819
int mount (const char *, const char *, int, void *);
sys/sys/namecache.h
156
struct mount *mount; /* mount pt (possible overlay) */
sys/sys/namecache.h
188
struct mount;
sys/sys/namecache.h
190
void cache_clearmntcache(struct mount *mp);
sys/sys/namecache.h
213
void cache_allocroot(struct nchandle *nch, struct mount *mp, struct vnode *vp);
sys/sys/namecache.h
214
struct mount *cache_findmount(struct nchandle *nch);
sys/sys/namecache.h
215
void cache_dropmount(struct mount *mp);
sys/sys/namecache.h
216
void cache_ismounting(struct mount *mp);
sys/sys/namecache.h
217
void cache_unmounting(struct mount *mp);
sys/sys/namecache.h
229
void cache_purgevfs (struct mount *mp);
sys/sys/namecache.h
238
void cache_changemount(struct nchandle *nch, struct mount *mp);
sys/sys/nlookup.h
164
int nlookup_mp(struct mount *mp, struct nchandle *nch);
sys/sys/nlookup.h
48
struct mount;
sys/sys/sysunion.h
33
struct mount_args mount;
sys/sys/vfs_quota.h
40
void vq_init(struct mount *);
sys/sys/vfs_quota.h
41
void vq_done(struct mount *);
sys/sys/vfs_quota.h
48
struct mount* vq_vptomp(struct vnode *vp);
sys/sys/vfs_quota.h
51
int vq_write_ok(struct mount *mp, uid_t uid, gid_t gid, uint64_t delta);
sys/sys/vfsops.h
1161
vop_nresolve((nch)->mount->mnt_vn_use_ops, nch, dvp, cred)
sys/sys/vfsops.h
1165
vop_ncreate((nch)->mount->mnt_vn_use_ops, nch, dvp, vpp, cred, vap)
sys/sys/vfsops.h
1167
vop_nmkdir((nch)->mount->mnt_vn_use_ops, nch, dvp, vpp, cred, vap)
sys/sys/vfsops.h
1169
vop_nmknod((nch)->mount->mnt_vn_use_ops, nch, dvp, vpp, cred, vap)
sys/sys/vfsops.h
1171
vop_nlink((nch)->mount->mnt_vn_use_ops, nch, dvp, vp, cred)
sys/sys/vfsops.h
1173
vop_nsymlink((nch)->mount->mnt_vn_use_ops, nch, dvp, vpp, cred, vap, target)
sys/sys/vfsops.h
1175
vop_nwhiteout((nch)->mount->mnt_vn_use_ops, nch, dvp, cred, flags)
sys/sys/vfsops.h
1177
vop_nrename((fnch)->mount->mnt_vn_use_ops, fnch, tnch, fdvp, tdvp, cred)
sys/sys/vfsops.h
1179
vop_nrmdir((nch)->mount->mnt_vn_use_ops, nch, dvp, cred)
sys/sys/vfsops.h
1181
vop_nremove((nch)->mount->mnt_vn_use_ops, nch, dvp, cred)
sys/sys/vfsops.h
607
struct mount *vv_mount;
sys/sys/vnode.h
159
struct mount *v_mount; /* ptr to vfs we are in */
sys/sys/vnode.h
193
struct mount *v_pfsmp; /* real mp for pfs/nullfs mt */
sys/sys/vnode.h
416
struct mount;
sys/sys/vnode.h
436
int getnewvnode (enum vtagtype tag, struct mount *mp,
sys/sys/vnode.h
438
int getspecialvnode (enum vtagtype tag, struct mount *mp,
sys/sys/vnode.h
441
void speedup_syncer (struct mount *mp);
sys/sys/vnode.h
442
void trigger_syncer (struct mount *mp);
sys/sys/vnode.h
443
void trigger_syncer_start (struct mount *mp);
sys/sys/vnode.h
444
void trigger_syncer_stop (struct mount *mp);
sys/sys/vnode.h
450
void vfs_add_vnodeops(struct mount *, struct vop_ops *, struct vop_ops **);
sys/sys/vnode.h
451
void vfs_rm_vnodeops(struct mount *, struct vop_ops *, struct vop_ops **);
sys/sys/vnode.h
452
int vflush (struct mount *mp, int rootrefs, int flags);
sys/sys/vnode.h
454
int vmntvnodescan(struct mount *mp, int flags,
sys/sys/vnode.h
455
int (*fastfunc)(struct mount *mp, struct vnode *vp, void *data),
sys/sys/vnode.h
456
int (*slowfunc)(struct mount *mp, struct vnode *vp, void *data),
sys/sys/vnode.h
458
int vsyncscan(struct mount *mp, int flags,
sys/sys/vnode.h
459
int (*slowfunc)(struct mount *mp, struct vnode *vp, void *data),
sys/sys/vnode.h
466
void insmntque(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
586
void mount_init(struct mount *mp, struct vfsops *ops);
sys/sys/vnode.h
593
void vn_syncer_thr_create(struct mount *);
sys/sys/vnode.h
594
void vn_syncer_thr_stop(struct mount *);
sys/sys/vnode.h
595
void vn_syncer_one(struct mount *);
sys/sys/vnode.h
596
long vn_syncer_count(struct mount *);
sys/vfs/autofs/autofs.h
162
int autofs_node_vn(struct autofs_node *anp, struct mount *mp,
sys/vfs/autofs/autofs_vfsops.c
114
autofs_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred)
sys/vfs/autofs/autofs_vfsops.c
195
autofs_unmount(struct mount *mp, int mntflags)
sys/vfs/autofs/autofs_vfsops.c
264
autofs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/autofs/autofs_vfsops.c
282
autofs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/autofs/autofs_vfsops.c
296
autofs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/autofs/autofs_vfsops.c
42
static int autofs_statfs(struct mount *mp, struct statfs *sbp,
sys/vfs/autofs/autofs_vnops.c
436
struct mount *mp;
sys/vfs/autofs/autofs_vnops.c
564
autofs_node_vn(struct autofs_node *anp, struct mount *mp, int flags,
sys/vfs/devfs/devfs_core.c
1235
devfs_msg_send_link(uint32_t cmd, char *name, char *target, struct mount *mp)
sys/vfs/devfs/devfs_core.c
151
static void devfs_iterate_orphans_unmount(struct mount *mp);
sys/vfs/devfs/devfs_core.c
182
struct devfs_node *parent, struct mount *mp, cdev_t dev)
sys/vfs/devfs/devfs_core.c
1862
struct mount *mp = target->mp;
sys/vfs/devfs/devfs_core.c
2397
devfs_tracer_orphan_count(struct mount *mp, int cleanup)
sys/vfs/devfs/devfs_core.c
397
devfs_allocvp(struct mount *mp, struct vnode **vpp, devfs_nodetype devfsnodetype,
sys/vfs/devfs/devfs_core.c
680
devfs_iterate_orphans_unmount(struct mount *mp)
sys/vfs/devfs/devfs_core.c
959
devfs_inode_to_vnode(struct mount *mp, ino_t target)
sys/vfs/devfs/devfs_rules.c
259
struct mount *mp = node->mp;
sys/vfs/devfs/devfs_vfsops.c
138
devfs_vfs_unmount(struct mount *mp, int mntflags)
sys/vfs/devfs/devfs_vfsops.c
166
devfs_vfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/devfs/devfs_vfsops.c
182
devfs_vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/devfs/devfs_vfsops.c
203
devfs_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/devfs/devfs_vfsops.c
245
devfs_vfs_vget(struct mount *mp, struct vnode *dvp,
sys/vfs/devfs/devfs_vfsops.c
259
devfs_vfs_ncpgen_set(struct mount *mp, struct namecache *ncp)
sys/vfs/devfs/devfs_vfsops.c
265
devfs_vfs_ncpgen_test(struct mount *mp, struct namecache *ncp)
sys/vfs/devfs/devfs_vfsops.c
53
static int devfs_vfs_mount (struct mount *mp, char *path, caddr_t data,
sys/vfs/devfs/devfs_vfsops.c
55
static int devfs_vfs_statfs (struct mount *mp, struct statfs *sbp,
sys/vfs/devfs/devfs_vfsops.c
57
static int devfs_vfs_unmount (struct mount *mp, int mntflags);
sys/vfs/devfs/devfs_vfsops.c
58
int devfs_vfs_root(struct mount *mp, struct vnode **vpp);
sys/vfs/devfs/devfs_vfsops.c
59
static int devfs_vfs_vget(struct mount *mp, struct vnode *dvp,
sys/vfs/devfs/devfs_vfsops.c
61
static int devfs_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/devfs/devfs_vfsops.c
72
devfs_vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/devfs/devfs_vnops.c
1829
struct mount *mp;
sys/vfs/dirfs/dirfs.h
186
struct mount * dm_mount;
sys/vfs/dirfs/dirfs.h
202
#define DIRFS_TO_VFS(dmp) ((struct mount *)((dmp)->dm_mount))
sys/vfs/dirfs/dirfs.h
252
dirfs_node_t dirfs_node_alloc(struct mount *);
sys/vfs/dirfs/dirfs.h
260
void dirfs_alloc_vp(struct mount *, struct vnode **, int, dirfs_node_t);
sys/vfs/dirfs/dirfs_subr.c
167
struct mount *mp;
sys/vfs/dirfs/dirfs_subr.c
230
dirfs_alloc_vp(struct mount *mp, struct vnode **vpp, int lkflags,
sys/vfs/dirfs/dirfs_subr.c
74
dirfs_node_alloc(struct mount *mp)
sys/vfs/dirfs/dirfs_vfsops.c
177
dirfs_unmount(struct mount *mp, int mntflags)
sys/vfs/dirfs/dirfs_vfsops.c
222
dirfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/dirfs/dirfs_vfsops.c
282
dirfs_fhtovp(struct mount *mp, struct vnode *rootvp, struct fid *fhp, struct vnode **vpp)
sys/vfs/dirfs/dirfs_vfsops.c
290
dirfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/dirfs/dirfs_vfsops.c
309
dirfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/dirfs/dirfs_vfsops.c
337
dirfs_checkexp(struct mount *mp, struct sockaddr *nam, int *exflagsp,
sys/vfs/dirfs/dirfs_vfsops.c
67
KTR_INFO(KTR_DIRFS, dirfs, mount, 21,
sys/vfs/dirfs/dirfs_vfsops.c
69
char *path, dirfs_mount_t dmp, struct mount *mp, int error);
sys/vfs/dirfs/dirfs_vfsops.c
73
dirfs_mount_t dmp, struct mount *mp, int error);
sys/vfs/dirfs/dirfs_vfsops.c
95
static int dirfs_statfs(struct mount *, struct statfs *, struct ucred *);
sys/vfs/dirfs/dirfs_vfsops.c
98
dirfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/dirfs/dirfs_vnops.c
1093
struct mount *mp;
sys/vfs/dirfs/dirfs_vnops.c
1158
struct mount *mp;
sys/vfs/dirfs/dirfs_vnops.c
1305
struct mount *mp;
sys/vfs/dirfs/dirfs_vnops.c
156
struct mount *mp;
sys/vfs/dirfs/dirfs_vnops.c
164
mp = nch->mount;
sys/vfs/dirfs/dirfs_vnops.c
879
struct mount *mp;
sys/vfs/dirfs/dirfs_vnops.c
950
struct mount *mp;
sys/vfs/ext2fs/ext2_bmap.c
117
struct mount *mp;
sys/vfs/ext2fs/ext2_bmap.c
179
struct mount *mp;
sys/vfs/ext2fs/ext2_extern.h
138
int ext2_alloc_vnode(struct mount *, ino_t, struct vnode **);
sys/vfs/ext2fs/ext2_extern.h
50
struct mount;
sys/vfs/ext2fs/ext2_extern.h
79
int ext2_vinit(struct mount *, struct vnode **vpp);
sys/vfs/ext2fs/ext2_lookup.c
774
struct mount *mp;
sys/vfs/ext2fs/ext2_mount.h
56
struct mount *um_mountp; /* filesystem vfs structure */
sys/vfs/ext2fs/ext2_vfsops.c
1025
ext2_unmount(struct mount *mp, int mntflags)
sys/vfs/ext2fs/ext2_vfsops.c
1076
ext2_flushfiles(struct mount *mp, int flags)
sys/vfs/ext2fs/ext2_vfsops.c
1088
ext2_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/ext2fs/ext2_vfsops.c
1140
ext2_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/ext2fs/ext2_vfsops.c
1188
ext2_sync_scan(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ext2fs/ext2_vfsops.c
1215
ext2_sync(struct mount *mp, int waitfor)
sys/vfs/ext2fs/ext2_vfsops.c
1262
ext2_alloc_vnode(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/vfs/ext2fs/ext2_vfsops.c
131
ext2_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/ext2fs/ext2_vfsops.c
1338
ext2_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/ext2fs/ext2_vfsops.c
1445
ext2_fhtovp(struct mount *mp, struct vnode *rootvp, struct fid *fhp,
sys/vfs/ext2fs/ext2_vfsops.c
1501
ext2_check_export(struct mount *mp, struct sockaddr *nam, int *exflagsp,
sys/vfs/ext2fs/ext2_vfsops.c
1603
ext2_root(struct mount *mp, struct vnode **vpp)
sys/vfs/ext2fs/ext2_vfsops.c
730
ext2_reload_scan(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ext2fs/ext2_vfsops.c
78
static int ext2_flushfiles(struct mount *mp, int flags);
sys/vfs/ext2fs/ext2_vfsops.c
783
ext2_reload(struct mount *mp)
sys/vfs/ext2fs/ext2_vfsops.c
79
static int ext2_mountfs(struct vnode *, struct mount *);
sys/vfs/ext2fs/ext2_vfsops.c
80
static int ext2_reload(struct mount *mp);
sys/vfs/ext2fs/ext2_vfsops.c
859
ext2_mountfs(struct vnode *devvp, struct mount *mp)
sys/vfs/ext2fs/ext2_vnops.c
1667
ext2_vinit(struct mount *mntp, struct vnode **vpp)
sys/vfs/fuse/fuse.h
83
struct mount *mp;
sys/vfs/fuse/fuse_node.c
128
struct mount *mp = fnp->fmp->mp;
sys/vfs/fuse/fuse_vfsops.c
249
fuse_unmount(struct mount *mp, int mntflags)
sys/vfs/fuse/fuse_vfsops.c
315
static int fuse_sync_scan1(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/fuse/fuse_vfsops.c
316
static int fuse_sync_scan2(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/fuse/fuse_vfsops.c
326
fuse_sync(struct mount *mp, int waitfor)
sys/vfs/fuse/fuse_vfsops.c
345
fuse_sync_scan1(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/fuse/fuse_vfsops.c
356
fuse_sync_scan2(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/fuse/fuse_vfsops.c
367
fuse_root(struct mount *mp, struct vnode **vpp)
sys/vfs/fuse/fuse_vfsops.c
386
fuse_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/fuse/fuse_vfsops.c
417
fuse_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/fuse/fuse_vfsops.c
96
fuse_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred)
sys/vfs/fuse/fuse_vnops.c
1750
struct mount *mp = vp->v_mount;
sys/vfs/fuse/fuse_vnops.c
1808
struct mount *mp;
sys/vfs/hammer/hammer.h
1177
int hammer_vfs_export(struct mount *mp, int op,
sys/vfs/hammer/hammer.h
794
struct mount *mp;
sys/vfs/hammer/hammer_io.c
1288
hammer_io_sync(struct mount *mp)
sys/vfs/hammer/hammer_ondisk.c
112
struct mount *mp;
sys/vfs/hammer/hammer_ondisk.c
1692
static int hammer_sync_scan2(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/hammer/hammer_ondisk.c
1750
hammer_sync_scan2(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/hammer/hammer_vfsops.c
1017
hammer_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/hammer/hammer_vfsops.c
1062
hammer_vfs_sync(struct mount *mp, int waitfor)
sys/vfs/hammer/hammer_vfsops.c
1105
hammer_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/hammer/hammer_vfsops.c
1144
hammer_vfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/vfs/hammer/hammer_vfsops.c
1166
hammer_vfs_export(struct mount *mp, int op, const struct export_args *export)
sys/vfs/hammer/hammer_vfsops.c
233
static void hammer_free_hmp(struct mount *mp);
sys/vfs/hammer/hammer_vfsops.c
235
static int hammer_vfs_mount(struct mount *mp, char *path, caddr_t data,
sys/vfs/hammer/hammer_vfsops.c
237
static int hammer_vfs_unmount(struct mount *mp, int mntflags);
sys/vfs/hammer/hammer_vfsops.c
238
static int hammer_vfs_root(struct mount *mp, struct vnode **vpp);
sys/vfs/hammer/hammer_vfsops.c
239
static int hammer_vfs_statfs(struct mount *mp, struct statfs *sbp,
sys/vfs/hammer/hammer_vfsops.c
241
static int hammer_vfs_statvfs(struct mount *mp, struct statvfs *sbp,
sys/vfs/hammer/hammer_vfsops.c
243
static int hammer_vfs_sync(struct mount *mp, int waitfor);
sys/vfs/hammer/hammer_vfsops.c
244
static int hammer_vfs_vget(struct mount *mp, struct vnode *dvp,
sys/vfs/hammer/hammer_vfsops.c
247
static int hammer_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/hammer/hammer_vfsops.c
250
static int hammer_vfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/vfs/hammer/hammer_vfsops.c
323
hammer_vfs_mount(struct mount *mp, char *mntpt, caddr_t data,
sys/vfs/hammer/hammer_vfsops.c
788
hammer_vfs_unmount(struct mount *mp, int mntflags)
sys/vfs/hammer/hammer_vfsops.c
823
hammer_free_hmp(struct mount *mp)
sys/vfs/hammer/hammer_vfsops.c
920
hammer_vfs_vget(struct mount *mp, struct vnode *dvp,
sys/vfs/hammer/hammer_vfsops.c
970
hammer_vfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/hammer/hammer_vfsops.c
979
hammer_vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/hammer/hammer_vnops.c
2542
struct mount *mp;
sys/vfs/hammer/hammer_volume.c
152
struct mount *mp = hmp->mp;
sys/vfs/hammer/hammer_volume.c
67
struct mount *mp = hmp->mp;
sys/vfs/hammer/hammer_volume.c
678
struct mount *mp = hmp->mp;
sys/vfs/hammer2/hammer2.h
1203
struct mount *mp;
sys/vfs/hammer2/hammer2.h
1285
MPTOPMP(struct mount *mp)
sys/vfs/hammer2/hammer2.h
1875
int hammer2_vfs_sync(struct mount *mp, int waitflags);
sys/vfs/hammer2/hammer2.h
1883
int hammer2_vfs_vget(struct mount *mp, struct vnode *dvp,
sys/vfs/hammer2/hammer2.h
1952
int hammer2_init_volumes(struct mount *mp, const hammer2_devvp_list_t *devvpl,
sys/vfs/hammer2/hammer2_ondisk.c
587
hammer2_init_volumes(struct mount *mp, const hammer2_devvp_list_t *devvpl,
sys/vfs/hammer2/hammer2_vfsops.c
1576
hammer2_remount(hammer2_dev_t *hmp, struct mount *mp, char *path __unused,
sys/vfs/hammer2/hammer2_vfsops.c
1629
hammer2_vfs_unmount(struct mount *mp, int mntflags)
sys/vfs/hammer2/hammer2_vfsops.c
1685
hammer2_mount_helper(struct mount *mp, hammer2_pfs_t *pmp)
sys/vfs/hammer2/hammer2_vfsops.c
1727
hammer2_unmount_helper(struct mount *mp, hammer2_pfs_t *pmp, hammer2_dev_t *hmp)
sys/vfs/hammer2/hammer2_vfsops.c
1898
hammer2_vfs_vget(struct mount *mp, struct vnode *dvp,
sys/vfs/hammer2/hammer2_vfsops.c
193
static int hammer2_vfs_mount(struct mount *mp, char *path, caddr_t data,
sys/vfs/hammer2/hammer2_vfsops.c
1949
hammer2_vfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/hammer2/hammer2_vfsops.c
195
static int hammer2_remount(hammer2_dev_t *, struct mount *, char *,
sys/vfs/hammer2/hammer2_vfsops.c
198
static int hammer2_vfs_unmount(struct mount *mp, int mntflags);
sys/vfs/hammer2/hammer2_vfsops.c
199
static int hammer2_vfs_root(struct mount *mp, struct vnode **vpp);
sys/vfs/hammer2/hammer2_vfsops.c
200
static int hammer2_vfs_statfs(struct mount *mp, struct statfs *sbp,
sys/vfs/hammer2/hammer2_vfsops.c
202
static int hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp,
sys/vfs/hammer2/hammer2_vfsops.c
2032
hammer2_vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/hammer2/hammer2_vfsops.c
204
static int hammer2_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/hammer2/hammer2_vfsops.c
207
static int hammer2_vfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/vfs/hammer2/hammer2_vfsops.c
2087
hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/hammer2/hammer2_vfsops.c
209
static int hammer2_vfs_modifying(struct mount *mp);
sys/vfs/hammer2/hammer2_vfsops.c
213
static void hammer2_mount_helper(struct mount *mp, hammer2_pfs_t *pmp);
sys/vfs/hammer2/hammer2_vfsops.c
214
static void hammer2_unmount_helper(struct mount *mp, hammer2_pfs_t *pmp,
sys/vfs/hammer2/hammer2_vfsops.c
2433
hammer2_vfs_sync(struct mount *mp, int waitfor)
sys/vfs/hammer2/hammer2_vfsops.c
2820
hammer2_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/hammer2/hammer2_vfsops.c
2840
hammer2_vfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/vfs/hammer2/hammer2_vfsops.c
2925
hammer2_vfs_modifying(struct mount *mp)
sys/vfs/hammer2/hammer2_vfsops.c
913
hammer2_vfs_mount(struct mount *mp, char *path, caddr_t data,
sys/vfs/hammer2/hammer2_vnops.c
2280
struct mount *mp;
sys/vfs/hpfs/hpfs.h
314
struct mount * hpm_mp;
sys/vfs/hpfs/hpfs_vfsops.c
117
hpfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/hpfs/hpfs_vfsops.c
219
hpfs_mountfs(struct vnode *devvp, struct mount *mp, struct hpfs_args *argsp)
sys/vfs/hpfs/hpfs_vfsops.c
341
hpfs_unmount(struct mount *mp, int mntflags)
sys/vfs/hpfs/hpfs_vfsops.c
382
hpfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/hpfs/hpfs_vfsops.c
398
hpfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/hpfs/hpfs_vfsops.c
424
hpfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/hpfs/hpfs_vfsops.c
457
hpfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/hpfs/hpfs_vfsops.c
68
static int hpfs_root (struct mount *, struct vnode **);
sys/vfs/hpfs/hpfs_vfsops.c
69
static int hpfs_statfs (struct mount *, struct statfs *, struct ucred *);
sys/vfs/hpfs/hpfs_vfsops.c
70
static int hpfs_unmount (struct mount *, int);
sys/vfs/hpfs/hpfs_vfsops.c
71
static int hpfs_vget (struct mount *mp, struct vnode *,
sys/vfs/hpfs/hpfs_vfsops.c
73
static int hpfs_mountfs (struct vnode *, struct mount *,
sys/vfs/hpfs/hpfs_vfsops.c
76
static int hpfs_fhtovp (struct mount *, struct vnode *,
sys/vfs/hpfs/hpfs_vfsops.c
81
static int hpfs_mount (struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/hpfs/hpfs_vfsops.c
83
static int hpfs_checkexp (struct mount *, struct sockaddr *,
sys/vfs/hpfs/hpfs_vfsops.c
88
hpfs_checkexp(struct mount *mp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
106
static int iso_mountfs(struct vnode *devvp, struct mount *mp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
144
iso_mountroot(struct mount *mp)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
184
cd9660_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
270
iso_mountfs(struct vnode *devvp, struct mount *mp, struct iso_args *argp)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
567
cd9660_unmount(struct mount *mp, int mntflags)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
606
cd9660_root(struct mount *mp, struct vnode **vpp)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
625
cd9660_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
664
cd9660_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
692
cd9660_checkexp(struct mount *mp, struct sockaddr *nam, int *exflagsp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
713
cd9660_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
73
static int cd9660_mount(struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
732
cd9660_vget_internal(struct mount *mp, ino_t ino, struct vnode **vpp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
74
static int cd9660_unmount(struct mount *, int);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
75
static int cd9660_root(struct mount *, struct vnode **);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
76
static int cd9660_statfs(struct mount *, struct statfs *, struct ucred *);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
77
static int cd9660_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
78
static int cd9660_fhtovp(struct mount *, struct vnode *rootvp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
80
static int cd9660_checkexp(struct mount *, struct sockaddr *,
sys/vfs/isofs/cd9660/iso.h
228
struct mount *im_mountp;
sys/vfs/isofs/cd9660/iso.h
266
int cd9660_vget_internal(struct mount *, ino_t, struct vnode **, int,
sys/vfs/mfs/mfs_extern.h
39
struct mount;
sys/vfs/mfs/mfs_extern.h
44
int mfs_mountfs (struct vnode *, struct mount *, struct thread *);
sys/vfs/mfs/mfs_vfsops.c
243
mfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/mfs/mfs_vfsops.c
431
mfs_start(struct mount *mp, int flags)
sys/vfs/mfs/mfs_vfsops.c
506
mfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/mfs/mfs_vfsops.c
76
static int mfs_mount (struct mount *mp,
sys/vfs/mfs/mfs_vfsops.c
78
static int mfs_start (struct mount *mp, int flags);
sys/vfs/mfs/mfs_vfsops.c
79
static int mfs_statfs (struct mount *mp, struct statfs *sbp,
sys/vfs/msdosfs/msdosfs_denode.c
241
struct mount *mntp = pmp->pm_mountp;
sys/vfs/msdosfs/msdosfs_vfsops.c
102
update_mp(struct mount *mp, struct msdosfs_args *argp)
sys/vfs/msdosfs/msdosfs_vfsops.c
148
msdosfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/msdosfs/msdosfs_vfsops.c
292
mountmsdosfs(struct vnode *devvp, struct mount *mp, struct msdosfs_args *argp)
sys/vfs/msdosfs/msdosfs_vfsops.c
629
msdosfs_unmount(struct mount *mp, int mntflags)
sys/vfs/msdosfs/msdosfs_vfsops.c
686
msdosfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/msdosfs/msdosfs_vfsops.c
701
msdosfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/msdosfs/msdosfs_vfsops.c
722
msdosfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/msdosfs/msdosfs_vfsops.c
746
static int msdosfs_sync_scan(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/msdosfs/msdosfs_vfsops.c
784
msdosfs_sync(struct mount *mp, int waitfor)
sys/vfs/msdosfs/msdosfs_vfsops.c
829
msdosfs_sync_scan(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/msdosfs/msdosfs_vfsops.c
848
msdosfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/msdosfs/msdosfs_vfsops.c
866
msdosfs_checkexp(struct mount *mp, struct sockaddr *nam, int *exflagsp,
sys/vfs/msdosfs/msdosfs_vfsops.c
95
static int mountmsdosfs(struct vnode *devvp, struct mount *mp,
sys/vfs/msdosfs/msdosfs_vfsops.c
97
static int msdosfs_root(struct mount *, struct vnode **);
sys/vfs/msdosfs/msdosfs_vfsops.c
98
static int msdosfs_statfs(struct mount *, struct statfs *, struct ucred *);
sys/vfs/msdosfs/msdosfs_vfsops.c
99
static int msdosfs_unmount(struct mount *, int);
sys/vfs/msdosfs/msdosfs_vnops.c
1768
struct mount *mp;
sys/vfs/msdosfs/msdosfsmount.h
71
struct mount *pm_mountp;/* vfs mount struct for this fs */
sys/vfs/nfs/nfs.h
717
void nfs_clearcommit (struct mount *);
sys/vfs/nfs/nfs.h
734
int nfsrv_fhtovp (fhandle_t *, int, struct mount **, struct vnode **,
sys/vfs/nfs/nfs.h
737
int nfsrv_setpublicfs (struct mount *, struct netexport *,
sys/vfs/nfs/nfs_bio.c
832
struct mount *mp;
sys/vfs/nfs/nfs_node.c
225
nfs_nget_nonblock(struct mount *mntp, nfsfh_t *fhp, int fhsize,
sys/vfs/nfs/nfs_node.c
91
nfs_nget(struct mount *mntp, nfsfh_t *fhp, int fhsize, struct nfsnode **npp,
sys/vfs/nfs/nfs_serv.c
1014
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
1232
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
138
static int nfsrv_access (struct mount *, struct vnode *, int,
sys/vfs/nfs/nfs_serv.c
1609
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
214
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
2205
fnchd.mount = fromnd.nl_nch.mount;
sys/vfs/nfs/nfs_serv.c
2234
tnchd.mount = tond.nl_nch.mount;
sys/vfs/nfs/nfs_serv.c
2316
if (fromnd.nl_nch.mount != tond.nl_nch.mount) {
sys/vfs/nfs/nfs_serv.c
2418
struct mount *xmp;
sys/vfs/nfs/nfs_serv.c
287
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
2937
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
3244
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
342
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
3587
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
3741
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
3824
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
3903
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
4027
nfsrv_access(struct mount *mp, struct vnode *vp, int flags, struct ucred *cred,
sys/vfs/nfs/nfs_serv.c
689
struct mount *mp = NULL;
sys/vfs/nfs/nfs_serv.c
808
struct mount *mp = NULL;
sys/vfs/nfs/nfs_subs.c
1214
struct mount **mpp, struct vnode **vpp,
sys/vfs/nfs/nfs_subs.c
1218
struct mount *mp;
sys/vfs/nfs/nfs_subs.c
1443
static int nfs_clearcommit_callback(struct mount *mp, struct vnode *vp,
sys/vfs/nfs/nfs_subs.c
1447
nfs_clearcommit(struct mount *mp)
sys/vfs/nfs/nfs_subs.c
1453
nfs_clearcommit_callback(struct mount *mp, struct vnode *vp,
sys/vfs/nfs/nfs_subs.c
996
struct mount *mp;
sys/vfs/nfs/nfs_vfsops.c
1017
mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam,
sys/vfs/nfs/nfs_vfsops.c
112
static int mountnfs (struct nfs_args *,struct mount *,
sys/vfs/nfs/nfs_vfsops.c
114
static int nfs_mount ( struct mount *mp, char *path, caddr_t data,
sys/vfs/nfs/nfs_vfsops.c
116
static int nfs_unmount ( struct mount *mp, int mntflags);
sys/vfs/nfs/nfs_vfsops.c
117
static int nfs_root ( struct mount *mp, struct vnode **vpp);
sys/vfs/nfs/nfs_vfsops.c
1178
nfs_unmount(struct mount *mp, int mntflags)
sys/vfs/nfs/nfs_vfsops.c
118
static int nfs_statfs ( struct mount *mp, struct statfs *sbp,
sys/vfs/nfs/nfs_vfsops.c
120
static int nfs_statvfs(struct mount *mp, struct statvfs *sbp,
sys/vfs/nfs/nfs_vfsops.c
122
static int nfs_sync ( struct mount *mp, int waitfor);
sys/vfs/nfs/nfs_vfsops.c
1268
nfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/nfs/nfs_vfsops.c
1328
static int nfs_sync_scan2(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/nfs/nfs_vfsops.c
1335
nfs_sync(struct mount *mp, int waitfor)
sys/vfs/nfs/nfs_vfsops.c
1362
nfs_sync_scan2(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/nfs/nfs_vfsops.c
175
struct mount **);
sys/vfs/nfs/nfs_vfsops.c
311
nfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/nfs/nfs_vfsops.c
398
nfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/nfs/nfs_vfsops.c
557
nfs_mountroot(struct mount *mp)
sys/vfs/nfs/nfs_vfsops.c
559
struct mount *swap_mp;
sys/vfs/nfs/nfs_vfsops.c
727
struct vnode **vpp, struct mount **mpp)
sys/vfs/nfs/nfs_vfsops.c
729
struct mount *mp;
sys/vfs/nfs/nfs_vfsops.c
75
extern int nfs_mountroot(struct mount *mp);
sys/vfs/nfs/nfs_vfsops.c
932
nfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/nfs/nfsmount.h
67
struct mount *nm_mountp; /* Vfs structure for this filesystem */
sys/vfs/nfs/nfsnode.h
225
int nfs_nget (struct mount *, nfsfh_t *, int,
sys/vfs/nfs/nfsnode.h
227
int nfs_nget_nonblock (struct mount *, nfsfh_t *, int,
sys/vfs/ntfs/ntfs.h
245
struct mount *ntm_mountp; /* filesystem vfs structure */
sys/vfs/ntfs/ntfs_subr.c
1883
ntfs_toupper_use(struct mount *mp, struct ntfsmount *ntmp)
sys/vfs/ntfs/ntfs_subr.h
105
int ntfs_toupper_use (struct mount *, struct ntfsmount *);
sys/vfs/ntfs/ntfs_vfsops.c
122
ntfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/ntfs/ntfs_vfsops.c
283
ntfs_mountfs(struct vnode *devvp, struct mount *mp, struct ntfs_args *argsp,
sys/vfs/ntfs/ntfs_vfsops.c
496
ntfs_unmount(struct mount *mp, int mntflags)
sys/vfs/ntfs/ntfs_vfsops.c
558
ntfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/ntfs/ntfs_vfsops.c
606
ntfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/ntfs/ntfs_vfsops.c
633
ntfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/ntfs/ntfs_vfsops.c
655
ntfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/ntfs/ntfs_vfsops.c
692
ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, char *attrname,
sys/vfs/ntfs/ntfs_vfsops.c
71
static int ntfs_root (struct mount *, struct vnode **);
sys/vfs/ntfs/ntfs_vfsops.c
72
static int ntfs_statfs (struct mount *, struct statfs *,
sys/vfs/ntfs/ntfs_vfsops.c
74
static int ntfs_statvfs (struct mount *, struct statvfs *,
sys/vfs/ntfs/ntfs_vfsops.c
76
static int ntfs_unmount (struct mount *, int);
sys/vfs/ntfs/ntfs_vfsops.c
77
static int ntfs_vget (struct mount *mp, struct vnode *dvp,
sys/vfs/ntfs/ntfs_vfsops.c
79
static int ntfs_mountfs (struct vnode *, struct mount *,
sys/vfs/ntfs/ntfs_vfsops.c
794
ntfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/ntfs/ntfs_vfsops.c
82
static int ntfs_fhtovp (struct mount *, struct vnode *rootvp,
sys/vfs/ntfs/ntfs_vfsops.c
86
static int ntfs_mount (struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/ntfs/ntfs_vfsops.c
88
static int ntfs_checkexp (struct mount *, struct sockaddr *,
sys/vfs/ntfs/ntfs_vfsops.c
95
ntfs_checkexp(struct mount *mp, struct sockaddr *nam,
sys/vfs/ntfs/ntfs_vfsops.h
37
struct mount;
sys/vfs/ntfs/ntfs_vfsops.h
43
int ntfs_vgetex(struct mount *, ino_t, u_int32_t, char *, u_long, u_long,
sys/vfs/nullfs/null.h
46
struct mount *nullm_vfs;
sys/vfs/nullfs/null.h
62
int nullfs_export(struct mount *mp, int op,
sys/vfs/nullfs/null_vfsops.c
144
xmp->nullm_vfs = nd.nl_nch.mount;
sys/vfs/nullfs/null_vfsops.c
252
nullfs_unmount(struct mount *mp, int mntflags)
sys/vfs/nullfs/null_vfsops.c
272
nullfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/nullfs/null_vfsops.c
291
nullfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg,
sys/vfs/nullfs/null_vfsops.c
298
nullfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/nullfs/null_vfsops.c
334
nullfs_checkexp(struct mount *mp, struct sockaddr *nam, int *extflagsp,
sys/vfs/nullfs/null_vfsops.c
357
nullfs_export(struct mount *mp, int op, const struct export_args *export)
sys/vfs/nullfs/null_vfsops.c
389
nullfs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/nullfs/null_vfsops.c
398
nullfs_extattrctl(struct mount *mp, int cmd, struct vnode *vp,
sys/vfs/nullfs/null_vfsops.c
406
nullfs_ncpgen_set(struct mount *mp, struct namecache *ncp)
sys/vfs/nullfs/null_vfsops.c
415
nullfs_ncpgen_test(struct mount *mp, struct namecache *ncp)
sys/vfs/nullfs/null_vfsops.c
423
nullfs_modifying(struct mount *mp)
sys/vfs/nullfs/null_vfsops.c
68
static int nullfs_root(struct mount *mp, struct vnode **vpp);
sys/vfs/nullfs/null_vfsops.c
69
static int nullfs_statfs(struct mount *mp, struct statfs *sbp,
sys/vfs/nullfs/null_vfsops.c
76
nullfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/nullfs/null_vnops.c
122
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
130
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
138
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
146
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
154
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
162
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
170
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
178
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
186
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/nullfs/null_vnops.c
194
struct mount *lmp;
sys/vfs/nullfs/null_vnops.c
196
lmp = MOUNTTONULLMOUNT(ap->a_fnch->mount)->nullm_vfs;
sys/vfs/nullfs/null_vnops.c
197
if (lmp != MOUNTTONULLMOUNT(ap->a_tnch->mount)->nullm_vfs)
sys/vfs/nullfs/null_vnops.c
208
struct mount *mp;
sys/vfs/nullfs/null_vnops.c
229
ap->a_head.a_ops = MOUNTTONULLMOUNT(ap->a_nch->mount)->nullm_vfs->mnt_vn_norm_ops;
sys/vfs/procfs/procfs.h
123
int procfs_allocvp (struct mount *, struct vnode **, long, pfstype);
sys/vfs/procfs/procfs.h
158
int procfs_root (struct mount *, struct vnode **);
sys/vfs/procfs/procfs_subr.c
89
procfs_allocvp(struct mount *mp, struct vnode **vpp, long pid, pfstype pfs_type)
sys/vfs/procfs/procfs_vfsops.c
119
procfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/procfs/procfs_vfsops.c
128
procfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/procfs/procfs_vfsops.c
52
static int procfs_mount (struct mount *mp, char *path, caddr_t data,
sys/vfs/procfs/procfs_vfsops.c
54
static int procfs_statfs (struct mount *mp, struct statfs *sbp,
sys/vfs/procfs/procfs_vfsops.c
56
static int procfs_unmount (struct mount *mp, int mntflags);
sys/vfs/procfs/procfs_vfsops.c
65
procfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/procfs/procfs_vfsops.c
97
procfs_unmount(struct mount *mp, int mntflags)
sys/vfs/smbfs/smbfs.h
79
struct mount * sm_mp;
sys/vfs/smbfs/smbfs.h
96
#define SMBFSTOVFS(smp) ((struct mount *)((smp)->sm_mp))
sys/vfs/smbfs/smbfs_node.c
160
smbfs_node_alloc(struct mount *mp, struct vnode *dvp,
sys/vfs/smbfs/smbfs_node.c
273
smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/vfs/smbfs/smbfs_node.c
65
int smbfs_hashprint(struct mount *mp);
sys/vfs/smbfs/smbfs_node.c
91
smbfs_hashprint(struct mount *mp)
sys/vfs/smbfs/smbfs_node.h
88
int smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/vfs/smbfs/smbfs_vfsops.c
108
smbfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/smbfs/smbfs_vfsops.c
212
smbfs_unmount(struct mount *mp, int mntflags)
sys/vfs/smbfs/smbfs_vfsops.c
259
smbfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/smbfs/smbfs_vfsops.c
318
smbfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/smbfs/smbfs_vfsops.c
355
smbfs_sync(struct mount *mp, int waitfor)
sys/vfs/smbfs/smbfs_vfsops.c
78
static int smbfs_mount(struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/smbfs/smbfs_vfsops.c
79
static int smbfs_root(struct mount *, struct vnode **);
sys/vfs/smbfs/smbfs_vfsops.c
80
static int smbfs_statfs(struct mount *, struct statfs *, struct ucred *);
sys/vfs/smbfs/smbfs_vfsops.c
81
static int smbfs_sync(struct mount *, int);
sys/vfs/smbfs/smbfs_vfsops.c
82
static int smbfs_unmount(struct mount *, int);
sys/vfs/smbfs/smbfs_vnops.c
1020
struct mount *mp = dvp->v_mount;
sys/vfs/tmpfs/tmpfs.h
318
struct mount *tm_mount;
sys/vfs/tmpfs/tmpfs.h
374
struct mount *tm_mnt;
sys/vfs/tmpfs/tmpfs.h
406
int tmpfs_alloc_vp(struct mount *, struct tmpfs_node *,
sys/vfs/tmpfs/tmpfs.h
478
VFS_TO_TMPFS(struct mount *mp)
sys/vfs/tmpfs/tmpfs_subr.c
373
tmpfs_alloc_vp(struct mount *mp,
sys/vfs/tmpfs/tmpfs_vfsops.c
263
tmpfs_unmount(struct mount *mp, int mntflags)
sys/vfs/tmpfs/tmpfs_vfsops.c
412
tmpfs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/tmpfs/tmpfs_vfsops.c
435
tmpfs_fhtovp(struct mount *mp, struct vnode *rootvp, struct fid *fhp,
sys/vfs/tmpfs/tmpfs_vfsops.c
474
tmpfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/tmpfs/tmpfs_vfsops.c
520
tmpfs_checkexp(struct mount *mp, struct sockaddr *nam, int *exflagsp,
sys/vfs/tmpfs/tmpfs_vfsops.c
72
static int tmpfs_mount(struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/tmpfs/tmpfs_vfsops.c
73
static int tmpfs_unmount(struct mount *, int);
sys/vfs/tmpfs/tmpfs_vfsops.c
74
static int tmpfs_root(struct mount *, struct vnode **);
sys/vfs/tmpfs/tmpfs_vfsops.c
75
static int tmpfs_fhtovp(struct mount *, struct vnode *, struct fid *, struct vnode **);
sys/vfs/tmpfs/tmpfs_vfsops.c
76
static int tmpfs_statfs(struct mount *, struct statfs *, struct ucred *cred);
sys/vfs/tmpfs/tmpfs_vfsops.c
97
tmpfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/tmpfs/tmpfs_vnops.c
1775
struct mount *mp;
sys/vfs/tmpfs/tmpfs_vnops.c
1842
struct mount *mp;
sys/vfs/tmpfs/tmpfs_vnops.c
1882
struct mount *mp;
sys/vfs/udf/udf.h
130
int udf_allocv(struct mount *, struct vnode **);
sys/vfs/udf/udf.h
135
int udf_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
sys/vfs/udf/udf.h
44
struct mount *im_mountp;
sys/vfs/udf/udf_vfsops.c
104
static int udf_mount(struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/udf/udf_vfsops.c
105
static int udf_unmount(struct mount *, int);
sys/vfs/udf/udf_vfsops.c
106
static int udf_root(struct mount *, struct vnode **);
sys/vfs/udf/udf_vfsops.c
107
static int udf_statfs(struct mount *, struct statfs *, struct ucred *);
sys/vfs/udf/udf_vfsops.c
108
static int udf_fhtovp(struct mount *, struct vnode *,
sys/vfs/udf/udf_vfsops.c
128
static int udf_mountfs(struct vnode *, struct mount *);
sys/vfs/udf/udf_vfsops.c
131
udf_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred)
sys/vfs/udf/udf_vfsops.c
227
udf_mountfs(struct vnode *devvp, struct mount *mp)
sys/vfs/udf/udf_vfsops.c
407
udf_unmount(struct mount *mp, int mntflags)
sys/vfs/udf/udf_vfsops.c
439
udf_root(struct mount *mp, struct vnode **vpp)
sys/vfs/udf/udf_vfsops.c
462
udf_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/udf/udf_vfsops.c
484
udf_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/udf/udf_vfsops.c
592
udf_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/udf/udf_vnops.c
171
udf_allocv(struct mount *mp, struct vnode **vpp)
sys/vfs/ufs/ffs_alloc.c
1670
struct mount *mp = ip->i_devvp->v_mount;
sys/vfs/ufs/ffs_extern.h
106
int softdep_mount(struct vnode *, struct mount *, struct fs *);
sys/vfs/ufs/ffs_extern.h
107
int softdep_flushfiles(struct mount *, int);
sys/vfs/ufs/ffs_extern.h
57
struct mount;
sys/vfs/ufs/ffs_extern.h
78
int ffs_fhtovp(struct mount *, struct vnode *,
sys/vfs/ufs/ffs_extern.h
80
int ffs_flushfiles(struct mount *, int);
sys/vfs/ufs/ffs_extern.h
85
int ffs_mountfs(struct vnode *, struct mount *, struct malloc_type *);
sys/vfs/ufs/ffs_extern.h
91
int ffs_statfs(struct mount *, struct statfs *, struct ucred *);
sys/vfs/ufs/ffs_extern.h
92
int ffs_sync(struct mount *, int);
sys/vfs/ufs/ffs_extern.h
94
int ffs_unmount(struct mount *, int);
sys/vfs/ufs/ffs_extern.h
99
int ffs_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
sys/vfs/ufs/ffs_softdep.c
1072
softdep_mount(struct vnode *devvp, struct mount *mp, struct fs *fs)
sys/vfs/ufs/ffs_softdep.c
153
static int flush_pagedep_deps(struct vnode *, struct mount *,
sys/vfs/ufs/ffs_softdep.c
193
static int process_worklist_item(struct mount *, int);
sys/vfs/ufs/ffs_softdep.c
203
static int softdep_process_worklist(struct mount *);
sys/vfs/ufs/ffs_softdep.c
4004
struct mount *mnt;
sys/vfs/ufs/ffs_softdep.c
4545
flush_pagedep_deps(struct vnode *pvp, struct mount *mp,
sys/vfs/ufs/ffs_softdep.c
4786
struct mount *mp;
sys/vfs/ufs/ffs_softdep.c
4822
struct mount *mp;
sys/vfs/ufs/ffs_softdep.c
4826
clear_inodedeps_mountlist_callback(struct mount *mp, void *data)
sys/vfs/ufs/ffs_softdep.c
490
softdep_process_worklist(struct mount *matchmnt)
sys/vfs/ufs/ffs_softdep.c
596
process_worklist_item(struct mount *matchmnt, int flags)
sys/vfs/ufs/ffs_softdep.c
702
softdep_flushfiles(struct mount *oldmnt, int flags)
sys/vfs/ufs/ffs_softdep.c
813
struct mount *mp)
sys/vfs/ufs/ffs_softdep.c
839
struct mount *mp;
sys/vfs/ufs/ffs_softdep_stub.c
58
softdep_flushfiles(struct mount *oldmnt, int flags)
sys/vfs/ufs/ffs_softdep_stub.c
64
softdep_mount(struct vnode *devvp, struct mount *mp, struct fs *fs)
sys/vfs/ufs/ffs_subr.c
45
#include <sys/mount.h>
sys/vfs/ufs/ffs_vfsops.c
1003
ffs_sync_scan1(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ufs/ffs_vfsops.c
1027
ffs_sync_scan2(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ufs/ffs_vfsops.c
1067
ffs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/ufs/ffs_vfsops.c
1209
ffs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/ufs/ffs_vfsops.c
127
ffs_mount(struct mount *mp, /* mount struct pointer */
sys/vfs/ufs/ffs_vfsops.c
436
static int ffs_reload_scan2(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/ufs/ffs_vfsops.c
447
ffs_reload(struct mount *mp, struct ucred *cred)
sys/vfs/ufs/ffs_vfsops.c
551
ffs_reload_scan2(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ufs/ffs_vfsops.c
588
ffs_mountfs(struct vnode *devvp, struct mount *mp, struct malloc_type *mtype)
sys/vfs/ufs/ffs_vfsops.c
590
struct mount *mptmp;
sys/vfs/ufs/ffs_vfsops.c
66
static int ffs_reload (struct mount *, struct ucred *);
sys/vfs/ufs/ffs_vfsops.c
68
static int ffs_mount (struct mount *, char *, caddr_t, struct ucred *);
sys/vfs/ufs/ffs_vfsops.c
824
ffs_unmount(struct mount *mp, int mntflags)
sys/vfs/ufs/ffs_vfsops.c
875
ffs_flushfiles(struct mount *mp, int flags)
sys/vfs/ufs/ffs_vfsops.c
917
ffs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
sys/vfs/ufs/ffs_vfsops.c
951
static int ffs_sync_scan1(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/ufs/ffs_vfsops.c
952
static int ffs_sync_scan2(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/ufs/ffs_vfsops.c
955
ffs_sync(struct mount *mp, int waitfor)
sys/vfs/ufs/quota.h
174
struct mount;
sys/vfs/ufs/quota.h
185
int ufs_getquota(struct mount *, u_long, int, caddr_t);
sys/vfs/ufs/quota.h
186
int ufs_qsync(struct mount *mp);
sys/vfs/ufs/quota.h
187
int ufs_quotaoff(struct mount *, int);
sys/vfs/ufs/quota.h
188
int ufs_quotaon(struct ucred *, struct mount *, int, caddr_t);
sys/vfs/ufs/quota.h
189
int ufs_setquota(struct mount *, u_long, int, caddr_t);
sys/vfs/ufs/quota.h
190
int ufs_setuse(struct mount *, u_long, int, caddr_t);
sys/vfs/ufs/quota.h
191
int ufs_quotactl(struct mount *, int, uid_t, caddr_t, struct ucred *);
sys/vfs/ufs/softdep.h
178
struct mount *pd_mnt; /* associated mount point */
sys/vfs/ufs/softdep.h
524
struct mount *dm_mnt; /* associated mount point */
sys/vfs/ufs/ufs_bmap.c
118
struct mount *mp;
sys/vfs/ufs/ufs_extern.h
41
struct mount;
sys/vfs/ufs/ufs_extern.h
61
int ufs_check_export(struct mount *, struct sockaddr *,
sys/vfs/ufs/ufs_extern.h
63
int ufs_fhtovp(struct mount *, struct vnode *,
sys/vfs/ufs/ufs_extern.h
90
int ufs_root(struct mount *, struct vnode **);
sys/vfs/ufs/ufs_extern.h
91
int ufs_start(struct mount *, int, struct thread *);
sys/vfs/ufs/ufs_extern.h
92
int ufs_vinit(struct mount *, struct vnode **);
sys/vfs/ufs/ufs_lookup.c
603
struct mount *mp;
sys/vfs/ufs/ufs_quota.c
410
static int ufs_quotaon_scan(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/ufs/ufs_quota.c
413
ufs_quotaon(struct ucred *cred, struct mount *mp, int type, caddr_t fname)
sys/vfs/ufs/ufs_quota.c
478
ufs_quotaon_scan(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ufs/ufs_quota.c
493
static int ufs_quotaoff_scan(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/ufs/ufs_quota.c
496
ufs_quotaoff(struct mount *mp, int type)
sys/vfs/ufs/ufs_quota.c
534
ufs_quotaoff_scan(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ufs/ufs_quota.c
554
ufs_getquota(struct mount *mp, u_long id, int type, caddr_t addr)
sys/vfs/ufs/ufs_quota.c
571
ufs_setquota(struct mount *mp, u_long id, int type, caddr_t addr)
sys/vfs/ufs/ufs_quota.c
628
ufs_setuse(struct mount *mp, u_long id, int type, caddr_t addr)
sys/vfs/ufs/ufs_quota.c
672
static int ufs_qsync_scan(struct mount *mp, struct vnode *vp, void *data);
sys/vfs/ufs/ufs_quota.c
675
ufs_qsync(struct mount *mp)
sys/vfs/ufs/ufs_quota.c
704
ufs_qsync_scan(struct mount *mp, struct vnode *vp, void *data)
sys/vfs/ufs/ufs_vfsops.c
203
ufs_fhtovp(struct mount *mp, struct vnode *rootvp,
sys/vfs/ufs/ufs_vfsops.c
236
ufs_check_export(struct mount *mp, struct sockaddr *nam, int *exflagsp,
sys/vfs/ufs/ufs_vfsops.c
58
ufs_root(struct mount *mp, struct vnode **vpp)
sys/vfs/ufs/ufs_vfsops.c
74
ufs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg,
sys/vfs/ufs/ufs_vnops.c
1954
ufs_vinit(struct mount *mntp, struct vnode **vpp)
sys/vfs/ufs/ufsmount.h
70
struct mount *um_mountp; /* filesystem vfs structure */
sys/vm/vm_extern.h
53
struct mount;
test/debug/ncptrace.c
263
struct mount mntinfo;
test/debug/ncptrace.c
279
if (nch->mount) {
test/debug/ncptrace.c
280
kkread(kd, (long)nch->mount, &mntinfo, sizeof(mntinfo));
test/debug/ncptrace.c
281
if (mntinfo.mnt_ncmounton.mount)
test/debug/ncptrace.c
92
struct mount mntinfo;
test/debug/ncptrace.c
93
struct mount *mntptr;
test/debug/vnodeinfo.c
104
struct mount *mp;
test/debug/vnodeinfo.c
195
static struct mount *
test/debug/vnodeinfo.c
196
dumpmount(kvm_t *kd, struct mount *mp)
test/debug/vnodeinfo.c
198
struct mount mnt;
test/debug/vnodeinfo.c
81
static struct mount *dumpmount(kvm_t *kd, struct mount *mp);
usr.bin/fstat/fstat.c
142
static char *getmnton(struct mount *, struct namecache_list *, struct nchandle *);
usr.bin/fstat/fstat.c
706
getmnton(struct mount *m, struct namecache_list *ncplist, struct nchandle *ncr)
usr.bin/fstat/fstat.c
708
static struct mount mount_l;
usr.bin/fstat/fstat.c
711
struct mount *m;
usr.bin/fstat/fstat.c
729
if (ncr->mount)
usr.bin/fstat/fstat.c
730
m = ncr->mount;
usr.bin/fstat/fstat.c
737
if (!kread(m, &mount_l, sizeof(struct mount))) {
usr.bin/fstat/fstat.c
752
m = mount_l.mnt_ncmounton.mount;
usr.bin/fstat/fstat.c
753
if (!kread(m, &mount_l, sizeof(struct mount))) {
usr.bin/fstat/fstat.c
789
if (!kread(m, &mount_l, sizeof(struct mount))) {
usr.bin/fstat/tmpfs.c
50
struct mount mount_l;
usr.bin/fstat/tmpfs.c
57
if (!kread(vp->v_mount, &mount_l, sizeof(struct mount))) {
usr.sbin/autofs/automount.c
193
error = mount("autofs", fspath, MNT_UPDATE, NULL);
usr.sbin/autofs/automount.c
93
error = mount("autofs", fspath, 0, &info);
usr.sbin/makefs/hammer2.c
298
struct mount mp;
usr.sbin/makefs/hammer2/hammer2.h
1247
struct mount *mp;
usr.sbin/makefs/hammer2/hammer2.h
1330
MPTOPMP(struct mount *mp)
usr.sbin/makefs/hammer2/hammer2.h
1575
int vflush(struct mount *mp, int rootrefs, int flags);
usr.sbin/makefs/hammer2/hammer2.h
1938
int hammer2_vfs_sync(struct mount *mp, int waitflags);
usr.sbin/makefs/hammer2/hammer2.h
1946
int hammer2_vfs_vget(struct mount *mp, struct m_vnode *dvp,
usr.sbin/makefs/hammer2/hammer2.h
1948
int hammer2_vfs_root(struct mount *mp, struct m_vnode **vpp);
usr.sbin/makefs/hammer2/hammer2.h
1965
int hammer2_vfs_mount(struct m_vnode *makefs_devvp, struct mount *mp,
usr.sbin/makefs/hammer2/hammer2.h
1967
int hammer2_vfs_unmount(struct mount *mp, int mntflags);
usr.sbin/makefs/hammer2/hammer2.h
2024
int hammer2_init_vfsvolumes(struct mount *mp,
usr.sbin/makefs/hammer2/hammer2_compat.h
521
trigger_syncer(struct mount *mp)
usr.sbin/makefs/hammer2/hammer2_compat.h
527
trigger_syncer_start(struct mount *mp)
usr.sbin/makefs/hammer2/hammer2_compat.h
533
trigger_syncer_stop(struct mount *mp)
usr.sbin/makefs/hammer2/hammer2_compat.h
546
vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid,
usr.sbin/makefs/hammer2/hammer2_compat.h
561
getnewvnode(enum vtagtype tag, struct mount *mp, struct m_vnode **vpp,
usr.sbin/makefs/hammer2/hammer2_inode.c
1842
vflush(struct mount *mp, int rootrefs, int flags)
usr.sbin/makefs/hammer2/hammer2_ondisk.c
585
hammer2_init_vfsvolumes(struct mount *mp, const hammer2_devvp_list_t *devvpl,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1543
hammer2_remount(hammer2_dev_t *hmp, struct mount *mp, char *path __unused,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1596
hammer2_vfs_unmount(struct mount *mp, int mntflags)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1652
hammer2_mount_helper(struct mount *mp, hammer2_pfs_t *pmp)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1694
hammer2_unmount_helper(struct mount *mp, hammer2_pfs_t *pmp, hammer2_dev_t *hmp)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1865
hammer2_vfs_vget(struct mount *mp, struct m_vnode *dvp,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1915
hammer2_vfs_root(struct mount *mp, struct m_vnode **vpp)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1998
hammer2_vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2053
hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
212
static int hammer2_vfs_statfs(struct mount *mp, struct statfs *sbp,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
214
static int hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
227
static void hammer2_mount_helper(struct mount *mp, hammer2_pfs_t *pmp);
usr.sbin/makefs/hammer2/hammer2_vfsops.c
228
static void hammer2_unmount_helper(struct mount *mp, hammer2_pfs_t *pmp,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2399
hammer2_vfs_sync(struct mount *mp, int waitfor)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2787
hammer2_vfs_fhtovp(struct mount *mp, struct m_vnode *rootvp,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2807
hammer2_vfs_checkexp(struct mount *mp, struct sockaddr *nam,
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2898
hammer2_vfs_modifying(struct mount *mp)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
971
hammer2_vfs_mount(struct m_vnode *makefs_devvp, struct mount *mp,
usr.sbin/makefs/hammer2/hammer2_vnops.c
2767
struct mount *mp;
usr.sbin/pstat/pstat.c
177
struct mount *
usr.sbin/pstat/pstat.c
178
getmnt(struct mount *);
usr.sbin/pstat/pstat.c
183
void mount_print(struct mount *);
usr.sbin/pstat/pstat.c
335
struct mount *maddr, *mp = NULL;
usr.sbin/pstat/pstat.c
579
struct mount *
usr.sbin/pstat/pstat.c
580
getmnt(struct mount *maddr)
usr.sbin/pstat/pstat.c
584
struct mount *maddr;
usr.sbin/pstat/pstat.c
585
struct mount mount;
usr.sbin/pstat/pstat.c
591
return (&mt->mount);
usr.sbin/pstat/pstat.c
594
KGETRET(maddr, &mt->mount, sizeof(struct mount), "mount table");
usr.sbin/pstat/pstat.c
598
return (&mt->mount);
usr.sbin/pstat/pstat.c
602
mount_print(struct mount *mp)
usr.sbin/pstat/pstat.c
663
struct mount *mp, mounth, *mp_next;
usr.sbin/vnconfig/vnconfig.c
571
rv = mount("ufs", oarg, mflags, &args);