Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 163) sorted by relevance

1234567

/original-bsd/sys/sys/
H A Dmount.h64 struct mount { struct
65 CIRCLEQ_ENTRY(mount) mnt_list; /* mount list */
206 int (*vfs_start) __P((struct mount *mp, int flags,
208 int (*vfs_unmount) __P((struct mount *mp, int mntflags,
215 int (*vfs_sync) __P((struct mount *mp, int waitfor,
217 int (*vfs_vget) __P((struct mount *mp, ino_t ino,
262 int vfs_export __P((struct mount *, struct netexport *,
266 void vfs_getnewfsid __P((struct mount *));
267 struct mount *vfs_getvfs __P((fsid_t *));
271 void vfs_unbusy __P((struct mount *, struct proc *));
[all …]
/original-bsd/sys/nfs/
H A Dnfsmount.h24 struct mount *nm_mountp; /* Vfs structure for this filesystem */
72 struct mount *mp,
78 struct mount *mp,
82 struct mount *mp,
86 struct mount *mp,
89 struct mount *mp,
95 struct mount *mp,
99 struct mount *mp,
104 struct mount *mp,
/original-bsd/sys/ufs/lfs/
H A Dlfs_extern.h11 struct mount;
28 int lfs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
41 int lfs_mount __P((struct mount *,
53 int lfs_segwrite __P((struct mount *, int));
54 int lfs_statfs __P((struct mount *, struct statfs *, struct proc *));
56 int lfs_sync __P((struct mount *, int, struct ucred *, struct proc *));
60 int lfs_unmount __P((struct mount *, int, struct proc *));
63 int lfs_vcreate __P((struct mount *, ino_t, struct vnode **));
66 int lfs_vget __P((struct mount *, ino_t, struct vnode **));
/original-bsd/usr.sbin/amd/doc/
H A Damdref.cps13 \entry {arch, mount selector}{20}
19 \entry {autodir, mount selector}{20}
30 \entry {byte, mount selector}{20}
33 \entry {cache, mount option}{36}
34 \entry {Catch-all mount point}{70}
50 \entry {delay, mount option}{21}
53 \entry {dev, mount option}{34}
100 \entry {fs, mount option}{21}
217 \entry {mount system call}{22}
221 \entry {mount, mount option}{34}
[all …]
/original-bsd/sys/ufs/ffs/
H A Dffs_extern.h31 struct mount;
52 int ffs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
58 int ffs_mount __P((struct mount *,
60 int ffs_mountfs __P((struct vnode *, struct mount *, struct proc *));
68 int ffs_statfs __P((struct mount *, struct statfs *, struct proc *));
69 int ffs_sync __P((struct mount *, int, struct ucred *, struct proc *));
73 int ffs_unmount __P((struct mount *, int, struct proc *));
77 int ffs_vget __P((struct mount *, ino_t, struct vnode **));
H A Dquota.h148 struct mount;
166 int getquota __P((struct mount *, u_long, int, caddr_t));
167 int qsync __P((struct mount *mp));
168 int quotaoff __P((struct proc *, struct mount *, int));
169 int quotaon __P((struct proc *, struct mount *, int, caddr_t));
170 int setquota __P((struct mount *, u_long, int, caddr_t));
171 int setuse __P((struct mount *, u_long, int, caddr_t));
172 int ufs_quotactl __P((struct mount *, int, uid_t, caddr_t, struct proc *));
H A Dufs_extern.h17 struct mount;
39 int ufs_check_export __P((struct mount *, struct ufid *, struct mbuf *,
80 int ufs_root __P((struct mount *, struct vnode **));
84 int ufs_start __P((struct mount *, int, struct proc *));
88 int ufs_vinit __P((struct mount *,
H A Dufs_vfsops.c42 struct mount *mp; in ufs_start()
55 struct mount *mp; in ufs_root()
72 struct mount *mp; in ufs_quotactl()
146 register struct mount *mp; in ufs_check_export()
/original-bsd/sys/miscfs/procfs/
H A Dprocfs_vfsops.c41 struct mount *mp;
75 struct mount *mp;
92 struct mount *mp;
101 struct mount *mp;
113 struct mount *mp;
142 #define procfs_fhtovp ((int (*) __P((struct mount *, struct fid *, \
144 #define procfs_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \
146 #define procfs_sync ((int (*) __P((struct mount *, int, struct ucred *, \
150 #define procfs_vget ((int (*) __P((struct mount *, ino_t, struct vnode **))) \
/original-bsd/sys/ufs/ufs/
H A Dquota.h148 struct mount;
166 int getquota __P((struct mount *, u_long, int, caddr_t));
167 int qsync __P((struct mount *mp));
168 int quotaoff __P((struct proc *, struct mount *, int));
169 int quotaon __P((struct proc *, struct mount *, int, caddr_t));
170 int setquota __P((struct mount *, u_long, int, caddr_t));
171 int setuse __P((struct mount *, u_long, int, caddr_t));
172 int ufs_quotactl __P((struct mount *, int, uid_t, caddr_t, struct proc *));
H A Dufs_extern.h17 struct mount;
40 int ufs_check_export __P((struct mount *, struct ufid *, struct mbuf *,
88 int ufs_root __P((struct mount *, struct vnode **));
92 int ufs_start __P((struct mount *, int, struct proc *));
97 int ufs_vinit __P((struct mount *,
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c37 struct mount *mp; in fdesc_mount()
77 struct mount *mp; in fdesc_start()
86 struct mount *mp; in fdesc_unmount()
126 struct mount *mp; in fdesc_root()
144 struct mount *mp; in fdesc_statfs()
194 struct mount *mp; in fdesc_sync()
201 #define fdesc_fhtovp ((int (*) __P((struct mount *, struct fid *, \
203 #define fdesc_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \
207 #define fdesc_vget ((int (*) __P((struct mount *, ino_t, struct vnode **))) \
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs.h27 #define kernfs_fhtovp ((int (*) __P((struct mount *, struct fid *, \
29 #define kernfs_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \
31 #define kernfs_sync ((int (*) __P((struct mount *, int, struct ucred *, \
35 #define kernfs_vget ((int (*) __P((struct mount *, ino_t, struct vnode **))) \
/original-bsd/sys/isofs/cd9660/
H A Diso.h114 struct mount *im_mountp;
141 int cd9660_mount __P((struct mount *,
143 int cd9660_start __P((struct mount *, int, struct proc *));
144 int cd9660_unmount __P((struct mount *, int, struct proc *));
145 int cd9660_root __P((struct mount *, struct vnode **));
146 int cd9660_quotactl __P((struct mount *, int, uid_t, caddr_t, struct proc *));
147 int cd9660_statfs __P((struct mount *, struct statfs *, struct proc *));
148 int cd9660_sync __P((struct mount *, int, struct ucred *, struct proc *));
149 int cd9660_vget __P((struct mount *, ino_t, struct vnode **));
150 int cd9660_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
/original-bsd/sbin/mount/
H A DMakefile3 PROG= mount
4 SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
5 MAN8= mount.0
/original-bsd/sys/ufs/mfs/
H A Dmfs_extern.h11 struct mount;
28 int mfs_mount __P((struct mount *mp,
33 int mfs_start __P((struct mount *mp, int flags, struct proc *p));
34 int mfs_statfs __P((struct mount *mp, struct statfs *sbp, struct proc *p));
/original-bsd/usr.sbin/amd/fsinfo/
H A Dfsi_data.h28 typedef struct mount mount; typedef
138 struct mount { struct
150 mount *m_parent; argument
152 mount *m_exported; argument
165 mount *f_ref;
H A Dfsi_analyze.c154 mount *e;
156 mount *mp;
159 ITER(mp, mount, q) {
191 mount *parent;
194 mount *mp;
197 ITER(mp, mount, q) {
230 mount *mp, *mp2 = 0;
238 ITER(mp, mount, q) {
387 mount *mp = 0;
475 mount *mp2 = 0;
[all …]
/original-bsd/sys/miscfs/portal/
H A Dportal_vfsops.c51 struct mount *mp; in portal_mount()
116 struct mount *mp; in portal_start()
126 struct mount *mp; in portal_unmount()
181 struct mount *mp; in portal_root()
199 struct mount *mp; in portal_statfs()
221 #define portal_fhtovp ((int (*) __P((struct mount *, struct fid *, \
223 #define portal_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \
225 #define portal_sync ((int (*) __P((struct mount *, int, struct ucred *, \
229 #define portal_vget ((int (*) __P((struct mount *, ino_t, struct vnode **))) \
/original-bsd/sys/deprecated/lofs/
H A Dlofs_vfsops.c34 struct mount *mp; in lofs_mount()
132 struct mount *mp; in lofs_start()
145 struct mount *mp; in lofs_unmount()
189 struct mount *mp; in lofs_root()
206 struct mount *mp; in lofs_quotactl()
217 struct mount *mp; in lofs_statfs()
250 struct mount *mp; in lofs_sync()
262 struct mount *mp; in lofs_vget()
272 register struct mount *mp; in lofs_fhtovp()
/original-bsd/sys/miscfs/nullfs/
H A Dnull_vfsops.c37 struct mount *mp; in nullfs_mount()
141 struct mount *mp; in nullfs_start()
154 struct mount *mp; in nullfs_unmount()
205 struct mount *mp; in nullfs_root()
230 struct mount *mp; in nullfs_quotactl()
241 struct mount *mp; in nullfs_statfs()
281 struct mount *mp; in nullfs_sync()
294 struct mount *mp; in nullfs_vget()
304 struct mount *mp; in nullfs_fhtovp()
/original-bsd/sys/miscfs/umapfs/
H A Dumap_vfsops.c36 struct mount *mp; in umapfs_mount()
182 struct mount *mp; in umapfs_start()
195 struct mount *mp; in umapfs_unmount()
246 struct mount *mp; in umapfs_root()
271 struct mount *mp; in umapfs_quotactl()
282 struct mount *mp; in umapfs_statfs()
322 struct mount *mp; in umapfs_sync()
335 struct mount *mp; in umapfs_vget()
345 struct mount *mp; in umapfs_fhtovp()
H A Dumap.h29 struct mount *umapm_vfs;
49 extern int umap_node_create __P((struct mount *mp, struct vnode *target, struct vnode **vpp));
51 extern void umap_mapids __P((struct mount *v_mount, struct ucred *credp));
/original-bsd/sys/miscfs/union/
H A Dunion_vfsops.c36 struct mount *mp; in union_mount()
224 struct mount *mp; in union_start()
237 struct mount *mp; in union_unmount()
318 struct mount *mp; in union_root()
364 struct mount *mp; in union_statfs()
442 #define union_sync ((int (*) __P((struct mount *, int, struct ucred *, \
445 #define union_fhtovp ((int (*) __P((struct mount *, struct fid *, \
448 #define union_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \
452 #define union_vget ((int (*) __P((struct mount *, ino_t, struct vnode **))) \
/original-bsd/usr.sbin/amd/config/
H A Dmount_stellix.c39 return mount(dir, dir, (MS_FSS|MS_NFS|flags),
44 return mount(fsname, dir, (MS_FSS|flags), type);

1234567