Searched refs:mounted (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dkobj.h52 int mounted; member in struct:_buf
/freebsd-10-stable/etc/rc.d/
H A Dzfsbe28 zfs list -rH -o mountpoint,name,canmount,mounted -s mountpoint -t filesystem $_be | \
30 # skip filesystems that must not be mounted
32 # skip filesystems that are already mounted
37 # or those that would be mounted over /
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kobj.c110 out->mounted = root_mounted();
112 * If root is already mounted we read file using file system,
115 if (out->mounted)
157 if (file->mounted)
208 if (file->mounted)
218 if (file->mounted)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c48 * mounted/shared. This prior state dictates whether we remount/reshare the
156 * whether the filesystem was previously shared or mounted. The action we take
159 * previously mounted/shared. Otherwise, we always remount/reshare the
207 boolean_t mounted; local
227 * Remount if previously mounted or mountpoint was legacy,
238 mounted = (clp->cl_gflags & CL_GATHER_DONT_UNMOUNT) ||
241 if (!mounted && (cn->cn_mounted ||
249 mounted = TRUE;
253 * If the file system is mounted we always re-share even
257 if (sharenfs && mounted)
[all...]
H A Dlibzfs_diff.c670 boolean_t mounted; local
672 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt);
673 if (mounted == B_FALSE) {
680 /* Avoid a double slash at the beginning of root-mounted datasets */
H A Dlibzfs_pool.c1388 * mounted datasets in the pool.
3816 boolean_t mounted = B_FALSE; local
3838 /* find out if the dataset is mounted */
3839 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3846 if (mounted) {
/freebsd-10-stable/contrib/amd/amd/
H A Dautil.c199 * If this is a freshly mounted
207 * Do mounted callback
209 if (mf->mf_ops->mounted)
210 mf->mf_ops->mounted(mf);
233 wasmounted ? "referenced" : "mounted",
404 * Locate next node in sibling list which is mounted
419 (!(mf = xp->am_al->al_mnt) || /* No mounted filesystem */
422 !(mf->mf_flags & MFF_MOUNTED) || /* The fs is not mounted */
H A Dmntfs.c127 * For backwards compatibility purposes, we treat already-mounted
153 * Restart a previously mounted filesystem.
166 ops->mounted(mf); /* XXX: not right, but will do for now */
398 * Re-use the existing mntfs if it is mounted.
H A Damd.h104 #define FS_ON_AUTOFS 0x0200 /* This filesystem can be mounted directly
117 * macros for struct mntfs (list of mounted filesystems)
119 #define MFF_MOUNTED 0x0001 /* Node is mounted */
407 vmounted mounted; /* fxn: after-mount extra actions */ member in struct:am_ops
418 * List of mounted filesystems
421 qelem mf_q; /* List of mounted filesystems */
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DPath.inc264 // /proc is not always mounted under Linux (chroot for example).
/freebsd-10-stable/sys/fs/autofs/
H A Dautofs_vnops.c131 * If anything got mounted on top of the vnode, return the new filesystem's
162 goto mounted;
166 mounted:
266 * by mounted filesystem's VOP_LOOKUP(). Get rid
/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_cpfile.c196 int mounted = 0; local
202 mounted = 1;
208 return (mounted);
/freebsd-10-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh40 -b basedir -- Operate on a system mounted at basedir
263 # Work on a FreeBSD installation mounted under $1

Completed in 202 milliseconds