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

/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kobj.c99 out->mounted = root_mounted();
101 * If root is already mounted we read file using file system,
104 if (out->mounted)
146 if (file->mounted)
197 if (file->mounted)
207 if (file->mounted)
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkobj.h52 int mounted; member in struct:_buf
/freebsd-11-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-11-stable/lib/libbe/
H A Dbe_info.c164 boolean_t mounted; local
185 mounted = zfs_is_mounted(zfs_hdl, &mountpoint);
187 if (mounted)
188 nvlist_add_string(props, "mounted", mountpoint);
H A Dbe.c391 * BE_DESTROY_FORCE : forces operation on mounted datasets
402 int err, force, mounted; local
425 /* Don't destroy a mounted dataset unless force is specified */
426 if ((mounted = zfs_is_mounted(fs, NULL)) != 0) {
1118 * have been mounted anywhere between creation and now.
/freebsd-11-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
237 boolean_t mounted; local
259 * Remount if previously mounted or mountpoint was legacy,
270 mounted = (clp->cl_gflags & CL_GATHER_DONT_UNMOUNT) ||
273 if (!mounted && (cn->cn_mounted ||
281 mounted = TRUE;
285 * If the file system is mounted we always re-share even
289 if (sharenfs && mounted)
[all...]
H A Dlibzfs_diff.c673 boolean_t mounted; local
675 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt);
676 if (mounted == B_FALSE) {
683 /* Avoid a double slash at the beginning of root-mounted datasets */
H A Dlibzfs_pool.c1452 * mounted datasets in the pool.
4067 boolean_t mounted = B_FALSE; local
4089 /* find out if the dataset is mounted */
4090 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
4097 if (mounted) {
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc233 // If we don't have procfs mounted, fall back to argv[0]
240 // /proc is not always mounted under Linux (chroot for example).
464 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target
903 // If we have a /proc filesystem mounted, we can quickly establish the
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vnops.c135 * If anything got mounted on top of the vnode, return the new filesystem's
164 goto mounted;
168 mounted:
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_cpfile.c196 int mounted = 0; local
202 mounted = 1;
208 return (mounted);
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh42 -b basedir -- Operate on a system mounted at basedir
276 # Work on a FreeBSD installation mounted under $1

Completed in 257 milliseconds