Searched refs:ZFS_PROP_INCONSISTENT (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h154 ZFS_PROP_INCONSISTENT, /* not exposed to the user */ enumerator in enum:__anon184
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c440 zprop_register_hidden(ZFS_PROP_INCONSISTENT, "inconsistent",
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1083 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) &&
H A Dlibzfs_dataset.c2116 case ZFS_PROP_INCONSISTENT:
3687 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) == 0) {
H A Dlibzfs_sendrecv.c3317 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT))
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c3595 zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) != 0) {
4033 if (!zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) ||
5894 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) &&

Completed in 106 milliseconds