Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/zfs/
H A Dzfs_prop.c443 zprop_register_hidden(ZFS_PROP_INCONSISTENT, "inconsistent", in zfs_prop_init()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h151 ZFS_PROP_INCONSISTENT, /* not exposed to the user */ enumerator
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1023 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) && in mount_cb()
H A Dlibzfs_dataset.c2115 case ZFS_PROP_INCONSISTENT: in get_numeric_property()
3680 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) == 0) { in zfs_snapshot_cb()
H A Dlibzfs_sendrecv.c3251 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT)) in zfs_receive_one()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c3615 zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) != 0) { in zfs_snapshot_cb()
4031 if (!zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) || in zfs_do_receive()
5892 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) && in share_mount_one()