Searched refs:ZFS_PROP_CREATION (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_vss.c | 344 zfs_prop_get_int(zhp, ZFS_PROP_CREATION); in smbd_vss_iterate_get_uint64_date() 365 time = (time_t)zfs_prop_get_int(zhp, ZFS_PROP_CREATION); in smbd_vss_iterate_map_gmttoken()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dsl_bookmark.c | 289 zfs_prop_to_name(ZFS_PROP_CREATION))) { in dsl_get_bookmarks_impl() 291 ZFS_PROP_CREATION, bmark_phys.zbm_creation_time); in dsl_get_bookmarks_impl()
|
H A D | dsl_dataset.c | 1835 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_CREATION, in dsl_dataset_stats()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_list.c | 1107 ZFS_PROP_CREATION); in be_get_node_data() 1232 (time_t)zfs_prop_get_int(zfshp, ZFS_PROP_CREATION); in be_get_ds_data() 1309 ZFS_PROP_CREATION); in be_get_ss_data()
|
H A D | be_create.c | 2708 snap_creation = (time_t)zfs_prop_get_int(zhp, ZFS_PROP_CREATION); in be_demote_find_clone_callback()
|
/titanic_50/usr/src/common/zfs/ |
H A D | zprop_common.c | 411 if (prop == ZFS_PROP_CREATION) in zprop_width()
|
H A D | zfs_prop.c | 449 zprop_register_impl(ZFS_PROP_CREATION, "creation", PROP_TYPE_NUMBER, 0, in zfs_prop_init()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_iter.c | 187 fnvlist_add_boolean(props, zfs_prop_to_name(ZFS_PROP_CREATION)); in zfs_iter_bookmarks()
|
H A D | libzfs_dataset.c | 2350 case ZFS_PROP_CREATION: in zfs_prop_get()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 88 ZFS_PROP_CREATION, enumerator
|
/titanic_50/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 136 { ZFS_PROP_CREATION, zjni_str_to_date, NULL,
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 1224 *tp = zfs_prop_get_int(zhp, ZFS_PROP_CREATION); in chkpnt_creationtime_bypattern()
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 611 snap_creation = (time_t)zfs_prop_get_int(zhp, ZFS_PROP_CREATION); in find_clone()
|