Searched refs:ZFS_PROP_MOUNTED (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 597 if (zfs_prop_get_int(zhp, ZFS_PROP_MOUNTED)) { in set_canmount() 635 if (zfs_prop_get_int(zhp, ZFS_PROP_MOUNTED)) { in set_canmount()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.c | 359 zprop_register_index(ZFS_PROP_MOUNTED, "mounted", 0, PROP_READONLY, in zfs_prop_init()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_get.c | 488 (zfs_prop == ZFS_PROP_MOUNTED)) in prop_valid_for_ds()
|
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 86 ZFS_PROP_MOUNTED,
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 108 ZFS_PROP_MOUNTED, enumerator
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 97 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTED, mp, sizeof (mp), NULL, NULL, in match_mountpoint()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2234 (mntopt_on != NULL || prop == ZFS_PROP_MOUNTED)) { in get_numeric_property() 2295 case ZFS_PROP_MOUNTED: in get_numeric_property() 2817 case ZFS_PROP_MOUNTED: in zfs_prop_get() 2824 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get()
|