Searched refs:ZFS_PROP_ORIGIN (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_iter.c | 232 case ZFS_PROP_ORIGIN: in zfs_sort_only_by_fast() 259 case ZFS_PROP_ORIGIN: in zfs_list_only_by_fast()
|
H A D | zfs_main.c | 5081 (void) zfs_prop_get(zhp, ZFS_PROP_ORIGIN, in zfs_do_send()
|
/freebsd/lib/libbe/ |
H A D | be_info.c | 179 if (zfs_prop_get(zfs_hdl, ZFS_PROP_ORIGIN, buf, 512, in prop_list_builder_cb()
|
H A D | be.c | 484 zfs_prop_get(fs, ZFS_PROP_ORIGIN, origin, sizeof(origin), in be_destroy_internal() 1281 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof(origin), in be_zfs_promote_cb()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_get.c | 284 case ZFS_PROP_ORIGIN: in get_special_prop() 541 if ((zfs_prop == ZFS_PROP_ORIGIN) && (!dsl_dir_is_clone(ds->ds_dir))) in prop_valid_for_ds()
|
H A D | dsl_dir.c | 1137 dsl_prop_nvlist_add_string(nv, ZFS_PROP_ORIGIN, buf); in dsl_dir_stats()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_diff.c | 620 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in get_snapshot_names()
|
H A D | libzfs_sendrecv.c | 2615 if (zfs_prop_get(later_dir, ZFS_PROP_ORIGIN, clonename, in snapshot_is_before() 2952 if (zfs_prop_get(ozhp, ZFS_PROP_ORIGIN, origin, in recv_open_grand_origin() 4261 if (prop == ZFS_PROP_ORIGIN) in zfs_setup_cmdline_props() 5416 if (prop == ZFS_PROP_ORIGIN) in zfs_receive_checkprops()
|
H A D | libzfs_crypto.c | 1635 ret = zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin_name, in zfs_crypto_rewrap()
|
H A D | libzfs_dataset.c | 2473 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf), in get_clones_cb() 2766 case ZFS_PROP_ORIGIN: in zfs_prop_get()
|
H A D | libzfs.abi | 2163 <enumerator name='ZFS_PROP_ORIGIN' value='7'/>
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_prop.c | 578 zprop_register_string(ZFS_PROP_ORIGIN, "origin", NULL, PROP_READONLY, in zfs_prop_init()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 107 ZFS_PROP_ORIGIN, enumerator
|