Searched refs:mount (Results 1 - 25 of 617) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sbin/mount/
H A DMakefile4 PROG= mount
5 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
6 MAN= mount.8 mount.conf.8
/freebsd-9.3-release/share/examples/nwclient/
H A Dnwfs.sh.sample7 # Simple script to mount NetWare volumes at startup.
8 # It assumes that all mount points described in fstab file and password
12 mount=/sbin/mount
20 $mount $vol
25 echo -n "Unmounting NetWare mount points: "
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vfsops.h37 struct mount;
42 int ntfs_vgetex(struct mount *, ino_t, u_int32_t, char *, u_long, u_long,
/freebsd-9.3-release/contrib/amd/include/
H A Dmount_headers2.h47 # include <rpcsvc/mount.h>
51 # include <mount.h>
59 # include <nfs/mount.h>
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_subr.h41 void coda_checkunmounting(struct mount *mp);
42 void coda_cacheprint(struct mount *whoIam);
45 int coda_kill(struct mount *whoIam, enum dc_status dcstat);
H A Dcoda_vfsops.h49 struct mount;
51 int coda_fhtovp(struct mount *, struct fid *, struct mbuf *,
/freebsd-9.3-release/tools/tools/mfi/
H A Drunmegacli.sh17 devfsmount=`mount |grep $linuxdir/dev | awk '{print $3}'`
19 mount -t devfs devfs $linuxdir/dev
22 procfsmount=`mount |grep $linuxdir/proc | awk '{print $3}'`
24 mount -t linprocfs linprocfs $linuxdir/proc
27 sysfsmount=`mount |grep $linuxdir/sys | awk '{print $3}'`
29 mount -t linsysfs linsysfs $linuxdir/sys
/freebsd-9.3-release/contrib/amd/conf/trap/
H A Dtrap_default.h3 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data)
/freebsd-9.3-release/sbin/growfs/
H A DMakefile9 .PATH: ${.CURDIR}/../mount
14 CFLAGS+=-I${.CURDIR}/../mount
/freebsd-9.3-release/sbin/mksnap_ffs/
H A DMakefile3 .PATH: ${.CURDIR}/../mount
10 CFLAGS+=-I${.CURDIR}/../mount
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dupdate39 if mount | grep ${NANO_DRIVE}s1 > /dev/null ; then
H A Dsave_sshkeys33 mount /cfg
/freebsd-9.3-release/contrib/smbfs/examples/
H A Dsmbfs.sh.sample7 # Simple script to mount smbfs file systems at startup.
8 # It assumes that all mount points described in fstab file and password
12 mount="/sbin/mount -o -N"
21 $mount $vol
26 echo -n "unmounting smbfs mount points: "
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dmount.h34 #include_next <sys/mount.h>
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dsave_sshkeys33 mount /cfg
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_extern.h46 struct mount;
72 int ffs_flushfiles(struct mount *, int, struct thread *);
82 int ffs_own_mount(const struct mount *mp);
86 int ffs_reload(struct mount *, struct thread *, int);
92 int ffs_snapshot(struct mount *mp, char *snapfile);
93 void ffs_snapshot_mount(struct mount *mp);
94 void ffs_snapshot_unmount(struct mount *mp);
95 void process_deferred_inactive(struct mount *mp);
96 void ffs_sync_snap(struct mount *, int);
104 int ffs_vgetf(struct mount *, ino_
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Diopattern35 # MOUNT mount point
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
86 m) opt_mount=1; mount=$OPTARG ;;
136 inline string MOUNT = "'$mount'";
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Diopattern35 # MOUNT mount point
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
86 m) opt_mount=1; mount=$OPTARG ;;
136 inline string MOUNT = "'$mount'";
/freebsd-9.3-release/lib/libprocstat/
H A Dzfs.c31 #include <sys/mount.h>
71 struct mount mount, *mountptr; local
114 /* Get the mount pointer, and read from the address. */
116 if (!kvm_read_all(kd, (unsigned long)mountptr, &mount, sizeof(mount))) {
117 warnx("can't read mount at %p", (void *)mountptr);
120 vn->vn_fsid = mount.mnt_stat.f_fsid.val[0];
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mkdir/
H A D09.t19 mount /dev/md${n} ${n0}
22 mount -ur /dev/md${n}
24 mount -uw /dev/md${n}
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mkfifo/
H A D08.t19 mount /dev/md${n} ${n0}
22 mount -ur /dev/md${n}
24 mount -uw /dev/md${n}
/freebsd-9.3-release/tools/regression/pjdfstest/tests/open/
H A D15.t19 mount /dev/md${n} ${n0}
22 mount -ur /dev/md${n}
24 mount -uw /dev/md${n}
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rmdir/
H A D14.t19 mount /dev/md${n} ${n0}
21 mount -ur /dev/md${n}
23 mount -uw /dev/md${n}
/freebsd-9.3-release/tools/regression/pjdfstest/tests/symlink/
H A D10.t20 mount /dev/md${n} ${n0}
24 mount -ur /dev/md${n}
26 mount -uw /dev/md${n}
/freebsd-9.3-release/tools/regression/pjdfstest/tests/unlink/
H A D12.t19 mount /dev/md${n} ${n0}
21 mount -ur /dev/md${n}
23 mount -uw /dev/md${n}

Completed in 206 milliseconds

1234567891011>>