Searched defs:mounted (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.c414 mounted(char *device) function
443 /* Assume the worst, that it is mounted */
525 if (mounted(rdc->pfile)) {
539 " is currently mounted", rdc->pfile);
/osnet-11/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c171 FILE *mounted; local
176 if ((mounted = fopen(MNTTAB, "rF")) == NULL) {
180 resetmnttab(mounted);
181 while (getmntent(mounted, &mnt) == NULL) {
198 (void) fclose(mounted);
203 * This function attempts to convert local zone NFS mounted pathnames
204 * into equivalent global zone NFS mounted pathnames. At present
216 * mnttab to determine the path where it should be mounted in the
431 * automounter hasn't yet mounted its
438 * this should be mounted a
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c45 * mounted/shared. This prior state dictates whether we remount/reshare the
62 * and mounted in a local zone
405 boolean_t mounted)
423 * the filesystem is not already mounted but mounting is allowed,
427 !mounted && (cn->cn_mounted || ((clp->cl_waslegacy ||
434 mounted = B_TRUE;
453 if (mounted) {
455 * If the file system is mounted we always re-share even
495 /* Not mounted */
507 * whether the filesystem was previously shared or mounted
404 changelist_postfix_mount(prop_changelist_t *clp, prop_changenode_t *cn, boolean_t mounted) argument
518 boolean_t mounted; local
[all...]
H A Dlibzfs_diff.c788 boolean_t mounted; local
790 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt);
791 if (mounted == B_FALSE) {
798 /* Avoid a double slash at the beginning of root-mounted datasets */
H A Dlibzfs_pool.c1342 * mounted datasets in the pool.
3811 boolean_t mounted = B_FALSE; local
3833 /* find out if the dataset is mounted */
3834 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3841 if (mounted) {
H A Dlibzfs_dataset.c1325 uint64_t mounted = B_FALSE; local
1332 &mounted, B_FALSE, NULL);
1334 if (mounted && !is_zoned) {
1338 "is mounted"));
1482 * and mounted properties' values:
1484 * zoned | mounted | global zone | non-global zone
1520 "mounted in a non-global zone"),
2752 * from /etc/mnttab, if it is mounted. Return -1 if the dataset has
3198 uint64_t mounted; local
3269 * First, if the dataset is legacy mounted, retur
[all...]
H A Dlibzfs_share.c231 * A filesystem is sharable if it is mounted by zfs (not legacy) and it is
232 * mounted by the current zone. To determine which zone mounted the
4155 "filesystem not mounted"));
4455 int mounted = zfs_is_mounted(zhp, NULL); local
4460 if (canmount == ZFS_CANMOUNT_NOAUTO && !mounted)
4532 * The parent might or might not be mounted, so we cannot reliably
4675 /* Do no updates if zoned FS is mounted in global zone. */
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c245 int mounted; member in struct:grub_zfs_data
951 if (data->mounted && data->guid != poolguid)
4152 data->mounted = 1; /* mount succeeded */

Completed in 57 milliseconds