Home
last modified time | relevance | path

Searched refs:ZFS_PROP_ORIGIN (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_get.c284 case ZFS_PROP_ORIGIN: in get_special_prop()
515 if ((zfs_prop == ZFS_PROP_ORIGIN) && (!dsl_dir_is_clone(ds->ds_dir))) in prop_valid_for_ds()
H A Ddsl_dir.c1125 dsl_prop_nvlist_add_string(nv, ZFS_PROP_ORIGIN, buf); in dsl_dir_stats()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c546 zprop_register_string(ZFS_PROP_ORIGIN, "origin", NULL, PROP_READONLY, in zfs_prop_init()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c587 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in get_snapshot_names()
H A Dlibzfs_sendrecv.c2348 if (zfs_prop_get(later_dir, ZFS_PROP_ORIGIN, clonename, in snapshot_is_before()
2659 if (zfs_prop_get(ozhp, ZFS_PROP_ORIGIN, origin, in recv_open_grand_origin()
3947 if (prop == ZFS_PROP_ORIGIN) in zfs_setup_cmdline_props()
4964 if (prop == ZFS_PROP_ORIGIN) in zfs_receive_checkprops()
H A Dlibzfs_crypto.c1436 ret = zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin_name, in zfs_crypto_rewrap()
H A Dlibzfs_dataset.c2421 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf), in get_clones_cb()
2716 case ZFS_PROP_ORIGIN: in zfs_prop_get()
H A Dlibzfs.abi524 <enumerator name='ZFS_PROP_ORIGIN' value='7'/>
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h101 ZFS_PROP_ORIGIN, enumerator
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4657 (void) zfs_prop_get(zhp, ZFS_PROP_ORIGIN, in zfs_do_send()