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

/freebsd-11.0-release/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.0-release/sys/cddl/compat/opensolaris/sys/
H A Dkobj.h52 int mounted; member in struct:_buf
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c47 * mounted/shared. This prior state dictates whether we remount/reshare the
152 * whether the filesystem was previously shared or mounted. The action we take
155 * previously mounted/shared. Otherwise, we always remount/reshare the
203 boolean_t mounted; local
223 * Remount if previously mounted or mountpoint was legacy,
234 mounted = (clp->cl_gflags & CL_GATHER_DONT_UNMOUNT) ||
237 if (!mounted && (cn->cn_mounted ||
245 mounted = TRUE;
249 * If the file system is mounted we always re-share even
253 if (sharenfs && mounted)
[all...]
H A Dlibzfs_diff.c679 boolean_t mounted; local
681 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt);
682 if (mounted == B_FALSE) {
689 /* Avoid a double slash at the beginning of root-mounted datasets */
H A Dlibzfs_pool.c1364 * mounted datasets in the pool.
3786 boolean_t mounted = B_FALSE; local
3808 /* find out if the dataset is mounted */
3809 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3816 if (mounted) {
/freebsd-11.0-release/contrib/amd/amd/
H A Dautil.c196 * If this is a freshly mounted
204 * Do mounted callback
206 if (mf->mf_ops->mounted)
207 mf->mf_ops->mounted(mf);
243 wasmounted ? "referenced" : "mounted",
406 * Locate next node in sibling list which is mounted
421 (!(mf = xp->am_mnt) || /* No mounted filesystem */
424 !(mf->mf_flags & MFF_MOUNTED) || /* The fs is not mounted */
H A Dmntfs.c118 * For backwards compatibility purposes, we treat already-mounted
144 * Restart a previously mounted filesystem.
157 ops->mounted(mf); /* XXX: not right, but will do for now */
353 * Re-use the existing mntfs if it is mounted.
H A Damd.h108 #define FS_ON_AUTOFS 0x0200 /* This filesystem can be mounted directly
121 * macros for struct mntfs (list of mounted filesystems)
123 #define MFF_MOUNTED 0x0001 /* Node is mounted */
404 vmounted mounted; /* fxn: after-mount extra actions */ member in struct:am_ops
415 * List of mounted filesystems
418 qelem mf_q; /* List of mounted filesystems */
/freebsd-11.0-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc150 // /proc is not always mounted under Linux (chroot for example).
/freebsd-11.0-release/sys/fs/autofs/
H A Dautofs_vnops.c133 * If anything got mounted on top of the vnode, return the new filesystem's
164 goto mounted;
168 mounted:
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_cpfile.c196 int mounted = 0; local
202 mounted = 1;
208 return (mounted);
/freebsd-11.0-release/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 100 milliseconds