Searched refs:ZFS_PROP_NAME (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 410 if (!(ZFS_IS_VOLUME(zhp) && clp->cl_realprop == ZFS_PROP_NAME) && in change_one() 547 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED || in changelist_gather() 596 if (prop == ZFS_PROP_NAME) { in changelist_gather()
|
H A D | libzfs_util.c | 867 ((type == ZFS_TYPE_POOL) ? ZPOOL_PROP_NAME : ZFS_PROP_NAME)); in zprop_print_headers() 915 ZFS_PROP_NAME) && in zprop_print_headers() 1491 ZFS_PROP_NAME; in zprop_expand_list()
|
H A D | libzfs_sendrecv.c | 2072 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, in recv_rename() 2146 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, in recv_destroy() 3219 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, 0); in zfs_receive_one()
|
H A D | libzfs_dataset.c | 2532 case ZFS_PROP_NAME: in zfs_prop_get() 3792 clp = changelist_gather(zhp, ZFS_PROP_NAME, 0, in rollback_destroy_dependent() 4019 if ((cl = changelist_gather(zhp, ZFS_PROP_NAME, 0, in zfs_rename()
|
/titanic_41/usr/src/common/zfs/ |
H A D | zfs_prop.c | 412 zprop_register_hidden(ZFS_PROP_NAME, "name", PROP_TYPE_STRING, in zfs_prop_init()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 112 ZFS_PROP_NAME, /* not exposed to the user */ enumerator
|
/titanic_41/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 1510 if (pl->pl_prop == ZFS_PROP_NAME && in get_callback() 1812 fake_name.pl_prop = ZFS_PROP_NAME; in zfs_do_get() 2316 case ZFS_PROP_NAME: in us_compare()
|