Searched refs:ZFS_PROP_NAME (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 442 if (!(ZFS_IS_VOLUME(zhp) && clp->cl_realprop == ZFS_PROP_NAME) && in change_one() 579 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED || in changelist_gather() 628 if (prop == ZFS_PROP_NAME) { in changelist_gather()
|
H A D | libzfs_util.c | 961 ((type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME : ZFS_PROP_NAME)); in zprop_print_headers() 1009 ZFS_PROP_NAME) && in zprop_print_headers() 1618 ZFS_PROP_NAME; in zprop_expand_list()
|
H A D | libzfs_sendrecv.c | 2363 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, in recv_rename() 2484 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, in recv_destroy() 4006 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, 0); in zfs_receive_one()
|
H A D | libzfs_dataset.c | 2833 case ZFS_PROP_NAME: in zfs_prop_get() 4221 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, in rollback_destroy_dependent() 4490 if ((cl = changelist_gather(zhp, ZFS_PROP_NAME, 0, in zfs_rename()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 204 sc->sc_prop == ZFS_PROP_NAME); in zfs_sort_only_by_name() 319 } else if (psc->sc_prop == ZFS_PROP_NAME) { in zfs_sort()
|
H A D | zfs_main.c | 1705 if (pl->pl_prop == ZFS_PROP_NAME && in get_callback() 2007 fake_name.pl_prop = ZFS_PROP_NAME; in zfs_do_get() 2519 case ZFS_PROP_NAME: in us_compare() 3273 if (pl->pl_prop == ZFS_PROP_NAME) { in print_dataset()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.c | 508 zprop_register_hidden(ZFS_PROP_NAME, "name", PROP_TYPE_STRING, in zfs_prop_init()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_get.c | 299 case ZFS_PROP_NAME: in get_special_prop()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 130 ZFS_PROP_NAME, /* not exposed to the user */ enumerator
|