lib/libprocstat/common_kvm.c
117
struct mount mount;
lib/libprocstat/common_kvm.c
125
if (!kvm_read_all(kd, (unsigned long)getvnodemount(vp), &mount,
lib/libprocstat/common_kvm.c
126
sizeof(mount))) {
lib/libprocstat/common_kvm.c
131
vn->vn_fsid = mount.mnt_stat.f_fsid.val[0];
lib/libprocstat/common_kvm.c
208
struct mount *
lib/libprocstat/common_kvm.h
49
struct mount *getvnodemount(struct vnode *vp);
lib/libprocstat/libprocstat.c
117
static char *getmnton(kvm_t *kd, struct mount *m);
lib/libprocstat/libprocstat.c
1683
getmnton(kvm_t *kd, struct mount *m)
lib/libprocstat/libprocstat.c
1685
struct mount mnt;
lib/libprocstat/libprocstat.c
1688
struct mount *m;
lib/libprocstat/libprocstat.c
1696
if (!kvm_read_all(kd, (unsigned long)m, &mnt, sizeof(struct mount))) {
lib/libprocstat/smbfs.c
55
struct mount mnt;
lib/libprocstat/udf.c
52
struct mount *im_mountp;
lib/libprocstat/zfs.c
105
vn->vn_fsid = mount.mnt_stat.f_fsid.val[0];
lib/libprocstat/zfs.c
57
struct mount mount, *mountptr;
lib/libprocstat/zfs.c
96
if (!kvm_read_all(kd, (unsigned long)mountptr, &mount, sizeof(mount))) {
stand/common/misc.c
177
rv = mount(value, "/", 0, NULL);
stand/libsa/stand.h
317
extern int mount(const char *dev, const char *path, int flags, void *data);
stand/libsa/zfs/zfs.c
110
struct zfsmount *mount = dev->d_opendata;
stand/libsa/zfs/zfs.c
123
rc = zfs_lookup(mount, upath, &fp->f_dnode);
stand/libsa/zfs/zfs.c
1545
struct zfsmount *mount;
stand/libsa/zfs/zfs.c
1556
STAILQ_FOREACH(mount, &zfsmount, next) {
stand/libsa/zfs/zfs.c
1557
if (spa->spa_guid == mount->spa->spa_guid)
stand/libsa/zfs/zfs.c
1563
if (mount == NULL)
stand/libsa/zfs/zfs.c
1564
rv = zfs_mount(devformat(&dev->dd), NULL, (void **)&mount);
stand/libsa/zfs/zfs.c
1567
dev->dd.d_opendata = mount;
stand/libsa/zfs/zfs.c
1576
struct zfsmount *mnt, *mount;
stand/libsa/zfs/zfs.c
1581
STAILQ_FOREACH(mount, &zfsmount, next) {
stand/libsa/zfs/zfs.c
1582
if (mnt->spa->spa_guid == mount->spa->spa_guid)
stand/libsa/zfs/zfsimpl.c
3504
zfs_mount_impl(const spa_t *spa, uint64_t rootobj, struct zfsmount *mount)
stand/libsa/zfs/zfsimpl.c
3507
mount->spa = spa;
stand/libsa/zfs/zfsimpl.c
3517
if (zfs_mount_dataset(spa, rootobj, &mount->objset)) {
stand/libsa/zfs/zfsimpl.c
3522
mount->rootobj = rootobj;
stand/libsa/zfs/zfsimpl.c
3817
zfs_lookup(const struct zfsmount *mount, const char *upath, dnode_phys_t *dnode)
stand/libsa/zfs/zfsimpl.c
3831
spa = mount->spa;
stand/libsa/zfs/zfsimpl.c
3832
if (mount->objset.os_type != DMU_OST_ZFS) {
stand/libsa/zfs/zfsimpl.c
3834
(uintmax_t)mount->objset.os_type);
stand/libsa/zfs/zfsimpl.c
3844
rc = objset_get_dnode(spa, &mount->objset, MASTER_NODE_OBJ, &dn);
stand/libsa/zfs/zfsimpl.c
3858
rc = objset_get_dnode(spa, &mount->objset, objnum, &dn);
stand/libsa/zfs/zfsimpl.c
3864
rc = objset_get_dnode(spa, &mount->objset, objnum, &dn);
stand/libsa/zfs/zfsimpl.c
3921
rc = objset_get_dnode(spa, &mount->objset, objnum, &dn);
sys/cam/ctl/ctl_backend_block.c
612
struct mount *mountpoint;
sys/cam/ctl/ctl_backend_block.c
740
struct mount *mountpoint;
sys/cam/ctl/ctl_backend_block.c
886
struct mount *mp;
sys/cddl/compat/opensolaris/sys/policy.h
37
struct mount;
sys/cddl/compat/opensolaris/sys/policy.h
44
int secpolicy_fs_unmount(cred_t *cr, struct mount *vfsp);
sys/cddl/compat/opensolaris/sys/policy.h
66
int secpolicy_fs_owner(struct mount *vfsp, cred_t *cr);
sys/cddl/compat/opensolaris/sys/policy.h
67
int secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp);
sys/cddl/compat/opensolaris/sys/policy.h
68
void secpolicy_fs_mount_clearopts(cred_t *cr, struct mount *vfsp);
sys/cddl/compat/opensolaris/sys/vfs.h
39
typedef struct mount vfs_t;
sys/compat/linux/linux_stats.c
681
struct mount *mp;
sys/compat/linuxkpi/common/include/linux/shmem_fs.h
42
struct linux_file *linux_shmem_file_setup_with_mnt(struct vfsmount *mount,
sys/compat/linuxkpi/common/src/linux_compat.c
1709
struct mount *mp;
sys/compat/linuxkpi/common/src/linux_shmemfs.c
97
linux_shmem_file_setup_with_mnt(struct vfsmount *mount,
sys/dev/md/md.c
900
struct mount *mp;
sys/dev/xen/blkback/blkback.c
2159
struct mount *mountpoint;
sys/dev/xen/blkback/blkback.c
2254
struct mount *mountpoint;
sys/fs/autofs/autofs.h
138
int autofs_node_vn(struct autofs_node *anp, struct mount *mp,
sys/fs/autofs/autofs.h
88
struct mount *am_mp;
sys/fs/autofs/autofs_vfsops.c
113
autofs_unmount(struct mount *mp, int mntflags)
sys/fs/autofs/autofs_vfsops.c
180
autofs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/autofs/autofs_vfsops.c
193
autofs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/autofs/autofs_vfsops.c
56
autofs_mount(struct mount *mp)
sys/fs/autofs/autofs_vnops.c
199
autofs_vget_callback(struct mount *mp, void *arg, int flags,
sys/fs/autofs/autofs_vnops.c
210
struct mount *mp;
sys/fs/autofs/autofs_vnops.c
634
autofs_node_vn(struct autofs_node *anp, struct mount *mp, int flags,
sys/fs/autofs/autofs_vnops.c
74
struct mount *mp;
sys/fs/cd9660/cd9660_lookup.c
56
cd9660_ino_alloc(struct mount *mp, void *arg, int lkflags,
sys/fs/cd9660/cd9660_vfsops.c
130
cd9660_mount(struct mount *mp)
sys/fs/cd9660/cd9660_vfsops.c
206
iso_mountfs(struct vnode *devvp, struct mount *mp)
sys/fs/cd9660/cd9660_vfsops.c
526
cd9660_unmount(struct mount *mp, int mntflags)
sys/fs/cd9660/cd9660_vfsops.c
558
cd9660_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
577
cd9660_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/cd9660/cd9660_vfsops.c
605
cd9660_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
640
cd9660_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
671
cd9660_vget_internal(struct mount *mp, ino_t ino, int flags,
sys/fs/cd9660/cd9660_vfsops.c
89
static int iso_mountfs(struct vnode *devvp, struct mount *mp);
sys/fs/cd9660/iso.h
224
struct mount *im_mountp;
sys/fs/cd9660/iso.h
274
int cd9660_vget_internal(struct mount *, ino_t , int, struct vnode **, int,
sys/fs/devfs/devfs.h
162
struct mount *dm_mount;
sys/fs/devfs/devfs.h
192
int devfs_allocv(struct devfs_dirent *, struct mount *, int,
sys/fs/devfs/devfs_vfsops.c
171
devfs_unmount(struct mount *mp, int mntflags)
sys/fs/devfs/devfs_vfsops.c
205
devfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/devfs/devfs_vfsops.c
222
devfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/devfs/devfs_vfsops.c
66
devfs_mount(struct mount *mp)
sys/fs/devfs/devfs_vnops.c
1063
struct mount *mp;
sys/fs/devfs/devfs_vnops.c
1999
struct mount *mp;
sys/fs/devfs/devfs_vnops.c
543
devfs_allocv(struct devfs_dirent *de, struct mount *mp, int lockmode,
sys/fs/ext2fs/ext2_bmap.c
158
struct mount *mp;
sys/fs/ext2fs/ext2_bmap.c
215
struct mount *mp;
sys/fs/ext2fs/ext2_bmap.c
332
struct mount *mp;
sys/fs/ext2fs/ext2_bmap.c
95
struct mount *mp;
sys/fs/ext2fs/ext2_extern.h
47
struct mount;
sys/fs/ext2fs/ext2_extern.h
77
int ext2_vinit(struct mount *, struct vop_vector *, struct vnode **vpp);
sys/fs/ext2fs/ext2_mount.h
45
struct mount *um_mountp; /* filesystem vfs structure */
sys/fs/ext2fs/ext2_vfsops.c
1007
ext2_unmount(struct mount *mp, int mntflags)
sys/fs/ext2fs/ext2_vfsops.c
1054
ext2_flushfiles(struct mount *mp, int flags, struct thread *td)
sys/fs/ext2fs/ext2_vfsops.c
1066
ext2_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/ext2fs/ext2_vfsops.c
1120
ext2_sync(struct mount *mp, int waitfor)
sys/fs/ext2fs/ext2_vfsops.c
1194
ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/ext2fs/ext2_vfsops.c
121
ext2_mount(struct mount *mp)
sys/fs/ext2fs/ext2_vfsops.c
1321
ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/ext2fs/ext2_vfsops.c
1438
ext2_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/ext2fs/ext2_vfsops.c
734
ext2_reload(struct mount *mp, struct thread *td)
sys/fs/ext2fs/ext2_vfsops.c
78
static int ext2_flushfiles(struct mount *mp, int flags, struct thread *td);
sys/fs/ext2fs/ext2_vfsops.c
79
static int ext2_mountfs(struct vnode *, struct mount *);
sys/fs/ext2fs/ext2_vfsops.c
80
static int ext2_reload(struct mount *mp, struct thread *td);
sys/fs/ext2fs/ext2_vfsops.c
832
ext2_mountfs(struct vnode *devvp, struct mount *mp)
sys/fs/ext2fs/ext2_vnops.c
1908
ext2_vinit(struct mount *mntp, struct vop_vector *fifoops, struct vnode **vpp)
sys/fs/fdescfs/fdesc.h
71
extern int fdesc_allocvp(fdntype, unsigned, int, struct mount *,
sys/fs/fdescfs/fdesc_vfsops.c
133
fdesc_unmount(struct mount *mp, int mntflags)
sys/fs/fdescfs/fdesc_vfsops.c
168
fdesc_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/fdescfs/fdesc_vfsops.c
182
fdesc_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/fdescfs/fdesc_vfsops.c
77
fdesc_mount(struct mount *mp)
sys/fs/fdescfs/fdesc_vnops.c
139
fdesc_allocvp(fdntype ftype, unsigned fd_fd, int ix, struct mount *mp,
sys/fs/fdescfs/fdesc_vnops.c
254
fdesc_get_ino_alloc(struct mount *mp, void *arg, int lkflags,
sys/fs/fdescfs/fdesc_vnops.c
480
struct mount *mp;
sys/fs/fuse/fuse_device.c
448
struct mount *mp;
sys/fs/fuse/fuse_file.c
124
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_file.c
190
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_internal.c
1143
struct mount *mp;
sys/fs/fuse/fuse_internal.c
123
fuse_internal_get_cached_vnode(struct mount* mp, ino_t ino, int flags,
sys/fs/fuse/fuse_internal.c
1266
struct mount *mp;
sys/fs/fuse/fuse_internal.c
169
struct mount *mp;
sys/fs/fuse/fuse_internal.c
256
struct mount *mp;
sys/fs/fuse/fuse_internal.c
376
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_internal.c
431
fuse_internal_invalidate_entry(struct mount *mp, struct uio *uio)
sys/fs/fuse/fuse_internal.c
491
fuse_internal_invalidate_inode(struct mount *mp, struct uio *uio)
sys/fs/fuse/fuse_internal.c
776
fuse_internal_newentry_makerequest(struct mount *mp,
sys/fs/fuse/fuse_internal.c
801
struct mount *mp = vnode_mount(dvp);
sys/fs/fuse/fuse_internal.c
841
struct mount *mp = vnode_mount(dvp);
sys/fs/fuse/fuse_internal.c
864
fuse_internal_forget_send(struct mount *mp,
sys/fs/fuse/fuse_internal.h
202
fuse_internal_get_cached_vnode(struct mount*, ino_t, int, struct vnode**);
sys/fs/fuse/fuse_internal.h
240
int fuse_internal_invalidate_entry(struct mount *mp, struct uio *uio);
sys/fs/fuse/fuse_internal.h
241
int fuse_internal_invalidate_inode(struct mount *mp, struct uio *uio);
sys/fs/fuse/fuse_internal.h
306
void fuse_internal_newentry_makerequest(struct mount *mp, uint64_t dnid,
sys/fs/fuse/fuse_internal.h
316
void fuse_internal_forget_send(struct mount *mp, struct thread *td,
sys/fs/fuse/fuse_internal.h
80
vfs_isrdonly(struct mount *mp)
sys/fs/fuse/fuse_internal.h
85
static inline struct mount *
sys/fs/fuse/fuse_io.c
130
struct mount *mp;
sys/fs/fuse/fuse_ipc.c
905
struct mount *mp, uint64_t nid, pid_t pid, struct ucred *cred)
sys/fs/fuse/fuse_ipc.c
938
fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp,
sys/fs/fuse/fuse_ipc.c
951
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_ipc.h
177
struct mount *mp;
sys/fs/fuse/fuse_ipc.h
251
fuse_get_mpdata(struct mount *mp)
sys/fs/fuse/fuse_ipc.h
257
fsess_is_impl(struct mount *mp, int opcode)
sys/fs/fuse/fuse_ipc.h
266
fsess_maybe_impl(struct mount *mp, int opcode)
sys/fs/fuse/fuse_ipc.h
275
fsess_not_impl(struct mount *mp, int opcode)
sys/fs/fuse/fuse_ipc.h
284
fsess_set_impl(struct mount *mp, int opcode)
sys/fs/fuse/fuse_ipc.h
292
fsess_set_notimpl(struct mount *mp, int opcode)
sys/fs/fuse/fuse_ipc.h
300
fsess_opt_datacache(struct mount *mp)
sys/fs/fuse/fuse_ipc.h
308
fsess_opt_mmap(struct mount *mp)
sys/fs/fuse/fuse_ipc.h
314
fsess_opt_writeback(struct mount *mp)
sys/fs/fuse/fuse_ipc.h
446
struct mount *mp, uint64_t nid, struct thread *td, struct ucred *cred);
sys/fs/fuse/fuse_node.c
203
fuse_vnode_alloc(struct mount *mp,
sys/fs/fuse/fuse_node.c
294
fuse_vnode_get(struct mount *mp,
sys/fs/fuse/fuse_node.c
573
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_node.h
266
int fuse_vnode_get(struct mount *mp, struct fuse_entry_out *feo,
sys/fs/fuse/fuse_vfsops.c
217
fuse_vfs_remount(struct mount *mp, struct thread *td, uint64_t mntopts,
sys/fs/fuse/fuse_vfsops.c
268
fuse_vfsop_fhtovp(struct mount *mp, struct fid *fhp, int flags,
sys/fs/fuse/fuse_vfsops.c
296
fuse_vfsop_mount(struct mount *mp)
sys/fs/fuse/fuse_vfsops.c
480
fuse_vfsop_unmount(struct mount *mp, int mntflags)
sys/fs/fuse/fuse_vfsops.c
543
fuse_vfsop_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/fuse/fuse_vfsops.c
624
fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp)
sys/fs/fuse/fuse_vfsops.c
660
fuse_vfsop_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/fuse/fuse_vnops.c
1136
struct mount *mp = vnode_mount(dvp);
sys/fs/fuse/fuse_vnops.c
1398
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
1521
fuse_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
sys/fs/fuse/fuse_vnops.c
1552
struct mount *mp = vnode_mount(dvp);
sys/fs/fuse/fuse_vnops.c
1883
struct mount *mp;
sys/fs/fuse/fuse_vnops.c
2056
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
239
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
2411
struct mount *mp;
sys/fs/fuse/fuse_vnops.c
277
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
2788
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
2877
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
3062
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
3192
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
3329
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
3418
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
463
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
677
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
777
struct mount *mp;
sys/fs/fuse/fuse_vnops.c
877
struct mount *mp = vnode_mount(vp);
sys/fs/fuse/fuse_vnops.c
970
struct mount *mp = vnode_mount(invp);
sys/fs/mntfs/mntfs_vnops.c
69
mntfs_allocvp(struct mount *mp, struct vnode *ovp)
sys/fs/msdosfs/msdosfs_denode.c
103
struct mount *mntp = pmp->pm_mountp;
sys/fs/msdosfs/msdosfs_lookup.c
102
msdosfs_deget_dotdot(struct mount *mp, void *arg, int lkflags,
sys/fs/msdosfs/msdosfs_vfsops.c
1034
msdosfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/msdosfs/msdosfs_vfsops.c
1051
msdosfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/msdosfs/msdosfs_vfsops.c
1101
msdosfs_sync(struct mount *mp, int waitfor)
sys/fs/msdosfs/msdosfs_vfsops.c
115
static int update_mp(struct mount *mp, struct thread *td);
sys/fs/msdosfs/msdosfs_vfsops.c
116
static int mountmsdosfs(struct vnode *devvp, struct mount *mp);
sys/fs/msdosfs/msdosfs_vfsops.c
1177
msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/msdosfs/msdosfs_vfsops.c
129
update_mp(struct mount *mp, struct thread *td)
sys/fs/msdosfs/msdosfs_vfsops.c
231
msdosfs_mount(struct mount *mp)
sys/fs/msdosfs/msdosfs_vfsops.c
503
mountmsdosfs(struct vnode *odevvp, struct mount *mp)
sys/fs/msdosfs/msdosfs_vfsops.c
891
msdosfs_unmount(struct mount *mp, int mntflags)
sys/fs/msdosfs/msdosfs_vnops.c
1783
struct mount *mp;
sys/fs/msdosfs/msdosfsmount.h
78
struct mount *pm_mountp;/* vfs mount struct for this fs */
sys/fs/nfs/nfs_commonsubs.c
250
static uint32_t nfsv4_filesavail(struct statfs *, struct mount *);
sys/fs/nfs/nfs_commonsubs.c
2632
struct mtx *mutex, struct mount *mp)
sys/fs/nfs/nfs_commonsubs.c
2711
struct mount *mp)
sys/fs/nfs/nfs_commonsubs.c
2832
nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp,
sys/fs/nfs/nfs_commonsubs.c
3560
nfsv4_filesavail(struct statfs *fs, struct mount *mp)
sys/fs/nfs/nfs_var.h
348
int nfsv4_lock(struct nfsv4lock *, int, int *, struct mtx *, struct mount *);
sys/fs/nfs/nfs_var.h
351
void nfsv4_getref(struct nfsv4lock *, int *, struct mtx *, struct mount *);
sys/fs/nfs/nfs_var.h
397
int nfsv4_fillattr(struct nfsrv_descript *, struct mount *, vnode_t, NFSACL_T *,
sys/fs/nfs/nfs_var.h
596
int nfscl_getcl(struct mount *, struct ucred *, NFSPROC_T *, bool, bool,
sys/fs/nfs/nfs_var.h
746
int nfsvno_fillattr(struct nfsrv_descript *, struct mount *, vnode_t,
sys/fs/nfs/nfskpiport.h
36
typedef struct mount * mount_t;
sys/fs/nfsclient/nfs.h
114
void ncl_clearcommit(struct mount *);
sys/fs/nfsclient/nfs_clbio.c
1293
struct mount *mp;
sys/fs/nfsclient/nfs_clnode.c
294
struct mount *mp;
sys/fs/nfsclient/nfs_clnode.c
95
ncl_nget(struct mount *mntp, u_int8_t *fhp, int fhsize, struct nfsnode **npp,
sys/fs/nfsclient/nfs_clport.c
118
nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clport.c
1254
struct mount *mp;
sys/fs/nfsclient/nfs_clport.c
319
nfscl_ngetreopen(struct mount *mntp, u_int8_t *fhp, int fhsize,
sys/fs/nfsclient/nfs_clrpcops.c
10054
struct mount *mp;
sys/fs/nfsclient/nfs_clstate.c
2785
struct mount *mp;
sys/fs/nfsclient/nfs_clstate.c
4849
struct mount *mp;
sys/fs/nfsclient/nfs_clstate.c
4968
struct mount *mp;
sys/fs/nfsclient/nfs_clstate.c
901
nfscl_getcl(struct mount *mp, struct ucred *cred, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clsubs.c
352
ncl_clearcommit(struct mount *mp)
sys/fs/nfsclient/nfs_clvfsops.c
111
static int nfs_mountroot(struct mount *);
sys/fs/nfsclient/nfs_clvfsops.c
113
static void nfs_decode_args(struct mount *mp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clvfsops.c
116
static int mountnfs(struct nfs_args *, struct mount *,
sys/fs/nfsclient/nfs_clvfsops.c
1513
mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam,
sys/fs/nfsclient/nfs_clvfsops.c
186
struct thread *, struct vnode **, struct mount *);
sys/fs/nfsclient/nfs_clvfsops.c
1872
nfs_unmount(struct mount *mp, int mntflags)
sys/fs/nfsclient/nfs_clvfsops.c
1977
nfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/nfsclient/nfs_clvfsops.c
2021
nfs_sync(struct mount *mp, int waitfor)
sys/fs/nfsclient/nfs_clvfsops.c
2068
nfs_sysctl(struct mount *mp, fsctlop_t op, struct sysctl_req *req)
sys/fs/nfsclient/nfs_clvfsops.c
2138
nfs_purge(struct mount *mp)
sys/fs/nfsclient/nfs_clvfsops.c
284
nfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/nfsclient/nfs_clvfsops.c
436
nfs_mountroot(struct mount *mp)
sys/fs/nfsclient/nfs_clvfsops.c
567
struct vnode **vpp, struct mount *mp)
sys/fs/nfsclient/nfs_clvfsops.c
607
nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp,
sys/fs/nfsclient/nfs_clvfsops.c
904
nfs_mount(struct mount *mp)
sys/fs/nfsclient/nfs_clvnops.c
1217
struct mount *mp = dvp->v_mount;
sys/fs/nfsclient/nfs_clvnops.c
3999
struct mount *mp;
sys/fs/nfsclient/nfsnode.h
187
int ncl_nget(struct mount *, u_int8_t *, int, struct nfsnode **, int);
sys/fs/nfsserver/nfs_nfsdport.c
109
VNET_DEFINE_STATIC(struct mount *, nfsv4root_mnt);
sys/fs/nfsserver/nfs_nfsdport.c
1613
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdport.c
1723
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdport.c
183
static int nfsrv_pnfsstatfs(struct statfs *, struct mount *);
sys/fs/nfsserver/nfs_nfsdport.c
2114
struct mount *mp = (struct mount *)arg, *temp_mp;
sys/fs/nfsserver/nfs_nfsdport.c
2400
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdport.c
2779
nfsvno_fillattr(struct nfsrv_descript *nd, struct mount *mp, struct vnode *vp,
sys/fs/nfsserver/nfs_nfsdport.c
3133
struct mount *mp, *new_mp;
sys/fs/nfsserver/nfs_nfsdport.c
4220
nfsvno_checkexp(struct mount *mp, struct sockaddr *nam, struct nfsexstuff *exp,
sys/fs/nfsserver/nfs_nfsdport.c
4255
nfsvno_fhtovp(struct mount *mp, fhandle_t *fhp, struct sockaddr *nam,
sys/fs/nfsserver/nfs_nfsdport.c
4308
struct mount **mpp, int startwrite, int nextop)
sys/fs/nfsserver/nfs_nfsdport.c
4310
struct mount *mp, *mpw;
sys/fs/nfsserver/nfs_nfsdport.c
4522
VNET(nfsv4root_mnt) = malloc(sizeof(struct mount), M_TEMP,
sys/fs/nfsserver/nfs_nfsdport.c
4561
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdport.c
5312
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdport.c
6065
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdport.c
7941
nfsrv_pnfsstatfs(struct statfs *sf, struct mount *mp)
sys/fs/nfsserver/nfs_nfsdserv.c
247
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdstate.c
7528
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdstate.c
7660
struct mount *mp;
sys/fs/nfsserver/nfs_nfsdstate.c
8160
struct mount *mp, *tvmp;
sys/fs/nullfs/null.h
45
struct mount *nullm_vfs;
sys/fs/nullfs/null.h
73
int null_nodeget(struct mount *mp, struct vnode *target, struct vnode **vpp);
sys/fs/nullfs/null.h
74
struct vnode *null_hashget(struct mount *mp, struct vnode *lowervp);
sys/fs/nullfs/null_subr.c
103
null_hashget_locked(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_subr.c
139
null_hashget(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_subr.c
173
null_hashins(struct mount *mp, struct null_node *xp)
sys/fs/nullfs/null_subr.c
219
null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp)
sys/fs/nullfs/null_subr.c
69
static void null_hashins(struct mount *, struct null_node *);
sys/fs/nullfs/null_vfsops.c
271
nullfs_unmount(struct mount *mp, int mntflags)
sys/fs/nullfs/null_vfsops.c
319
nullfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
340
nullfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy)
sys/fs/nullfs/null_vfsops.c
342
struct mount *lowermp;
sys/fs/nullfs/null_vfsops.c
371
nullfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/nullfs/null_vfsops.c
402
nullfs_sync(struct mount *mp, int waitfor)
sys/fs/nullfs/null_vfsops.c
411
nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
425
nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
sys/fs/nullfs/null_vfsops.c
437
nullfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/fs/nullfs/null_vfsops.c
446
nullfs_reclaim_lowervp(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_vfsops.c
459
nullfs_unlink_lowervp(struct mount *mp, struct vnode *lowervp)
sys/fs/nullfs/null_vfsops.c
78
nullfs_mount(struct mount *mp)
sys/fs/nullfs/null_vnops.c
1079
struct mount *mp;
sys/fs/nullfs/null_vnops.c
1170
struct mount *mp;
sys/fs/nullfs/null_vnops.c
430
struct mount *mp;
sys/fs/nullfs/null_vnops.c
929
struct mount *mp;
sys/fs/p9fs/p9_client.c
533
p9_client_create(struct mount *mp, int *error, const char *mount_tag)
sys/fs/p9fs/p9_client.c
84
p9_parse_opts(struct mount *mp, struct p9_client *clnt)
sys/fs/p9fs/p9_client.h
122
struct p9_client *p9_client_create(struct mount *mp, int *error,
sys/fs/p9fs/p9fs.h
148
struct mount *p9fs_mount; /* mount point */
sys/fs/p9fs/p9fs.h
162
struct mount *p9fs_mountp; /* mount point */
sys/fs/p9fs/p9fs.h
187
struct p9_fid *p9fs_init_session(struct mount *mp, int *error);
sys/fs/p9fs/p9fs.h
188
void p9fs_close_session(struct mount *mp);
sys/fs/p9fs/p9fs.h
189
void p9fs_prepare_to_close(struct mount *mp);
sys/fs/p9fs/p9fs.h
190
void p9fs_complete_close(struct mount *mp);
sys/fs/p9fs/p9fs.h
191
int p9fs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp);
sys/fs/p9fs/p9fs.h
192
int p9fs_vget_common(struct mount *mp, struct p9fs_node *np, int flags,
sys/fs/p9fs/p9fs_subr.c
131
p9fs_prepare_to_close(struct mount *mp)
sys/fs/p9fs/p9fs_subr.c
155
p9fs_complete_close(struct mount *mp)
sys/fs/p9fs/p9fs_subr.c
170
p9fs_close_session(struct mount *mp)
sys/fs/p9fs/p9fs_subr.c
56
p9fs_init_session(struct mount *mp, int *error)
sys/fs/p9fs/p9fs_vfsops.c
145
p9fs_unmount(struct mount *mp, int mntflags)
sys/fs/p9fs/p9fs_vfsops.c
256
p9fs_vget_common(struct mount *mp, struct p9fs_node *np, int flags,
sys/fs/p9fs/p9fs_vfsops.c
410
p9_mount(struct mount *mp)
sys/fs/p9fs/p9fs_vfsops.c
479
p9fs_mount(struct mount *mp)
sys/fs/p9fs/p9fs_vfsops.c
507
p9fs_root(struct mount *mp, int lkflags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vfsops.c
548
p9fs_statfs(struct mount *mp __unused, struct statfs *buf)
sys/fs/p9fs/p9fs_vfsops.c
597
p9fs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vnops.c
1654
struct mount *mp;
sys/fs/p9fs/p9fs_vnops.c
184
p9fs_lookup_alloc(struct mount *mp, void *arg, int lkflags, struct vnode **vpp)
sys/fs/p9fs/p9fs_vnops.c
225
struct mount *mp; /* Get the mount point */
sys/fs/p9fs/p9fs_vnops.c
431
struct mount *mp;
sys/fs/pseudofs/pseudofs.c
402
pfs_mount(struct pfs_info *pi, struct mount *mp)
sys/fs/pseudofs/pseudofs.c
445
pfs_unmount(struct mount *mp, int mntflags)
sys/fs/pseudofs/pseudofs.c
458
pfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/pseudofs/pseudofs.c
470
pfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/pseudofs/pseudofs.h
246
int pfs_mount (struct pfs_info *pi, struct mount *mp);
sys/fs/pseudofs/pseudofs.h
248
int pfs_unmount (struct mount *mp, int mntflags);
sys/fs/pseudofs/pseudofs.h
249
int pfs_root (struct mount *mp, int flags,
sys/fs/pseudofs/pseudofs.h
251
int pfs_statfs (struct mount *mp, struct statfs *sbp);
sys/fs/pseudofs/pseudofs.h
286
_##name##_mount(struct mount *mp) { \
sys/fs/pseudofs/pseudofs.h
40
struct mount;
sys/fs/pseudofs/pseudofs_internal.h
54
int pfs_vncache_alloc (struct mount *, struct vnode **,
sys/fs/pseudofs/pseudofs_vncache.c
116
pfs_vncache_alloc(struct mount *mp, struct vnode **vpp,
sys/fs/pseudofs/pseudofs_vnops.c
378
struct mount *mp;
sys/fs/pseudofs/pseudofs_vnops.c
457
struct mount *mp;
sys/fs/smbfs/smbfs.h
75
struct mount * sm_mp;
sys/fs/smbfs/smbfs.h
88
#define SMBFSTOVFS(smp) ((struct mount *)((smp)->sm_mp))
sys/fs/smbfs/smbfs_node.c
101
smbfs_node_alloc(struct mount *mp, struct vnode *dvp, const char *dirnm,
sys/fs/smbfs/smbfs_node.c
233
smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/fs/smbfs/smbfs_node.h
90
int smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,
sys/fs/smbfs/smbfs_vfsops.c
130
smbfs_mount(struct mount *mp)
sys/fs/smbfs/smbfs_vfsops.c
258
smbfs_unmount(struct mount *mp, int mntflags)
sys/fs/smbfs/smbfs_vfsops.c
309
smbfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/smbfs/smbfs_vfsops.c
350
smbfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy)
sys/fs/smbfs/smbfs_vfsops.c
380
smbfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/smbfs/smbfs_vnops.c
1055
struct mount *mp = dvp->v_mount;
sys/fs/tarfs/tarfs.h
134
struct mount *vfs;
sys/fs/tarfs/tarfs.h
211
MP_TO_TARFS_MOUNT(struct mount *mp)
sys/fs/tarfs/tarfs.h
45
struct mount;
sys/fs/tarfs/tarfs_vfsops.c
1060
tarfs_unmount(struct mount *mp, int mntflags)
sys/fs/tarfs/tarfs_vfsops.c
1097
tarfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/tarfs/tarfs_vfsops.c
1117
tarfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/tarfs/tarfs_vfsops.c
1140
tarfs_vget(struct mount *mp, ino_t ino, int lkflags, struct vnode **vpp)
sys/fs/tarfs/tarfs_vfsops.c
1207
tarfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/tarfs/tarfs_vfsops.c
402
struct mount *mp;
sys/fs/tarfs/tarfs_vfsops.c
854
tarfs_alloc_mount(struct mount *mp, struct vnode *vp,
sys/fs/tarfs/tarfs_vfsops.c
933
tarfs_mount(struct mount *mp)
sys/fs/tmpfs/tmpfs.h
467
int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype),
sys/fs/tmpfs/tmpfs.h
479
int tmpfs_alloc_vp(struct mount *, struct tmpfs_node *, int,
sys/fs/tmpfs/tmpfs.h
616
VFS_TO_TMPFS(struct mount *mp)
sys/fs/tmpfs/tmpfs_subr.c
541
tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, __enum_uint8(vtype) type,
sys/fs/tmpfs/tmpfs_subr.c
950
tmpfs_alloc_vp(struct mount *mp, struct tmpfs_node *node, int lkflag,
sys/fs/tmpfs/tmpfs_vfsops.c
112
tmpfs_update_mtime_lazy(struct mount *mp)
sys/fs/tmpfs/tmpfs_vfsops.c
125
tmpfs_update_mtime_all(struct mount *mp)
sys/fs/tmpfs/tmpfs_vfsops.c
149
tmpfs_check_rw_maps_cb(struct mount *mp __unused, vm_map_t map __unused,
sys/fs/tmpfs/tmpfs_vfsops.c
164
tmpfs_revoke_rw_maps_cb(struct mount *mp __unused, vm_map_t map,
sys/fs/tmpfs/tmpfs_vfsops.c
183
tmpfs_all_rw_maps(struct mount *mp, bool (*cb)(struct mount *mp, vm_map_t,
sys/fs/tmpfs/tmpfs_vfsops.c
267
tmpfs_check_rw_maps(struct mount *mp)
sys/fs/tmpfs/tmpfs_vfsops.c
277
tmpfs_rw_to_ro(struct mount *mp)
sys/fs/tmpfs/tmpfs_vfsops.c
318
tmpfs_mount(struct mount *mp)
sys/fs/tmpfs/tmpfs_vfsops.c
519
tmpfs_unmount(struct mount *mp, int mntflags)
sys/fs/tmpfs/tmpfs_vfsops.c
598
tmpfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/tmpfs/tmpfs_vfsops.c
609
tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int flags,
sys/fs/tmpfs/tmpfs_vfsops.c
647
tmpfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/tmpfs/tmpfs_vfsops.c
679
tmpfs_sync(struct mount *mp, int waitfor)
sys/fs/tmpfs/tmpfs_vfsops.c
732
db_print_tmpfs(struct mount *mp, struct tmpfs_mount *tmp)
sys/fs/tmpfs/tmpfs_vfsops.c
750
struct mount *mp;
sys/fs/tmpfs/tmpfs_vfsops.c
754
mp = (struct mount *)addr;
sys/fs/tmpfs/tmpfs_vfsops.c
84
static int tmpfs_mount(struct mount *);
sys/fs/tmpfs/tmpfs_vfsops.c
85
static int tmpfs_unmount(struct mount *, int);
sys/fs/tmpfs/tmpfs_vfsops.c
86
static int tmpfs_root(struct mount *, int flags, struct vnode **);
sys/fs/tmpfs/tmpfs_vfsops.c
87
static int tmpfs_fhtovp(struct mount *, struct fid *, int,
sys/fs/tmpfs/tmpfs_vfsops.c
89
static int tmpfs_statfs(struct mount *, struct statfs *);
sys/fs/tmpfs/tmpfs_vnops.c
84
tmpfs_vn_get_ino_alloc(struct mount *mp, void *arg, int lkflags,
sys/fs/tmpfs/tmpfs_vnops.c
846
struct mount *mp;
sys/fs/udf/udf.h
120
int udf_allocv(struct mount *, struct vnode **, struct thread *);
sys/fs/udf/udf.h
122
int udf_vget(struct mount *, ino_t, int, struct vnode **);
sys/fs/udf/udf.h
41
struct mount *im_mountp;
sys/fs/udf/udf_vfsops.c
138
static int udf_mountfs(struct vnode *, struct mount *);
sys/fs/udf/udf_vfsops.c
179
udf_mount(struct mount *mp)
sys/fs/udf/udf_vfsops.c
296
udf_mountfs(struct vnode *devvp, struct mount *mp)
sys/fs/udf/udf_vfsops.c
509
udf_unmount(struct mount *mp, int mntflags)
sys/fs/udf/udf_vfsops.c
547
udf_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/udf/udf_vfsops.c
560
udf_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/udf/udf_vfsops.c
577
udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/udf/udf_vfsops.c
728
udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/fs/udf/udf_vnops.c
119
udf_allocv(struct mount *mp, struct vnode **vpp, struct thread *td)
sys/fs/unionfs/union.h
133
int unionfs_nodeget(struct mount *, struct vnode *, struct vnode *,
sys/fs/unionfs/union.h
54
struct mount *um_lowermp; /* MNT_REFed lower mount object */
sys/fs/unionfs/union.h
55
struct mount *um_uppermp; /* MNT_REFed upper mount object */
sys/fs/unionfs/union_subr.c
1215
struct mount *mp;
sys/fs/unionfs/union_subr.c
1427
struct mount *mp;
sys/fs/unionfs/union_subr.c
1603
struct mount *mp;
sys/fs/unionfs/union_subr.c
299
unionfs_nodeget(struct mount *mp, struct vnode *uppervp,
sys/fs/unionfs/union_subr.c
894
struct mount *mp;
sys/fs/unionfs/union_vfsops.c
393
unionfs_unmount(struct mount *mp, int mntflags)
sys/fs/unionfs/union_vfsops.c
432
unionfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/fs/unionfs/union_vfsops.c
453
unionfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg,
sys/fs/unionfs/union_vfsops.c
456
struct mount *uppermp;
sys/fs/unionfs/union_vfsops.c
492
unionfs_statfs(struct mount *mp, struct statfs *sbp)
sys/fs/unionfs/union_vfsops.c
548
unionfs_sync(struct mount *mp, int waitfor)
sys/fs/unionfs/union_vfsops.c
555
unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/fs/unionfs/union_vfsops.c
561
unionfs_fhtovp(struct mount *mp, struct fid *fidp, int flags,
sys/fs/unionfs/union_vfsops.c
568
unionfs_checkexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp,
sys/fs/unionfs/union_vfsops.c
575
unionfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/fs/unionfs/union_vfsops.c
72
unionfs_domount(struct mount *mp)
sys/fs/unionfs/union_vnops.c
2846
struct mount *mp;
sys/geom/geom_vfs.c
104
struct mount *mp;
sys/geom/journal/g_journal.c
2826
struct mount *mp;
sys/geom/journal/g_journal.h
233
typedef int (g_journal_clean_t)(struct mount *mp);
sys/geom/journal/g_journal_ufs.c
48
g_journal_ufs_clean(struct mount *mp)
sys/kern/coredump_vnode.c
186
struct mount *mp;
sys/kern/kern_alq.c
314
struct mount *mp;
sys/kern/kern_descrip.c
4560
descrip_check_write_mp(struct filedesc *fdp, struct mount *mp)
sys/kern/kern_descrip.c
577
struct mount *mp;
sys/kern/kern_jail.c
4296
prison_canseemount(struct ucred *cred, struct mount *mp)
sys/kern/kern_jail.c
4331
prison_enforce_statfs(struct ucred *cred, struct mount *mp, struct statfs *sp)
sys/kern/kern_jail.c
5310
SYSCTL_JAIL_PARAM_SUBNODE(allow, mount, "Jail mount/unmount permission flags");
sys/kern/kern_ktrace.c
1370
struct mount *mp;
sys/kern/kern_lockf.c
2468
vfs_report_lockf(struct mount *mp, struct sbuf *sb)
sys/kern/kern_lockf.c
2554
struct mount *mp;
sys/kern/kern_shutdown.c
546
struct mount *mp, *devmp;
sys/kern/uipc_mqueue.c
251
static int mqfs_allocv(struct mount *mp, struct vnode **vpp, struct mqfs_node *pn);
sys/kern/uipc_mqueue.c
593
mqfs_mount(struct mount *mp)
sys/kern/uipc_mqueue.c
622
mqfs_unmount(struct mount *mp, int mntflags)
sys/kern/uipc_mqueue.c
635
mqfs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/uipc_mqueue.c
649
mqfs_statfs(struct mount *mp, struct statfs *sbp)
sys/kern/uipc_mqueue.c
737
mqfs_allocv(struct mount *mp, struct vnode **vpp, struct mqfs_node *pn)
sys/kern/uipc_usrreq.c
573
struct mount *mp;
sys/kern/vfs_acl.c
228
struct mount *mp;
sys/kern/vfs_acl.c
296
struct mount *mp;
sys/kern/vfs_aio.c
1787
struct mount *mp;
sys/kern/vfs_aio.c
737
struct mount *mp;
sys/kern/vfs_bio.c
2694
struct mount *v_mnt;
sys/kern/vfs_bio.c
3582
struct mount *mp;
sys/kern/vfs_bio.c
5326
struct mount *mp;
sys/kern/vfs_cache.c
3160
cache_purgevfs(struct mount *mp)
sys/kern/vfs_cache.c
3658
struct mount *mp;
sys/kern/vfs_cache.c
4236
cache_validate_vop_vector(struct mount *mp, struct vop_vector *vops)
sys/kern/vfs_cache.c
4334
static bool cache_fplookup_mp_supported(struct mount *mp);
sys/kern/vfs_cache.c
4823
struct mount *mp;
sys/kern/vfs_cache.c
5563
struct mount *mp;
sys/kern/vfs_cache.c
5694
cache_fplookup_mp_supported(struct mount *mp)
sys/kern/vfs_cache.c
5724
struct mount *mp, *prev_mp;
sys/kern/vfs_cache.c
5781
struct mount *mp;
sys/kern/vfs_cache.c
6280
struct mount *mp;
sys/kern/vfs_default.c
1254
struct mount *mp __diagused;
sys/kern/vfs_default.c
1367
vfs_stdroot(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1374
vfs_stdstatfs(struct mount *mp, struct statfs *sbp)
sys/kern/vfs_default.c
1381
vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, void *arg, bool *mp_busy)
sys/kern/vfs_default.c
1387
vfs_stdsync(struct mount *mp, int waitfor)
sys/kern/vfs_default.c
1422
vfs_stdnosync(struct mount *mp, int waitfor)
sys/kern/vfs_default.c
1440
vfs_stdvget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1447
vfs_stdfhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/kern/vfs_default.c
1468
vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/kern/vfs_default.c
1478
vfs_stdsysctl(struct mount *mp, fsctlop_t op, struct sysctl_req *req)
sys/kern/vfs_default.c
363
struct mount *mp;
sys/kern/vfs_default.c
580
struct mount *mp;
sys/kern/vfs_export.c
288
vfs_export(struct mount *mp, struct export_args *argp, bool do_exjail)
sys/kern/vfs_export.c
426
struct mount *mp;
sys/kern/vfs_export.c
516
vfs_setpublicfs(struct mount *mp, struct netexport *nep,
sys/kern/vfs_export.c
598
vfs_export_lookup(struct mount *mp, struct sockaddr *nam)
sys/kern/vfs_export.c
654
vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp,
sys/kern/vfs_export.c
79
static int vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
sys/kern/vfs_export.c
81
static struct netcred *vfs_export_lookup(struct mount *, struct sockaddr *);
sys/kern/vfs_export.c
88
vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
sys/kern/vfs_extattr.c
176
struct mount *mp;
sys/kern/vfs_extattr.c
557
struct mount *mp;
sys/kern/vfs_extattr.c
82
struct mount *mp, *mp_writable;
sys/kern/vfs_hash.c
113
vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td,
sys/kern/vfs_hash.c
65
vfs_hash_bucket(const struct mount *mp, u_int hash)
sys/kern/vfs_hash.c
72
vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td,
sys/kern/vfs_init.c
176
vfs_mount_sigdefer(struct mount *mp)
sys/kern/vfs_init.c
189
vfs_unmount_sigdefer(struct mount *mp, int mntflags)
sys/kern/vfs_init.c
200
vfs_root_sigdefer(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_init.c
211
vfs_cachedroot_sigdefer(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_init.c
222
vfs_quotactl_sigdefer(struct mount *mp, int cmd, uid_t uid, void *arg,
sys/kern/vfs_init.c
235
vfs_statfs_sigdefer(struct mount *mp, struct statfs *sbp)
sys/kern/vfs_init.c
246
vfs_sync_sigdefer(struct mount *mp, int waitfor)
sys/kern/vfs_init.c
257
vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/kern/vfs_init.c
268
vfs_fhtovp_sigdefer(struct mount *mp, struct fid *fidp, int flags,
sys/kern/vfs_init.c
280
vfs_checkexp_sigdefer(struct mount *mp, struct sockaddr *nam, uint64_t *exflg,
sys/kern/vfs_init.c
293
vfs_extattrctl_sigdefer(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/kern/vfs_init.c
306
vfs_sysctl_sigdefer(struct mount *mp, fsctlop_t op, struct sysctl_req *req)
sys/kern/vfs_init.c
317
vfs_susp_clean_sigdefer(struct mount *mp)
sys/kern/vfs_init.c
329
vfs_reclaim_lowervp_sigdefer(struct mount *mp, struct vnode *vp)
sys/kern/vfs_init.c
341
vfs_unlink_lowervp_sigdefer(struct mount *mp, struct vnode *vp)
sys/kern/vfs_init.c
353
vfs_purge_sigdefer(struct mount *mp)
sys/kern/vfs_init.c
363
vfs_report_lockf_sigdefer(struct mount *mp, struct sbuf *sb)
sys/kern/vfs_lookup.c
172
struct mount *mp;
sys/kern/vfs_lookup.c
205
struct mount *mp;
sys/kern/vfs_lookup.c
237
struct mount *mp;
sys/kern/vfs_lookup.c
278
struct mount *mp;
sys/kern/vfs_lookup.c
811
enforce_lkflags(struct mount *mp, int lkflags)
sys/kern/vfs_lookup.c
824
needs_exclusive_leaf(struct mount *mp, int flags)
sys/kern/vfs_lookup.c
865
struct mount *mp;
sys/kern/vfs_lookup.c
962
struct mount *mp;
sys/kern/vfs_mount.c
1134
struct mount *mp;
sys/kern/vfs_mount.c
1346
struct mount *mp;
sys/kern/vfs_mount.c
135
static STAILQ_HEAD(, mount) deferred_unmount_list =
sys/kern/vfs_mount.c
139
static void mount_devctl_event(const char *type, struct mount *mp, bool donew);
sys/kern/vfs_mount.c
158
struct mount *mp;
sys/kern/vfs_mount.c
160
mp = (struct mount *)mem;
sys/kern/vfs_mount.c
175
struct mount *mp;
sys/kern/vfs_mount.c
1766
struct mount *mp;
sys/kern/vfs_mount.c
177
mp = (struct mount *)mem;
sys/kern/vfs_mount.c
1865
vfs_check_usecounts(struct mount *mp)
sys/kern/vfs_mount.c
1883
dounmount_cleanup(struct mount *mp, struct vnode *coveredvp, int mntkflags)
sys/kern/vfs_mount.c
191
mount_zone = uma_zcreate("Mountpoints", sizeof(struct mount), NULL,
sys/kern/vfs_mount.c
1910
vfs_op_enter(struct mount *mp)
sys/kern/vfs_mount.c
1943
vfs_op_exit_locked(struct mount *mp)
sys/kern/vfs_mount.c
1957
vfs_op_exit(struct mount *mp)
sys/kern/vfs_mount.c
1966
struct mount *mp;
sys/kern/vfs_mount.c
1974
struct mount *mp;
sys/kern/vfs_mount.c
1987
struct mount *mp;
sys/kern/vfs_mount.c
1999
vfs_op_barrier_wait(struct mount *mp)
sys/kern/vfs_mount.c
2015
vfs_assert_mount_counters(struct mount *mp)
sys/kern/vfs_mount.c
2033
vfs_dump_mount_counters(struct mount *mp)
sys/kern/vfs_mount.c
2076
vfs_mount_fetch_counter(struct mount *mp, enum mount_counter which)
sys/kern/vfs_mount.c
2111
deferred_unmount_enqueue(struct mount *mp, uint64_t flags, bool requeue,
sys/kern/vfs_mount.c
2140
STAILQ_HEAD(, mount) local_unmounts;
sys/kern/vfs_mount.c
2142
struct mount *mp, *tmp;
sys/kern/vfs_mount.c
2188
dounmount(struct mount *mp, uint64_t flags, struct thread *td)
sys/kern/vfs_mount.c
2473
vfs_mount_error(struct mount *mp, const char *fmt, ...)
sys/kern/vfs_mount.c
2803
__vfs_statfs(struct mount *mp, struct statfs *sbp)
sys/kern/vfs_mount.c
2824
vfs_mountedfrom(struct mount *mp, const char *from)
sys/kern/vfs_mount.c
3017
mount_devctl_event(const char *type, struct mount *mp, bool donew)
sys/kern/vfs_mount.c
3072
vfs_remount_ro(struct mount *mp)
sys/kern/vfs_mount.c
3166
struct mount *mp;
sys/kern/vfs_mount.c
3201
vfs_exjail_clone(struct mount *inmp, struct mount *outmp)
sys/kern/vfs_mount.c
3235
struct mount *mp;
sys/kern/vfs_mount.c
3254
pnfsd_waitreplenish(struct mount *mp)
sys/kern/vfs_mount.c
498
struct mount *
sys/kern/vfs_mount.c
501
struct mount *mp;
sys/kern/vfs_mount.c
530
vfs_ref(struct mount *mp)
sys/kern/vfs_mount.c
558
struct mount *
sys/kern/vfs_mount.c
559
vfs_register_upper_from_vp(struct vnode *vp, struct mount *ump,
sys/kern/vfs_mount.c
562
struct mount *mp;
sys/kern/vfs_mount.c
592
vfs_register_for_notification(struct mount *mp, struct mount *ump,
sys/kern/vfs_mount.c
602
vfs_drain_upper_locked(struct mount *mp)
sys/kern/vfs_mount.c
617
vfs_unregister_for_notification(struct mount *mp,
sys/kern/vfs_mount.c
631
vfs_unregister_upper(struct mount *mp, struct mount_upper_node *upper)
sys/kern/vfs_mount.c
648
vfs_rel(struct mount *mp)
sys/kern/vfs_mount.c
667
struct mount *
sys/kern/vfs_mount.c
671
struct mount *mp;
sys/kern/vfs_mount.c
675
__rangeof(struct mount, mnt_startzero, mnt_endzero));
sys/kern/vfs_mount.c
718
vfs_mount_destroy(struct mount *mp)
sys/kern/vfs_mount.c
84
static void pnfsd_waitreplenish(struct mount *mp);
sys/kern/vfs_mountroot.c
103
struct mount *rootdevmp;
sys/kern/vfs_mountroot.c
1066
struct mount *mp;
sys/kern/vfs_mountroot.c
246
vfs_mountroot_devfs(struct thread *td, struct mount **mpp)
sys/kern/vfs_mountroot.c
250
struct mount *mp;
sys/kern/vfs_mountroot.c
304
vfs_mountroot_shuffle(struct thread *td, struct mount *mpdevfs)
sys/kern/vfs_mountroot.c
307
struct mount *mporoot, *mpnroot;
sys/kern/vfs_mountroot.c
828
vfs_mountroot_parse(struct sbuf *sb, struct mount *mpdevfs)
sys/kern/vfs_mountroot.c
830
struct mount *mp;
sys/kern/vfs_subr.c
1011
return ((struct mount *) 0);
sys/kern/vfs_subr.c
1024
struct mount *
sys/kern/vfs_subr.c
1028
typedef struct mount * volatile vmp_t;
sys/kern/vfs_subr.c
1030
struct mount *mp;
sys/kern/vfs_subr.c
1065
return ((struct mount *) 0);
sys/kern/vfs_subr.c
1072
vfs_suser(struct mount *mp, struct thread *td)
sys/kern/vfs_subr.c
1120
vfs_getnewfsid(struct mount *mp)
sys/kern/vfs_subr.c
1123
struct mount *nmp;
sys/kern/vfs_subr.c
1258
struct mount *mp;
sys/kern/vfs_subr.c
1384
struct mount *mp;
sys/kern/vfs_subr.c
1923
struct mount *vnmp;
sys/kern/vfs_subr.c
2005
vn_alloc_hard(struct mount *mp, u_long rnumvnodes, bool bumped)
sys/kern/vfs_subr.c
2072
vn_alloc(struct mount *mp)
sys/kern/vfs_subr.c
2098
getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
sys/kern/vfs_subr.c
2282
struct mount *mp;
sys/kern/vfs_subr.c
2303
insmntque1_int(struct vnode *vp, struct mount *mp, bool dtr)
sys/kern/vfs_subr.c
2359
insmntque(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
2365
insmntque1(struct vnode *vp, struct mount *mp)
sys/kern/vfs_subr.c
2990
struct mount *mp;
sys/kern/vfs_subr.c
3484
struct mount *mp;
sys/kern/vfs_subr.c
3508
struct mount *mp;
sys/kern/vfs_subr.c
3537
struct mount *mp;
sys/kern/vfs_subr.c
4195
vflush(struct mount *mp, int rootrefs, int flags, struct thread *td)
sys/kern/vfs_subr.c
4359
struct mount *mp;
sys/kern/vfs_subr.c
4400
struct mount *mp;
sys/kern/vfs_subr.c
4725
struct mount *mp;
sys/kern/vfs_subr.c
4759
DB_SHOW_COMMAND(mount, db_show_mount)
sys/kern/vfs_subr.c
4761
struct mount *mp;
sys/kern/vfs_subr.c
4783
mp = (struct mount *)addr;
sys/kern/vfs_subr.c
5108
unmount_or_warn(struct mount *mp)
sys/kern/vfs_subr.c
5129
struct mount *mp, *tmp;
sys/kern/vfs_subr.c
5181
vfs_periodic_inactive(struct mount *mp, int flags)
sys/kern/vfs_subr.c
5227
vfs_periodic_msync_inactive(struct mount *mp, int flags)
sys/kern/vfs_subr.c
5268
vfs_periodic(struct mount *mp, int flags)
sys/kern/vfs_subr.c
5385
vfs_allocate_syncvnode(struct mount *mp)
sys/kern/vfs_subr.c
5441
vfs_deallocate_syncvnode(struct mount *mp)
sys/kern/vfs_subr.c
5461
struct mount *mp = syncvp->v_mount;
sys/kern/vfs_subr.c
5865
struct mount *tmp;
sys/kern/vfs_subr.c
591
vn_alloc_marker(struct mount *mp)
sys/kern/vfs_subr.c
5946
struct mount *mp;
sys/kern/vfs_subr.c
6608
struct mount *mp;
sys/kern/vfs_subr.c
6957
vfs_cache_root_fallback(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_subr.c
7017
vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp)
sys/kern/vfs_subr.c
7042
vfs_cache_root_clear(struct mount *mp)
sys/kern/vfs_subr.c
7058
vfs_cache_root_set(struct mount *mp, struct vnode *vp)
sys/kern/vfs_subr.c
7074
__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7106
__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7138
__mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7161
mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
7183
mnt_vnode_next_lazy_relock(struct vnode *mvp, struct mount *mp,
sys/kern/vfs_subr.c
7227
mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7289
__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7299
__mnt_vnode_first_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb,
sys/kern/vfs_subr.c
7324
__mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp)
sys/kern/vfs_subr.c
879
vfs_busy(struct mount *mp, int flags)
sys/kern/vfs_subr.c
957
vfs_unbusy(struct mount *mp)
sys/kern/vfs_subr.c
995
struct mount *
sys/kern/vfs_subr.c
998
struct mount *mp;
sys/kern/vfs_syscalls.c
136
struct mount *mp, *nmp;
sys/kern/vfs_syscalls.c
1433
struct mount *mp;
sys/kern/vfs_syscalls.c
1566
struct mount *mp;
sys/kern/vfs_syscalls.c
1731
struct mount *mp;
sys/kern/vfs_syscalls.c
1842
struct mount *mp;
sys/kern/vfs_syscalls.c
191
struct mount *mp;
sys/kern/vfs_syscalls.c
1920
struct mount *mp;
sys/kern/vfs_syscalls.c
2025
struct mount *mp;
sys/kern/vfs_syscalls.c
275
kern_do_statfs(struct thread *td, struct mount *mp, struct statfs *buf)
sys/kern/vfs_syscalls.c
2827
struct mount *mp;
sys/kern/vfs_syscalls.c
2974
struct mount *mp;
sys/kern/vfs_syscalls.c
3099
struct mount *mp;
sys/kern/vfs_syscalls.c
327
struct mount *mp;
sys/kern/vfs_syscalls.c
3308
struct mount *mp;
sys/kern/vfs_syscalls.c
3573
struct mount *mp;
sys/kern/vfs_syscalls.c
3658
struct mount *mp;
sys/kern/vfs_syscalls.c
368
struct mount *mp;
sys/kern/vfs_syscalls.c
3782
struct mount *mp, *tmp;
sys/kern/vfs_syscalls.c
4045
struct mount *mp;
sys/kern/vfs_syscalls.c
4109
struct mount *mp;
sys/kern/vfs_syscalls.c
423
struct mount *mp, *nmp;
sys/kern/vfs_syscalls.c
4729
struct mount *mp;
sys/kern/vfs_syscalls.c
4764
struct mount *mp;
sys/kern/vfs_syscalls.c
4809
struct mount *mp;
sys/kern/vfs_syscalls.c
4919
struct mount *mp;
sys/kern/vfs_syscalls.c
4967
struct mount *mp;
sys/kern/vfs_syscalls.c
892
struct mount *mp;
sys/kern/vfs_vnops.c
1074
struct mount *mp;
sys/kern/vfs_vnops.c
1285
struct mount *mp;
sys/kern/vfs_vnops.c
155
struct mount *mp;
sys/kern/vfs_vnops.c
1767
struct mount *mp;
sys/kern/vfs_vnops.c
2081
vn_start_write_refed(struct mount *mp, int flags)
sys/kern/vfs_vnops.c
2130
vn_start_write(struct vnode *vp, struct mount **mpp, int flags)
sys/kern/vfs_vnops.c
2132
struct mount *mp;
sys/kern/vfs_vnops.c
2178
vn_start_secondary_write(struct vnode *vp, struct mount **mpp, int flags)
sys/kern/vfs_vnops.c
2180
struct mount *mp;
sys/kern/vfs_vnops.c
2247
vn_finished_write(struct mount *mp)
sys/kern/vfs_vnops.c
2284
vn_finished_secondary_write(struct mount *mp)
sys/kern/vfs_vnops.c
2303
vfs_write_suspend(struct mount *mp, int flags)
sys/kern/vfs_vnops.c
2352
vfs_write_resume(struct mount *mp, int flags)
sys/kern/vfs_vnops.c
2387
vfs_write_suspend_umnt(struct mount *mp)
sys/kern/vfs_vnops.c
2485
struct mount *mp;
sys/kern/vfs_vnops.c
2522
struct mount *mp;
sys/kern/vfs_vnops.c
2548
vn_get_ino_alloc_vget(struct mount *mp, void *arg, int lkflags,
sys/kern/vfs_vnops.c
2567
struct mount *mp;
sys/kern/vfs_vnops.c
257
struct mount *mp;
sys/kern/vfs_vnops.c
3055
struct mount *mp;
sys/kern/vfs_vnops.c
3195
struct mount *mp;
sys/kern/vfs_vnops.c
3298
struct mount *inmp, *outmp;
sys/kern/vfs_vnops.c
3499
struct mount *mp;
sys/kern/vfs_vnops.c
3568
struct mount *mp;
sys/kern/vfs_vnops.c
3894
struct mount *mp;
sys/kern/vfs_vnops.c
3954
struct mount *mp;
sys/kern/vfs_vnops.c
4506
vn_lktype_write(struct mount *mp, struct vnode *vp)
sys/kern/vfs_vnops.c
574
struct mount *mp;
sys/kern/vfs_vnops.c
665
struct mount *mp;
sys/nfs/nfs_mountcommon.h
46
struct mount *nmcom_mountp; /* Vfs structure for this filesystem */
sys/nfsclient/nfs.h
241
int nfs_mountroot(struct mount *mp);
sys/nfsclient/nfs.h
277
void nfs_clearcommit(struct mount *);
sys/nfsclient/nfsnode.h
200
int nfs_nget(struct mount *, nfsfh_t *, int, struct nfsnode **, int flags);
sys/nfsserver/nfs.h
273
int nfsrv_setpublicfs(struct mount *, struct netexport *,
sys/nlm/nlm_prot_impl.c
1750
struct mount *vs_mp;
sys/security/audit/audit_worker.c
107
audit_worker_sync_vp(struct vnode *vp, struct mount *mp, const char *fmt, ...)
sys/security/audit/audit_worker.c
109
struct mount *mp1;
sys/security/audit/audit_worker.c
142
struct mount *mp;
sys/security/mac/mac_framework.h
149
void mac_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_framework.h
151
void mac_devfs_create_directory(struct mount *mp, char *dirname,
sys/security/mac/mac_framework.h
153
void mac_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_framework.h
157
void mac_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac/mac_framework.h
159
void mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de,
sys/security/mac/mac_framework.h
248
int mac_mount_check_stat(struct ucred *cred, struct mount *mp);
sys/security/mac/mac_framework.h
249
void mac_mount_create(struct ucred *cred, struct mount *mp);
sys/security/mac/mac_framework.h
250
void mac_mount_destroy(struct mount *);
sys/security/mac/mac_framework.h
251
void mac_mount_init(struct mount *);
sys/security/mac/mac_framework.h
254
int mac_mount_check_update(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_framework.h
256
int mac_mount_check_unmount(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_framework.h
522
int mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp);
sys/security/mac/mac_framework.h
523
void mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp);
sys/security/mac/mac_framework.h
72
struct mount;
sys/security/mac/mac_framework.h
732
int mac_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_policy.h
190
struct mount *mp, struct cdev *dev,
sys/security/mac/mac_policy.h
192
typedef void (*mpo_devfs_create_directory_t)(struct mount *mp,
sys/security/mac/mac_policy.h
196
struct mount *mp, struct devfs_dirent *dd,
sys/security/mac/mac_policy.h
201
typedef void (*mpo_devfs_update_t)(struct mount *mp,
sys/security/mac/mac_policy.h
204
typedef void (*mpo_devfs_vnode_associate_t)(struct mount *mp,
sys/security/mac/mac_policy.h
294
struct mount *mp, struct label *mplabel);
sys/security/mac/mac_policy.h
295
typedef void (*mpo_mount_create_t)(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_policy.h
303
struct mount *mp, struct label *mplabel,
sys/security/mac/mac_policy.h
306
struct mount *mp, struct label *mplabel, uint64_t flags);
sys/security/mac/mac_policy.h
613
typedef int (*mpo_vnode_associate_extattr_t)(struct mount *mp,
sys/security/mac/mac_policy.h
616
typedef void (*mpo_vnode_associate_singlelabel_t)(struct mount *mp,
sys/security/mac/mac_policy.h
716
struct mount *mp, struct label *mplabel,
sys/security/mac/mac_policy.h
87
struct mount;
sys/security/mac/mac_process.c
259
struct mount *mp;
sys/security/mac/mac_syscalls.c
663
struct mount *mp;
sys/security/mac/mac_syscalls.c
787
struct mount *mp;
sys/security/mac/mac_vfs.c
1004
mac_mount_create(struct ucred *cred, struct mount *mp)
sys/security/mac/mac_vfs.c
1014
mac_mount_check_stat(struct ucred *cred, struct mount *mount)
sys/security/mac/mac_vfs.c
1018
MAC_POLICY_CHECK_NOSLEEP(mount_check_stat, cred, mount, mount->mnt_label);
sys/security/mac/mac_vfs.c
1019
MAC_CHECK_PROBE2(mount_check_stat, error, cred, mount);
sys/security/mac/mac_vfs.c
1025
mac_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_vfs.c
1034
mac_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_vfs.c
1043
mac_devfs_create_directory(struct mount *mp, char *dirname, int dirnamelen,
sys/security/mac/mac_vfs.c
117
mac_mount_init(struct mount *mp)
sys/security/mac/mac_vfs.c
149
mac_mount_check_update(struct ucred *cred, struct mount *mp,
sys/security/mac/mac_vfs.c
165
mac_mount_check_unmount(struct ucred *cred, struct mount *mp, uint64_t flags)
sys/security/mac/mac_vfs.c
223
mac_mount_destroy(struct mount *mp)
sys/security/mac/mac_vfs.c
279
mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp)
sys/security/mac/mac_vfs.c
287
mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de,
sys/security/mac/mac_vfs.c
296
mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp)
sys/security/mac/mac_vfs.c
309
mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp)
sys/security/mac/mac_vfs.c
326
mac_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac_biba/mac_biba.c
1322
biba_mount_check_stat(struct ucred *cred, struct mount *mp,
sys/security/mac_biba/mac_biba.c
1340
biba_mount_create(struct ucred *cred, struct mount *mp,
sys/security/mac_biba/mac_biba.c
2821
biba_vnode_associate_extattr(struct mount *mp, struct label *mplabel,
sys/security/mac_biba/mac_biba.c
2862
biba_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel,
sys/security/mac_biba/mac_biba.c
3506
biba_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac_biba/mac_biba.c
938
biba_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac_biba/mac_biba.c
963
biba_devfs_create_directory(struct mount *mp, char *dirname, int dirnamelen,
sys/security/mac_biba/mac_biba.c
974
biba_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac_biba/mac_biba.c
987
biba_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_biba/mac_biba.c
999
biba_devfs_vnode_associate(struct mount *mp, struct label *mntlabel,
sys/security/mac_ddb/mac_ddb.c
129
struct mount *mp;
sys/security/mac_lomac/mac_lomac.c
1033
lomac_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac_lomac/mac_lomac.c
1059
lomac_devfs_create_directory(struct mount *mp, char *dirname, int dirnamelen,
sys/security/mac_lomac/mac_lomac.c
1069
lomac_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac_lomac/mac_lomac.c
1082
lomac_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_lomac/mac_lomac.c
1094
lomac_devfs_vnode_associate(struct mount *mp, struct label *mplabel,
sys/security/mac_lomac/mac_lomac.c
1443
lomac_mount_create(struct ucred *cred, struct mount *mp,
sys/security/mac_lomac/mac_lomac.c
2276
lomac_vnode_associate_extattr(struct mount *mp, struct label *mplabel,
sys/security/mac_lomac/mac_lomac.c
2324
lomac_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel,
sys/security/mac_lomac/mac_lomac.c
2782
lomac_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac_mls/mac_mls.c
1218
mls_mount_check_stat(struct ucred *cred, struct mount *mp,
sys/security/mac_mls/mac_mls.c
1236
mls_mount_create(struct ucred *cred, struct mount *mp, struct label *mplabel)
sys/security/mac_mls/mac_mls.c
2451
mls_vnode_associate_extattr(struct mount *mp, struct label *mplabel,
sys/security/mac_mls/mac_mls.c
2491
mls_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel,
sys/security/mac_mls/mac_mls.c
3135
mls_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac_mls/mac_mls.c
901
mls_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac_mls/mac_mls.c
929
mls_devfs_create_directory(struct mount *mp, char *dirname, int dirnamelen,
sys/security/mac_mls/mac_mls.c
939
mls_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac_mls/mac_mls.c
952
mls_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_mls/mac_mls.c
964
mls_devfs_vnode_associate(struct mount *mp, struct label *mplabel,
sys/security/mac_stub/mac_stub.c
1465
stub_vnode_associate_extattr(struct mount *mp, struct label *mplabel,
sys/security/mac_stub/mac_stub.c
1473
stub_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel,
sys/security/mac_stub/mac_stub.c
1748
stub_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac_stub/mac_stub.c
351
stub_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac_stub/mac_stub.c
358
stub_devfs_create_directory(struct mount *mp, char *dirname,
sys/security/mac_stub/mac_stub.c
365
stub_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac_stub/mac_stub.c
373
stub_devfs_update(struct mount *mp, struct devfs_dirent *de,
sys/security/mac_stub/mac_stub.c
380
stub_devfs_vnode_associate(struct mount *mp, struct label *mplabel,
sys/security/mac_stub/mac_stub.c
563
stub_mount_check_stat(struct ucred *cred, struct mount *mp,
sys/security/mac_stub/mac_stub.c
571
stub_mount_create(struct ucred *cred, struct mount *mp,
sys/security/mac_stub/mac_stub.c
587
stub_mount_check_update(struct ucred *cred, struct mount *mp,
sys/security/mac_stub/mac_stub.c
595
stub_mount_check_unmount(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
1041
test_mount_check_stat(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
1054
test_mount_create(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
1095
test_mount_check_update(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
1106
test_mount_check_unmount(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
2680
test_vnode_associate_extattr(struct mount *mp, struct label *mplabel,
sys/security/mac_test/mac_test.c
2693
test_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel,
sys/security/mac_test/mac_test.c
3136
test_vnode_create_extattr(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
506
test_devfs_create_device(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
518
test_devfs_create_directory(struct mount *mp, char *dirname,
sys/security/mac_test/mac_test.c
528
test_devfs_create_symlink(struct ucred *cred, struct mount *mp,
sys/security/mac_test/mac_test.c
559
test_devfs_update(struct mount *mp, struct devfs_dirent *devfs_dirent,
sys/security/mac_test/mac_test.c
570
test_devfs_vnode_associate(struct mount *mp, struct label *mplabel,
sys/security/mac_veriexec/mac_veriexec.c
196
mac_veriexec_vfs_mounted(void *arg __unused, struct mount *mp,
sys/security/mac_veriexec/mac_veriexec.c
223
mac_veriexec_vfs_unmounted(void *arg __unused, struct mount *mp,
sys/sys/buf.h
50
struct mount;
sys/sys/conf.h
80
struct mount *si_mountpt;
sys/sys/eventhandler.h
222
struct mount;
sys/sys/eventhandler.h
225
typedef void (*vfs_mounted_notify_fn)(void *, struct mount *, struct vnode *,
sys/sys/eventhandler.h
227
typedef void (*vfs_unmounted_notify_fn)(void *, struct mount *,
sys/sys/filedesc.h
233
struct mount;
sys/sys/filedesc.h
250
int descrip_check_write_mp(struct filedesc *fdp, struct mount *mp);
sys/sys/jail.h
449
struct mount;
sys/sys/jail.h
471
int prison_canseemount(struct ucred *cred, struct mount *mp);
sys/sys/jail.h
472
void prison_enforce_statfs(struct ucred *cred, struct mount *mp,
sys/sys/mount.h
1023
int dounmount(struct mount *, uint64_t, struct thread *);
sys/sys/mount.h
1034
void vfs_mount_destroy(struct mount *);
sys/sys/mount.h
1057
(struct mount *, struct netexport *, struct export_args *);
sys/sys/mount.h
1058
void vfs_periodic(struct mount *, int);
sys/sys/mount.h
1059
int vfs_busy(struct mount *, int);
sys/sys/mount.h
1060
void vfs_exjail_clone(struct mount *, struct mount *);
sys/sys/mount.h
1063
(struct mount *, struct export_args *, bool);
sys/sys/mount.h
1067
void vfs_allocate_syncvnode(struct mount *);
sys/sys/mount.h
1068
void vfs_deallocate_syncvnode(struct mount *);
sys/sys/mount.h
1071
void vfs_getnewfsid(struct mount *);
sys/sys/mount.h
1072
struct mount *vfs_getvfs(fsid_t *); /* return vfs given fsid */
sys/sys/mount.h
1073
struct mount *vfs_busyfs(fsid_t *);
sys/sys/mount.h
1075
void vfs_mount_error(struct mount *, const char *, ...);
sys/sys/mount.h
1077
void vfs_mountedfrom(struct mount *, const char *from);
sys/sys/mount.h
1079
struct mount *vfs_ref_from_vp(struct vnode *);
sys/sys/mount.h
1080
void vfs_ref(struct mount *);
sys/sys/mount.h
1081
void vfs_rel(struct mount *);
sys/sys/mount.h
1082
struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *, const char *,
sys/sys/mount.h
1084
int vfs_suser(struct mount *, struct thread *);
sys/sys/mount.h
1085
void vfs_unbusy(struct mount *);
sys/sys/mount.h
1087
struct mount *vfs_register_upper_from_vp(struct vnode *,
sys/sys/mount.h
1088
struct mount *ump, struct mount_upper_node *);
sys/sys/mount.h
1089
void vfs_register_for_notification(struct mount *, struct mount *,
sys/sys/mount.h
1091
void vfs_unregister_for_notification(struct mount *,
sys/sys/mount.h
1093
void vfs_unregister_upper(struct mount *, struct mount_upper_node *);
sys/sys/mount.h
1094
int vfs_remount_ro(struct mount *mp);
sys/sys/mount.h
1095
int vfs_report_lockf(struct mount *mp, struct sbuf *sb);
sys/sys/mount.h
1097
extern TAILQ_HEAD(mntlist, mount) mountlist; /* mounted filesystem list */
sys/sys/mount.h
1104
struct vnode *mntfs_allocvp(struct mount *, struct vnode *);
sys/sys/mount.h
1129
struct vnode *vfs_cache_root_clear(struct mount *);
sys/sys/mount.h
1130
void vfs_cache_root_set(struct mount *, struct vnode *);
sys/sys/mount.h
1132
void vfs_op_barrier_wait(struct mount *);
sys/sys/mount.h
1133
void vfs_op_enter(struct mount *);
sys/sys/mount.h
1134
void vfs_op_exit_locked(struct mount *);
sys/sys/mount.h
1135
void vfs_op_exit(struct mount *);
sys/sys/mount.h
1138
void vfs_assert_mount_counters(struct mount *);
sys/sys/mount.h
1139
void vfs_dump_mount_counters(struct mount *);
sys/sys/mount.h
1146
int vfs_mount_fetch_counter(struct mount *, enum mount_counter);
sys/sys/mount.h
1165
static void vfs_op_thread_exit_crit(struct mount *mp, struct mount_pcpu *mpcpu);
sys/sys/mount.h
1168
vfs_op_thread_entered(struct mount *mp)
sys/sys/mount.h
1177
vfs_op_thread_enter_crit(struct mount *mp, struct mount_pcpu **mpcpup)
sys/sys/mount.h
1196
vfs_op_thread_enter(struct mount *mp, struct mount_pcpu **mpcpup)
sys/sys/mount.h
1208
vfs_op_thread_exit_crit(struct mount *mp, struct mount_pcpu *mpcpu)
sys/sys/mount.h
1218
vfs_op_thread_exit(struct mount *mp, struct mount_pcpu *mpcpu)
sys/sys/mount.h
1253
int mount(const char *, const char *, int, void *);
sys/sys/mount.h
212
struct mount *mp; /* (c) mount object for upper FS */
sys/sys/mount.h
244
TAILQ_ENTRY(mount) mnt_list; /* (m) mount list */
sys/sys/mount.h
275
STAILQ_ENTRY(mount) mnt_taskqueue_link; /* (d) our place in deferred unmount list */
sys/sys/mount.h
285
struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
286
struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
287
void __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
305
struct vnode *__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp,
sys/sys/mount.h
307
struct vnode *__mnt_vnode_first_lazy(struct vnode **mvp, struct mount *mp,
sys/sys/mount.h
309
void __mnt_vnode_markerfree_lazy(struct vnode **mvp, struct mount *mp);
sys/sys/mount.h
531
MNT_SHARED_WRITES(struct mount *mp)
sys/sys/mount.h
538
MNT_EXTENDED_SHARED(struct mount *mp)
sys/sys/mount.h
638
struct mount *np_mount; /* Mountpoint of exported fs */
sys/sys/mount.h
804
typedef int vfs_unmount_t(struct mount *mp, int mntflags);
sys/sys/mount.h
805
typedef int vfs_root_t(struct mount *mp, int flags, struct vnode **vpp);
sys/sys/mount.h
806
typedef int vfs_quotactl_t(struct mount *mp, int cmds, uid_t uid, void *arg,
sys/sys/mount.h
808
typedef int vfs_statfs_t(struct mount *mp, struct statfs *sbp);
sys/sys/mount.h
809
typedef int vfs_sync_t(struct mount *mp, int waitfor);
sys/sys/mount.h
810
typedef int vfs_vget_t(struct mount *mp, ino_t ino, int flags,
sys/sys/mount.h
812
typedef int vfs_fhtovp_t(struct mount *mp, struct fid *fhp,
sys/sys/mount.h
814
typedef int vfs_checkexp_t(struct mount *mp, struct sockaddr *nam,
sys/sys/mount.h
819
typedef int vfs_extattrctl_t(struct mount *mp, int cmd,
sys/sys/mount.h
822
typedef int vfs_mount_t(struct mount *mp);
sys/sys/mount.h
823
typedef int vfs_sysctl_t(struct mount *mp, fsctlop_t op,
sys/sys/mount.h
825
typedef void vfs_susp_clean_t(struct mount *mp);
sys/sys/mount.h
826
typedef void vfs_notify_lowervp_t(struct mount *mp, struct vnode *lowervp);
sys/sys/mount.h
827
typedef void vfs_purge_t(struct mount *mp);
sys/sys/mount.h
829
typedef int vfs_report_lockf_t(struct mount *mp, struct sbuf *sb);
sys/sys/mount.h
858
VFS_MOUNT(struct mount *mp)
sys/sys/mount.h
869
VFS_UNMOUNT(struct mount *mp, int force)
sys/sys/mount.h
875
VFS_ROOT(struct mount *mp, int flags, struct vnode **vpp)
sys/sys/mount.h
881
VFS_CACHEDROOT(struct mount *mp, int flags, struct vnode **vpp)
sys/sys/mount.h
887
VFS_QUOTACTL(struct mount *mp, int cmds, uid_t uid, void *arg, bool *mp_busy)
sys/sys/mount.h
893
VFS_STATFS(struct mount *mp, struct statfs *sbp)
sys/sys/mount.h
899
VFS_SYNC(struct mount *mp, int waitfor)
sys/sys/mount.h
905
VFS_VGET(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/sys/mount.h
911
VFS_FHTOVP(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
sys/sys/mount.h
917
VFS_CHECKEXP(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp,
sys/sys/mount.h
925
VFS_EXTATTRCTL(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/sys/mount.h
933
VFS_SYSCTL(struct mount *mp, fsctlop_t op, struct sysctl_req *req)
sys/sys/mount.h
939
VFS_SUSP_CLEAN(struct mount *mp)
sys/sys/mount.h
946
VFS_RECLAIM_LOWERVP(struct mount *mp, struct vnode *vp)
sys/sys/mount.h
953
VFS_UNLINK_LOWERVP(struct mount *mp, struct vnode *vp)
sys/sys/mount.h
960
VFS_PURGE(struct mount *mp)
sys/sys/namei.h
115
struct mount *ni_nctrack_mnt;
sys/sys/vnode.h
1163
int vfs_hash_get(const struct mount *mp, u_int hash, int flags,
sys/sys/vnode.h
1168
void vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td,
sys/sys/vnode.h
1198
int vn_lktype_write(struct mount *mp, struct vnode *vp);
sys/sys/vnode.h
147
struct mount *v_mount; /* u ptr to vfs we are in */
sys/sys/vnode.h
154
struct mount *v_mountedhere; /* v ptr to mountpoint (VDIR) */
sys/sys/vnode.h
468
extern struct mount *rootdevmp; /* "/dev" mount */
sys/sys/vnode.h
638
struct mount;
sys/sys/vnode.h
652
typedef int (*vn_get_ino_t)(struct mount *, void *, int, struct vnode **);
sys/sys/vnode.h
675
void cache_purgevfs(struct mount *mp);
sys/sys/vnode.h
688
void cache_validate_vop_vector(struct mount *mp, struct vop_vector *vops);
sys/sys/vnode.h
697
cache_validate_vop_vector(struct mount *mp, struct vop_vector *vops)
sys/sys/vnode.h
711
int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
sys/sys/vnode.h
715
int insmntque(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
716
int insmntque1(struct vnode *vp, struct mount *mp);
sys/sys/vnode.h
748
int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
sys/sys/vnode.h
780
void vn_finished_write(struct mount *mp);
sys/sys/vnode.h
781
void vn_finished_secondary_write(struct mount *mp);
sys/sys/vnode.h
818
int vn_start_write(struct vnode *vp, struct mount **mpp, int flags);
sys/sys/vnode.h
819
int vn_start_secondary_write(struct vnode *vp, struct mount **mpp,
sys/sys/vnode.h
870
int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
sys/sys/vnode.h
872
void vfs_write_resume(struct mount *mp, int flags);
sys/sys/vnode.h
873
int vfs_write_suspend(struct mount *mp, int flags);
sys/sys/vnode.h
874
int vfs_write_suspend_umnt(struct mount *mp);
sys/ufs/ffs/ffs_alloc.c
2281
struct mount *mp;
sys/ufs/ffs/ffs_alloc.c
2573
struct mount *mp;
sys/ufs/ffs/ffs_alloc.c
3029
struct mount *mp;
sys/ufs/ffs/ffs_alloc.c
3286
struct mount *mp;
sys/ufs/ffs/ffs_balloc.c
602
struct mount *mp;
sys/ufs/ffs/ffs_balloc.c
98
struct mount *mp;
sys/ufs/ffs/ffs_extern.h
103
int ffs_snapshot(struct mount *mp, char *snapfile);
sys/ufs/ffs/ffs_extern.h
104
void ffs_snapshot_mount(struct mount *mp);
sys/ufs/ffs/ffs_extern.h
105
void ffs_snapshot_unmount(struct mount *mp);
sys/ufs/ffs/ffs_extern.h
108
void ffs_sync_snap(struct mount *, int);
sys/ufs/ffs/ffs_extern.h
117
int ffs_vgetf(struct mount *, ino_t, int, struct vnode **, int);
sys/ufs/ffs/ffs_extern.h
118
void process_deferred_inactive(struct mount *mp);
sys/ufs/ffs/ffs_extern.h
161
int softdep_check_suspend(struct mount *, struct vnode *,
sys/ufs/ffs/ffs_extern.h
163
void softdep_get_depcounts(struct mount *, int *, int *);
sys/ufs/ffs/ffs_extern.h
166
int softdep_mount(struct vnode *, struct mount *, struct fs *,
sys/ufs/ffs/ffs_extern.h
168
void softdep_unmount(struct mount *);
sys/ufs/ffs/ffs_extern.h
171
int softdep_flushworklist(struct mount *, int *, struct thread *);
sys/ufs/ffs/ffs_extern.h
172
int softdep_flushfiles(struct mount *, int, struct thread *);
sys/ufs/ffs/ffs_extern.h
184
void softdep_setup_blkmapdep(struct buf *, struct mount *, ufs2_daddr_t,
sys/ufs/ffs/ffs_extern.h
194
void softdep_setup_blkfree(struct mount *, struct buf *, ufs2_daddr_t, int,
sys/ufs/ffs/ffs_extern.h
196
void softdep_setup_inofree(struct mount *, struct buf *, ino_t,
sys/ufs/ffs/ffs_extern.h
204
int softdep_journal_lookup(struct mount *, struct vnode **);
sys/ufs/ffs/ffs_extern.h
45
struct mount;
sys/ufs/ffs/ffs_extern.h
74
int ffs_flushfiles(struct mount *, int, struct thread *);
sys/ufs/ffs/ffs_extern.h
81
int ffs_inotovp(struct mount *, ino_t, uint64_t, int, struct vnode **,
sys/ufs/ffs/ffs_extern.h
87
int ffs_own_mount(const struct mount *mp);
sys/ufs/ffs/ffs_extern.h
93
int ffs_reload(struct mount *, int);
sys/ufs/ffs/ffs_rawread.c
97
struct mount *mp;
sys/ufs/ffs/ffs_snapshot.c
102
ffs_snapshot_mount(struct mount *mp)
sys/ufs/ffs/ffs_snapshot.c
107
ffs_snapshot_unmount(struct mount *mp)
sys/ufs/ffs/ffs_snapshot.c
123
ffs_sync_snap(struct mount *mp, int waitfor)
sys/ufs/ffs/ffs_snapshot.c
192
ffs_snapshot(struct mount *mp, char *snapfile)
sys/ufs/ffs/ffs_snapshot.c
1994
ffs_snapshot_mount(struct mount *mp)
sys/ufs/ffs/ffs_snapshot.c
211
struct mount *wrtmp;
sys/ufs/ffs/ffs_snapshot.c
2133
ffs_snapshot_unmount(struct mount *mp)
sys/ufs/ffs/ffs_snapshot.c
2491
ffs_sync_snap(struct mount *mp, int waitfor)
sys/ufs/ffs/ffs_snapshot.c
2551
process_deferred_inactive(struct mount *mp)
sys/ufs/ffs/ffs_snapshot.c
79
ffs_snapshot(struct mount *mp, char *snapfile)
sys/ufs/ffs/ffs_softdep.c
10005
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
105
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
10935
softdep_setup_inofree(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
10984
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
1128
static void workitem_alloc(struct worklist *, int, struct mount *);
sys/ufs/ffs/ffs_softdep.c
1175
struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
12490
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
12663
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
128
softdep_unmount(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
12867
sync_cgs(struct mount *mp, int waitfor)
sys/ufs/ffs/ffs_softdep.c
13110
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
13218
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
13315
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
1344
get_parent_vp_unlock_bp(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
13554
softdep_request_cleanup_inactivate(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
13597
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
13778
softdep_request_cleanup_flush(struct mount *mp, struct ufsmount *ump)
sys/ufs/ffs/ffs_softdep.c
13821
schedule_cleanup(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
13850
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
13903
request_cleanup(struct mount *mp, int resource)
sys/ufs/ffs/ffs_softdep.c
1394
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
14011
check_clear_deps(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
14065
clear_remove(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
14124
clear_inodedeps(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
14270
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
14546
softdep_check_suspend(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
14704
softdep_get_depcounts(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
1502
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
1509
mp = (struct mount *)addr;
sys/ufs/ffs/ffs_softdep.c
155
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
1555
worklist_speedup(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
1718
softdep_process_worklist(struct mount *mp, int full)
sys/ufs/ffs/ffs_softdep.c
1774
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
1823
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
1889
process_worklist_item(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
2020
softdep_flushworklist(struct mount *oldmnt,
sys/ufs/ffs/ffs_softdep.c
2051
softdep_waitidle(struct mount *mp, int flags __unused)
sys/ufs/ffs/ffs_softdep.c
2093
softdep_flushfiles(struct mount *oldmnt,
sys/ufs/ffs/ffs_softdep.c
2227
pagedep_lookup(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
2316
inodedep_lookup(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
2418
newblk_lookup(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
2471
indirblk_lookup(struct mount *mp, ufs2_daddr_t blkno)
sys/ufs/ffs/ffs_softdep.c
2576
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
2697
softdep_unmount(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
2816
struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
2874
softdep_journal_lookup(struct mount *mp, struct vnode **vpp)
sys/ufs/ffs/ffs_softdep.c
2903
journal_mount(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
295
softdep_setup_blkfree(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
307
softdep_setup_inofree(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
3078
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
3105
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
3125
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
3528
softdep_flushjournal(struct mount *mp)
sys/ufs/ffs/ffs_softdep.c
3613
softdep_process_journal(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
395
softdep_journal_lookup(struct mount *mp, struct vnode **vpp)
sys/ufs/ffs/ffs_softdep.c
439
softdep_flushworklist(struct mount *oldmnt,
sys/ufs/ffs/ffs_softdep.c
480
softdep_check_suspend(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
522
softdep_get_depcounts(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
5238
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
5301
struct mount *mp, /* filesystem doing allocation */
sys/ufs/ffs/ffs_softdep.c
5407
bmsafemap_lookup(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
5508
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
5903
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
6088
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
6173
indirdep_lookup(struct mount *mp,
sys/ufs/ffs/ffs_softdep.c
6262
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
6409
newfreeblks(struct mount *mp, struct inode *ip)
sys/ufs/ffs/ffs_softdep.c
6479
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
6760
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
699
static void check_clear_deps(struct mount *);
sys/ufs/ffs/ffs_softdep.c
702
static int softdep_process_worklist(struct mount *, int);
sys/ufs/ffs/ffs_softdep.c
703
static int softdep_waitidle(struct mount *, int);
sys/ufs/ffs/ffs_softdep.c
707
static void clear_remove(struct mount *);
sys/ufs/ffs/ffs_softdep.c
708
static void clear_inodedeps(struct mount *);
sys/ufs/ffs/ffs_softdep.c
709
static void unlinked_inodedep(struct mount *, struct inodedep *);
sys/ufs/ffs/ffs_softdep.c
7104
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
712
static int flush_pagedep_deps(struct vnode *, struct mount *,
sys/ufs/ffs/ffs_softdep.c
715
static int flush_newblk_dep(struct vnode *, struct mount *, ufs_lbn_t);
sys/ufs/ffs/ffs_softdep.c
716
static int flush_inodedep_deps(struct vnode *, struct mount *, ino_t);
sys/ufs/ffs/ffs_softdep.c
718
static int sync_cgs(struct mount *, int);
sys/ufs/ffs/ffs_softdep.c
753
static int indirblk_lookup(struct mount *, ufs2_daddr_t);
sys/ufs/ffs/ffs_softdep.c
769
static struct indirdep *indirdep_lookup(struct mount *, struct inode *,
sys/ufs/ffs/ffs_softdep.c
816
static inline struct freeblks *newfreeblks(struct mount *, struct inode *);
sys/ufs/ffs/ffs_softdep.c
8315
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
854
static struct bmsafemap *bmsafemap_lookup(struct mount *, struct buf *,
sys/ufs/ffs/ffs_softdep.c
858
static int newblk_lookup(struct mount *, ufs2_daddr_t, int, struct newblk **);
sys/ufs/ffs/ffs_softdep.c
8594
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
861
static int inodedep_lookup(struct mount *, ino_t, int, struct inodedep **);
sys/ufs/ffs/ffs_softdep.c
862
static int pagedep_lookup(struct mount *, struct buf *bp, ino_t, ufs_lbn_t,
sys/ufs/ffs/ffs_softdep.c
867
static int request_cleanup(struct mount *, int);
sys/ufs/ffs/ffs_softdep.c
868
static int softdep_request_cleanup_flush(struct mount *, struct ufsmount *);
sys/ufs/ffs/ffs_softdep.c
869
static void schedule_cleanup(struct mount *);
sys/ufs/ffs/ffs_softdep.c
872
static int process_worklist_item(struct mount *, int, int);
sys/ufs/ffs/ffs_softdep.c
8720
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
882
static void softdep_flushjournal(struct mount *);
sys/ufs/ffs/ffs_softdep.c
884
static void worklist_speedup(struct mount *);
sys/ufs/ffs/ffs_softdep.c
885
static int journal_mount(struct mount *, struct fs *, struct ucred *);
sys/ufs/ffs/ffs_softdep.c
8889
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
893
static void softdep_process_journal(struct mount *, struct worklist *, int);
sys/ufs/ffs/ffs_softdep.c
921
static void jblocks_free(struct jblocks *, struct mount *, int);
sys/ufs/ffs/ffs_softdep.c
9289
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
95
softdep_flushfiles(struct mount *oldmnt,
sys/ufs/ffs/ffs_softdep.c
9536
struct mount *mp;
sys/ufs/ffs/ffs_softdep.c
9816
unlinked_inodedep( struct mount *mp, struct inodedep *inodedep)
sys/ufs/ffs/ffs_suspend.c
178
ffs_susp_suspend(struct mount *mp)
sys/ufs/ffs/ffs_suspend.c
219
ffs_susp_unsuspend(struct mount *mp)
sys/ufs/ffs/ffs_suspend.c
248
struct mount *mp;
sys/ufs/ffs/ffs_suspend.c
253
mp = (struct mount *)data;
sys/ufs/ffs/ffs_suspend.c
276
struct mount *mp;
sys/ufs/ffs/ffs_suspend.c
69
ffs_susp_suspended(struct mount *mp)
sys/ufs/ffs/ffs_suspend.c
94
struct mount *mp;
sys/ufs/ffs/ffs_vfsops.c
1254
ffs_unmount(struct mount *mp, int mntflags)
sys/ufs/ffs/ffs_vfsops.c
1370
ffs_flushfiles(struct mount *mp, int flags, struct thread *td)
sys/ufs/ffs/ffs_vfsops.c
1453
ffs_statfs(struct mount *mp, struct statfs *sbp)
sys/ufs/ffs/ffs_vfsops.c
1510
ffs_sync_lazy(struct mount *mp)
sys/ufs/ffs/ffs_vfsops.c
1568
ffs_sync(struct mount *mp, int waitfor)
sys/ufs/ffs/ffs_vfsops.c
1713
ffs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1719
ffs_vgetf(struct mount *mp,
sys/ufs/ffs/ffs_vfsops.c
1936
ffs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
sys/ufs/ffs/ffs_vfsops.c
1951
ffs_inotovp(struct mount *mp,
sys/ufs/ffs/ffs_vfsops.c
2136
ffs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/ufs/ffs/ffs_vfsops.c
240
ffs_check_blkno(struct mount *mp, ino_t inum, ufs2_daddr_t daddr, int blksize)
sys/ufs/ffs/ffs_vfsops.c
2461
ffs_own_mount(const struct mount *mp)
sys/ufs/ffs/ffs_vfsops.c
2477
struct mount *mp;
sys/ufs/ffs/ffs_vfsops.c
2481
ump = VFSTOUFS((struct mount *)addr);
sys/ufs/ffs/ffs_vfsops.c
348
ffs_mount(struct mount *mp)
sys/ufs/ffs/ffs_vfsops.c
768
ffs_reload(struct mount *mp, int flags)
sys/ufs/ffs/ffs_vfsops.c
85
static int ffs_mountfs(struct vnode *, struct mount *, struct thread *);
sys/ufs/ffs/ffs_vfsops.c
87
static int ffs_sync_lazy(struct mount *mp);
sys/ufs/ffs/ffs_vfsops.c
880
ffs_mountfs(struct vnode *odevvp, struct mount *mp, struct thread *td)
sys/ufs/ffs/ffs_vfsops.c
888
struct mount *nmp;
sys/ufs/ffs/ffs_vnops.c
1997
struct mount *mp;
sys/ufs/ffs/softdep.h
210
struct mount *wk_mp; /* Mount we live in */
sys/ufs/ufs/extattr.h
134
int ufs_extattr_start(struct mount *mp, struct thread *td);
sys/ufs/ufs/extattr.h
135
int ufs_extattr_autostart(struct mount *mp, struct thread *td);
sys/ufs/ufs/extattr.h
136
int ufs_extattr_stop(struct mount *mp, struct thread *td);
sys/ufs/ufs/extattr.h
137
int ufs_extattrctl(struct mount *mp, int cmd, struct vnode *filename,
sys/ufs/ufs/quota.h
218
struct mount;
sys/ufs/ufs/quota.h
229
int qsync(struct mount *);
sys/ufs/ufs/quota.h
231
int quotaoff(struct thread *, struct mount *, int);
sys/ufs/ufs/quota.h
232
int quotaon(struct thread *, struct mount *, int, void *, bool *);
sys/ufs/ufs/quota.h
233
int getquota32(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/quota.h
234
int setquota32(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/quota.h
235
int setuse32(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/quota.h
236
int getquota(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/quota.h
237
int setquota(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/quota.h
238
int setuse(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/quota.h
239
int getquotasize(struct thread *, struct mount *, uint64_t, int, void *);
sys/ufs/ufs/ufs_acl.c
612
ufs_aclcheck_nfs4(struct vop_aclcheck_args *ap, struct mount *mp)
sys/ufs/ufs/ufs_acl.c
634
ufs_aclcheck_posix1e(struct vop_aclcheck_args *ap, struct mount *mp)
sys/ufs/ufs/ufs_acl.c
669
struct mount *mp;
sys/ufs/ufs/ufs_bmap.c
112
struct mount *mp;
sys/ufs/ufs/ufs_bmap.c
196
struct mount *mp;
sys/ufs/ufs/ufs_bmap.c
477
struct mount *mp;
sys/ufs/ufs/ufs_extattr.c
100
static int ufs_extattr_autostart_locked(struct mount *mp,
sys/ufs/ufs/ufs_extattr.c
1018
struct mount *mp = ap->a_vp->v_mount;
sys/ufs/ufs/ufs_extattr.c
1050
struct mount *mp = vp->v_mount;
sys/ufs/ufs/ufs_extattr.c
1158
struct mount *mp = vp->v_mount;
sys/ufs/ufs/ufs_extattr.c
1273
struct mount *mp = vp->v_mount;
sys/ufs/ufs/ufs_extattr.c
212
ufs_extattr_start(struct mount *mp, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
450
ufs_extattr_autostart(struct mount *mp, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
463
ufs_extattr_autostart_locked(struct mount *mp, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
558
ufs_extattr_stop(struct mount *mp, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
713
ufs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp,
sys/ufs/ufs/ufs_extattr.c
822
struct mount *mp = ap->a_vp->v_mount;
sys/ufs/ufs/ufs_extattr.c
848
struct mount *mp = vp->v_mount;
sys/ufs/ufs/ufs_extattr.c
990
struct mount *mp = ap->a_vp->v_mount;
sys/ufs/ufs/ufs_extern.h
39
struct mount;
sys/ufs/ufs/ufs_extern.h
84
int ufs_vinit(struct mount *, struct vop_vector *, struct vnode **);
sys/ufs/ufs/ufs_inode.c
111
struct mount *mp;
sys/ufs/ufs/ufs_lookup.c
1406
struct mount *mp;
sys/ufs/ufs/ufs_quota.c
1005
setquota(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr)
sys/ufs/ufs/ufs_quota.c
1018
setuse(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr)
sys/ufs/ufs/ufs_quota.c
1034
getquotasize(struct thread *td, struct mount *mp, uint64_t id, int type,
sys/ufs/ufs/ufs_quota.c
1058
qsync(struct mount *mp)
sys/ufs/ufs/ufs_quota.c
1551
struct mount *mp;
sys/ufs/ufs/ufs_quota.c
491
quotaon(struct thread *td, struct mount *mp, int type, void *fname,
sys/ufs/ufs/ufs_quota.c
643
quotaoff1(struct thread *td, struct mount *mp, int type)
sys/ufs/ufs/ufs_quota.c
709
quotaoff_inchange1(struct thread *td, struct mount *mp, int type)
sys/ufs/ufs/ufs_quota.c
742
quotaoff_inchange(struct thread *td, struct mount *mp, int type)
sys/ufs/ufs/ufs_quota.c
769
quotaoff(struct thread *td, struct mount *mp, int type)
sys/ufs/ufs/ufs_quota.c
794
_getquota(struct thread *td, struct mount *mp, uint64_t id, int type,
sys/ufs/ufs/ufs_quota.c
82
static int quotaoff1(struct thread *td, struct mount *mp, int type);
sys/ufs/ufs/ufs_quota.c
83
static int quotaoff_inchange(struct thread *td, struct mount *mp, int type);
sys/ufs/ufs/ufs_quota.c
835
_setquota(struct thread *td, struct mount *mp, uint64_t id, int type,
sys/ufs/ufs/ufs_quota.c
898
_setuse(struct thread *td, struct mount *mp, uint64_t id, int type,
sys/ufs/ufs/ufs_quota.c
945
getquota32(struct thread *td, struct mount *mp, uint64_t id, int type,
sys/ufs/ufs/ufs_quota.c
961
setquota32(struct thread *td, struct mount *mp, uint64_t id, int type,
sys/ufs/ufs/ufs_quota.c
977
setuse32(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr)
sys/ufs/ufs/ufs_quota.c
992
getquota(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr)
sys/ufs/ufs/ufs_vfsops.c
67
ufs_root(struct mount *mp, int flags, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
83
ufs_quotactl(struct mount *mp, int cmds, uid_t id, void *arg, bool *mp_busy)
sys/ufs/ufs/ufs_vnops.c
1289
struct mount *mp;
sys/ufs/ufs/ufs_vnops.c
206
ufs_sync_nlink1(struct mount *mp)
sys/ufs/ufs/ufs_vnops.c
224
struct mount *mp;
sys/ufs/ufs/ufs_vnops.c
2768
ufs_vinit(struct mount *mntp, struct vop_vector *fifoops, struct vnode **vpp)
sys/ufs/ufs/ufs_vnops.c
845
struct mount *mp;
sys/ufs/ufs/ufsmount.h
131
int (*um_check_blkno)(struct mount *, ino_t, daddr_t, int);
sys/ufs/ufs/ufsmount.h
84
struct mount *um_mountp; /* (r) filesystem vfs struct */
sys/vm/vm_object.c
1163
struct mount *mp;
sys/vm/vm_pageout.c
603
struct mount *mp;
sys/vm/vnode_pager.c
1603
struct mount *mp;
sys/vm/vnode_pager.c
507
struct mount *mp;
tests/sys/audit/administrative.c
1535
ATF_REQUIRE_EQ(-1, mount(NULL, NULL, 0, NULL));
tests/sys/capsicum/syscalls.h
40
return mount("procfs", "/not_mounted", 0, NULL);
tools/regression/security/cap_test/cap_test_capmode.c
98
CHECK_CAPMODE(mount, "procfs", "/not_mounted", 0, NULL);
tools/tools/vimage/vimage.c
208
printf(" Mount allowed: %d\n", vst[i].mount);
tools/tools/vimage/vimage.c
382
jailparam_import_raw(¶ms[psize++], &vs->mount, sizeof(vs->mount));
tools/tools/vimage/vimage.c
64
int mount;
usr.sbin/bsdinstall/partedit/scripted.c
131
else if (mount == NULL)
usr.sbin/bsdinstall/partedit/scripted.c
132
mount = ap;
usr.sbin/bsdinstall/partedit/scripted.c
138
gpart_create(provider_for_name(&mesh, disk), type, size, mount,
usr.sbin/bsdinstall/partedit/scripted.c
146
size = type = mount = NULL;
usr.sbin/bsdinstall/partedit/scripted.c
67
char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL;