Searched refs:ZFS_TYPE_BOOKMARK (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 557 ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, in zfs_prop_init() 589 ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "<snapshot>[,...]", in zfs_prop_init() 598 PROP_READONLY, ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "<size>", in zfs_prop_init() 601 PROP_READONLY, ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, in zfs_prop_init() 629 0, PROP_READONLY, ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "<size>", in zfs_prop_init() 638 ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "<uint64>", "GUID"); in zfs_prop_init() 640 ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "<uint64>", "CREATETXG"); in zfs_prop_init() 679 PROP_READONLY, ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "NAME"); in zfs_prop_init() 694 ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, "IVSETGUID"); in zfs_prop_init() 715 NULL, PROP_READONLY, ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK, in zfs_prop_init()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 98 boolean_t include_bmarks = (cb->cb_types & ZFS_TYPE_BOOKMARK); in zfs_callback() 151 ZFS_TYPE_BOOKMARK)) == 0) && include_snaps) { in zfs_callback() 158 ZFS_TYPE_BOOKMARK)) == 0) && include_bmarks) { in zfs_callback() 469 if (types & (ZFS_TYPE_SNAPSHOT | ZFS_TYPE_BOOKMARK)) in zfs_for_each()
|
| H A D | zfs_main.c | 2001 int types = ZFS_TYPE_DATASET | ZFS_TYPE_BOOKMARK; in zfs_do_get() 2157 types |= ZFS_TYPE_BOOKMARK; in zfs_do_get() 2161 ZFS_TYPE_BOOKMARK; in zfs_do_get() 2195 if ((types == ZFS_TYPE_SNAPSHOT || types == ZFS_TYPE_BOOKMARK) && in zfs_do_get() 3652 types |= ZFS_TYPE_BOOKMARK; in zfs_do_list() 3656 ZFS_TYPE_BOOKMARK; in zfs_do_list() 3701 if ((types == ZFS_TYPE_SNAPSHOT || types == ZFS_TYPE_BOOKMARK) && in zfs_do_list() 7800 case '#': source_type = ZFS_TYPE_BOOKMARK; break; in zfs_do_bookmark()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_iter.c | 152 zhp->zfs_type == ZFS_TYPE_BOOKMARK) in zfs_iter_snapshots() 210 if ((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | ZFS_TYPE_BOOKMARK)) != 0) in zfs_iter_bookmarks() 216 if (zfs_prop_valid_for_type(p, ZFS_TYPE_BOOKMARK, B_FALSE)) { in zfs_iter_bookmarks() 494 } else if (zhp->zfs_type != ZFS_TYPE_BOOKMARK) { in iter_dependents_cb()
|
| H A D | libzfs_dataset.c | 91 case ZFS_TYPE_BOOKMARK: in zfs_type_to_name() 126 if (!(type & ZFS_TYPE_BOOKMARK) && strchr(path, '#') != NULL) { in zfs_validate_name() 133 if (type == ZFS_TYPE_BOOKMARK && strchr(path, '#') == NULL) { in zfs_validate_name() 639 zhp->zfs_type = ZFS_TYPE_BOOKMARK; in make_bookmark_handle() 2814 case ZFS_TYPE_BOOKMARK: in zfs_prop_get() 3791 if (zhp->zfs_type == ZFS_TYPE_BOOKMARK) { in zfs_destroy()
|
| H A D | libzfs_sendrecv.c | 2437 book_zhp = zfs_open(hdl, bookname, ZFS_TYPE_BOOKMARK); in zfs_send_one() 2898 if (zhp->zfs_type != ZFS_TYPE_BOOKMARK) in redact_snaps_match()
|
| H A D | libzfs.abi | 1003 <enumerator name='ZFS_TYPE_BOOKMARK' value='16'/>
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 276 case ZFS_TYPE_BOOKMARK: in zfs_jail()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 256 {ZFS_TYPE_BOOKMARK, "bookmark"}
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 57 ZFS_TYPE_BOOKMARK = (1 << 4) enumerator
|