Searched refs:mount (Results 101 - 125 of 1050) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_extern.h89 struct mount;
124 void lfs_vcreate(struct mount *, ino_t, struct vnode *);
171 void lfs_roll_forward(struct lfs *, struct mount *, struct lwp *);
176 int lfs_segwrite(struct mount *, int);
214 int lfs_fastvget(struct mount *, ino_t, daddr_t, struct vnode **, struct ufs1_dinode *);
226 int lfs_mount(struct mount *, const char *, void *, size_t *);
227 int lfs_unmount(struct mount *, int);
228 int lfs_statvfs(struct mount *, struct statvfs *);
229 int lfs_sync(struct mount *, int, kauth_cred_t);
230 int lfs_vget(struct mount *, ino_
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_extern.h69 struct mount;
138 int ext2fs_reload(struct mount *, kauth_cred_t, struct lwp *);
139 int ext2fs_mountfs(struct vnode *, struct mount *);
140 int ext2fs_flushfiles(struct mount *, int);
165 int ext2fs_vinit(struct mount *, int (**specops)(void *),
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dhfs.h36 #include <sys/mount.h>
51 /* XXX: make these mount options */
58 char *fspec; /* block special device to mount */
62 struct mount *hm_mountp; /* filesystem vfs structure */
72 struct hfsmount *h_hmp; /* mount point associated with this hnode */
129 /* Convert mount ptr to hfsmount ptr. */
166 void hfs_vinit (struct mount *, int (**)(void *), int (**)(void *),
192 int hfs_mountfs (struct vnode *, struct mount *, struct lwp *, const char *);
193 int hfs_vget_internal(struct mount *, ino_t, uint8_t, struct vnode **);
/netbsd-6-1-5-RELEASE/sys/miscfs/syncfs/
H A Dsync_vnops.c70 #include <sys/mount.h>
100 sync_delay(struct mount *mp)
107 * Create a new filesystem syncer vnode for the specified mount point.
110 vfs_allocate_syncvnode(struct mount *mp)
150 * Destroy the filesystem syncer vnode for the specified mount point.
153 vfs_deallocate_syncvnode(struct mount *mp)
180 struct mount *mp = syncvp->v_mount;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_trans.c49 #include <sys/mount.h>
66 struct mount *fli_mount;
84 static struct fstrans_lwp_info *fstrans_get_lwp_info(struct mount *);
119 * Allocate mount state
122 fstrans_mount(struct mount *mp)
141 * Deallocate mount state
144 fstrans_unmount(struct mount *mp)
168 * Retrieve the per lwp info for this mount
171 fstrans_get_lwp_info(struct mount *mp)
208 _fstrans_start(struct mount *m
[all...]
H A Dvfs_hooks.c41 #include <sys/mount.h>
137 VFS_HOOKS_WO_ERROR(vfs_hooks_unmount, (struct mount *mp), vh_unmount, (mp));
138 VFS_HOOKS_W_ERROR(vfs_hooks_reexport, (struct mount *mp, const char *path, void *data), vh_reexport, (mp, path, data));
/netbsd-6-1-5-RELEASE/distrib/alpha/rz25dist/
H A DMakefile23 mount-fs:
31 mount /dev/${DESTDISK}a ${DESTDIR}
33 mount /dev/${DESTDISK}d ${DESTDIR}/usr
69 diskimage.gz: mount-fs build-fs unmount-fs
70 mount /dev/${DESTDISK}a ${DESTDIR}
71 mount /dev/${DESTDISK}d ${DESTDIR}/usr
82 bin.tar.gz: mount-fs build-fs
88 etc.tar.gz: mount-fs build-fs
92 x11.tar.gz: mount-fs build-fs
101 /bin/rm -f mount
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs.h190 int procfs_allocvp(struct mount *, struct vnode **, pid_t, pfstype, int,
240 int procfs_validfile(struct lwp *, struct mount *);
241 int procfs_validfpregs(struct lwp *, struct mount *);
242 int procfs_validregs(struct lwp *, struct mount *);
243 int procfs_validmap(struct lwp *, struct mount *);
255 int procfs_root(struct mount *, struct vnode **);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dverified_exec.h40 struct mount;
120 int veriexec_table_delete(struct lwp *, struct mount *);
128 int veriexec_unmountchk(struct mount *);
/netbsd-6-1-5-RELEASE/distrib/alpha/instkernel/ramdisk/
H A Dupgrade.sh168 mount /dev/${drivename}a /mnt
193 mount -u -o ro /dev/${drivename}a /mnt
216 mount -u -o rw /dev/${drivename}a /mnt
248 chroot /mnt mount -at ffs > /dev/null 2>&1
/netbsd-6-1-5-RELEASE/distrib/amiga/floppies/upgr/
H A Dupgrade.sh204 $DONTDOIT mount /dev/${drivename}a /mnt
237 $DONTDOIT mount -u -o ro /dev/${drivename}a /mnt
260 $DONTDOIT mount -u -o rw /dev/${drivename}a /mnt
276 $DONTDOIT chroot /mnt mount -at ffs > /dev/null 2>&1
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dsys_machdep.c55 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsys_machdep.c56 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Duipc_syscalls_30.c16 #include <sys/mount.h>
H A Dvfs_syscalls_40.c70 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_syscalls.c24 #include <sys/mount.h>
54 /* 21 */ "mount",
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_syscalls.c20 #include <sys/mount.h>
52 /* 21 */ "mount",
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/powerpc/
H A Dlinux_syscalls.c18 #include <sys/mount.h>
50 /* 21 */ "#21 (unimplemented mount)",
/netbsd-6-1-5-RELEASE/sys/compat/sunos32/
H A Dsunos32_syscalls.c21 #include <sys/mount.h>
200 /* 167 */ "mount",
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A DMakefile9 MOUNT= ${NETBSDSRCDIR}/sbin/mount
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_getfh.c41 #include <sys/mount.h>
47 "warning: reference to compatibility getfh(); include <sys/mount.h> to generate correct reference")
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_au-naturel/
H A Drump_au-naturel.c29 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_fdesc/
H A Drump_fdesc.c29 #include <sys/mount.h>
56 err(1, "mount");
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_kernfs/
H A Drump_kernfs.c29 #include <sys/mount.h>
54 err(1, "mount");
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_tmpfs/
H A Drump_tmpfs.c29 #include <sys/mount.h>
68 err(1, "mount");

Completed in 311 milliseconds

1234567891011>>