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

1234567891011>>

/freebsd-11-stable/sbin/mount/
H A DMakefile5 PROG= mount
6 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
7 MAN= mount.8 mount.conf.8
/freebsd-11-stable/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-11-stable/contrib/amd/include/
H A Dmount_headers2.h43 # include <rpcsvc/mount.h>
47 # include <mount.h>
55 # include <nfs/mount.h>
/freebsd-11-stable/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-11-stable/tools/tools/nanobsd/Files/root/
H A Dupdate39 if mount | grep ${NANO_DRIVE}s1 > /dev/null ; then
H A Dsave_sshkeys33 mount /cfg
/freebsd-11-stable/share/examples/jails/
H A Djail.xxx.conf28 mount.devfs; # mount devfs
32 #allow.mount; # mount /etc/fstab.xxx
/freebsd-11-stable/tests/sys/pjdfstest/tests/
H A Dconf7 fs=$(mount -p | awk '$2 == "'$mountpoint'" { print toupper($3) }')
/freebsd-11-stable/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-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dmount.h34 #include_next <sys/mount.h>
/freebsd-11-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dsave_sshkeys33 mount /cfg
H A Dsave_cfg33 mount /cfg
/freebsd-11-stable/sbin/mksnap_ffs/
H A DMakefile3 .PATH: ${.CURDIR:H}/mount
11 CFLAGS+=-I${.CURDIR:H}/mount
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_extern.h46 struct mount;
72 int ffs_flushfiles(struct mount *, int, struct thread *);
81 int ffs_own_mount(const struct mount *mp);
85 int ffs_reload(struct mount *, struct thread *, int);
91 int ffs_snapshot(struct mount *mp, char *snapfile);
92 void ffs_snapshot_mount(struct mount *mp);
93 void ffs_snapshot_unmount(struct mount *mp);
94 void process_deferred_inactive(struct mount *mp);
95 void ffs_sync_snap(struct mount *, int);
103 int ffs_vgetf(struct mount *, ino_
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dzfsbe41 mount -t zfs $_name ${_mp#/$_be}
45 zfs mount $_name
56 mount -p | while read _dev _mp _type _rest; do
H A Dmountcritlocal40 mount -a -t ${mount_excludes}
44 'will retry after root mount hold release'
46 mount -a -t ${mount_excludes}
/freebsd-11-stable/contrib/pjdfstest/tests/mkdir/
H A D09.t19 mount /dev/md${n} ${n0} || exit
22 mount -ur /dev/md${n}
24 mount -uw /dev/md${n}
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D08.t19 mount /dev/md${n} ${n0} || exit
22 mount -ur /dev/md${n}
24 mount -uw /dev/md${n}
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D15.t19 mount /dev/md${n} ${n0} || exit
22 mount -ur /dev/md${n}
24 mount -uw /dev/md${n}
/freebsd-11-stable/contrib/pjdfstest/tests/rmdir/
H A D14.t19 mount /dev/md${n} ${n0} || exit
21 mount -ur /dev/md${n}
23 mount -uw /dev/md${n}
/freebsd-11-stable/contrib/pjdfstest/tests/symlink/
H A D10.t20 mount /dev/md${n} ${n0} || exit
24 mount -ur /dev/md${n}
26 mount -uw /dev/md${n}
/freebsd-11-stable/contrib/pjdfstest/tests/unlink/
H A D12.t19 mount /dev/md${n} ${n0} || exit
21 mount -ur /dev/md${n}
23 mount -uw /dev/md${n}
/freebsd-11-stable/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-11-stable/tools/regression/tmpfs/
H A Dt_mount37 # Verifies that an execution of mount and umount works correctly without
51 test_name "File-system mount options work"
53 mount | grep ${Work_Dir} | grep -q read-only || die
71 mount -t tmpfs -o size=9223372036854775808 tmpfs ${Work_Dir} \
73 mount -t tmpfs -o size=9223372036854775808g tmpfs ${Work_Dir} \
/freebsd-11-stable/sbin/growfs/
H A DMakefile9 .PATH: ${.CURDIR:H}/mount
15 CFLAGS+=-I${.CURDIR:H}/mount

Completed in 249 milliseconds

1234567891011>>