Home
last modified time | relevance | path

Searched refs:ZFS_PROP_NUMCLONES (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/common/zfs/
H A Dzfs_prop.c410 zprop_register_hidden(ZFS_PROP_NUMCLONES, "numclones", PROP_TYPE_NUMBER, in zfs_prop_init()
/titanic_44/usr/src/cmd/zoneadm/
H A Dzfs.c603 if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) == 0) { in find_clone()
649 if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) != 0) { in rm_snap()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dzfs.h116 ZFS_PROP_NUMCLONES, /* not exposed to the user */ enumerator
/titanic_44/usr/src/lib/libbe/common/
H A Dbe_create.c1538 if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) != 0) { in _be_destroy()
2700 if (zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES) == 0) { in be_demote_find_clone_callback()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2074 case ZFS_PROP_NUMCLONES: in get_numeric_property()
2268 gca.numclones = zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES); in zfs_get_clones_nvl()