/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_userhold.c | 238 dsl_onexit_hold_cleanup(spa_t *spa, nvlist_t *holds, minor_t minor) in dsl_onexit_hold_cleanup() argument 242 if (minor == 0 || nvlist_empty(holds)) { in dsl_onexit_hold_cleanup() 243 fnvlist_free(holds); in dsl_onexit_hold_cleanup() 253 ca->zhca_holds = holds; in dsl_onexit_hold_cleanup() 325 dsl_dataset_user_hold(nvlist_t *holds, minor_t cleanup_minor, nvlist_t *errlist) in dsl_dataset_user_hold() argument 331 pair = nvlist_next_nvpair(holds, NULL); in dsl_dataset_user_hold() 335 dduha.dduha_holds = holds; in dsl_dataset_user_hold() 343 fnvlist_num_pairs(holds), ZFS_SPACE_CHECK_RESERVED); in dsl_dataset_user_hold() 370 dsl_dataset_t *ds, nvlist_t *holds, const char *snapname) in dsl_dataset_user_release_check_one() argument 380 if (nvlist_empty(holds)) in dsl_dataset_user_release_check_one() [all …]
|
H A D | dsl_pool.c | 1203 nvlist_t *holds; in dsl_pool_clean_tmp_userrefs() local 1209 holds = fnvlist_alloc(); in dsl_pool_clean_tmp_userrefs() 1221 if (nvlist_lookup_nvlist(holds, za->za_name, &tags) != 0) { in dsl_pool_clean_tmp_userrefs() 1224 fnvlist_add_nvlist(holds, za->za_name, tags); in dsl_pool_clean_tmp_userrefs() 1230 dsl_dataset_user_release_tmp(dp, holds); in dsl_pool_clean_tmp_userrefs() 1231 fnvlist_free(holds); in dsl_pool_clean_tmp_userrefs()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.list_holds.ksh | 48 for s in zfs.list.holds("$SNAP") do 60 for s in zfs.list.holds("$SNAP") do 80 for s in zfs.list.holds("$SNAP") do 95 zfs.list.holds("$TESTPOOL/nonexistent-fs@nonexistent-snap") 99 zfs.list.holds("nonexistent-pool/$TESTFS") 105 zfs.list.holds("testpool2") 111 zfs.list.holds("$TESTPOOL/$TESTFS") 117 zfs.list.holds("$TESTPOOL/$TESTFS#bookmark")
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_userhold.h | 43 int dsl_dataset_user_hold(nvlist_t *holds, minor_t cleanup_minor, 45 int dsl_dataset_user_release(nvlist_t *holds, nvlist_t *errlist); 47 void dsl_dataset_user_release_tmp(struct dsl_pool *dp, nvlist_t *holds);
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _error_translation.py | 255 def lzc_hold_translate_errors(ret, errlist, holds, fd): argument 264 pool_names = map(_pool_name, holds.keys()) 273 b for b in holds.keys() if not _is_valid_snap_name(b)] 282 hold_name = holds[name] 295 _handle_err_list(ret, errlist, holds.keys(), lzc_exc.HoldFailure, _map) 298 def lzc_release_translate_errors(ret, errlist, holds): argument 301 for snap in holds: 302 hold_list = holds[snap] 311 pool_names = map(_pool_name, holds.keys()) 320 b for b in holds.keys() if not _is_valid_snap_name(b)] [all …]
|
H A D | _libzfs_core.py | 443 def lzc_hold(holds, fd=None): argument 484 nvlist = nvlist_in(holds) 487 errors.lzc_hold_translate_errors(ret, errlist, holds, fd) 494 def lzc_release(holds): argument 526 for snap in holds: 527 hold_list = holds[snap] 534 errors.lzc_release_translate_errors(ret, errlist, holds) 550 holds = {} 551 with nvlist_out(holds) as nvlist: 554 return holds
|
/freebsd/crypto/ |
H A D | README | 2 holds crypto sources. In other words, this holds raw sources obtained
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 258 boolean_t holds; /* were holds requested with send -h */ member 361 if (sd->holds) { in send_iterate_snap() 362 nvlist_t *holds; in send_iterate_snap() local 363 if (lzc_get_holds(zhp->zfs_name, &holds) == 0) { in send_iterate_snap() 364 fnvlist_add_nvlist(sd->snapholds, snapname, holds); in send_iterate_snap() 365 fnvlist_free(holds); in send_iterate_snap() 616 if (sd->holds) in send_iterate_fs() 642 if (sd->holds) { in send_iterate_fs() 685 boolean_t backup, boolean_t holds, boolean_t props, nvlist_t **nvlp, in gather_nvlist() argument 707 sd.holds = holds; in gather_nvlist() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nxp,lpc3220-usb-clk.txt | 6 - #clock-cells: must be 1, the cell holds id of a clock provided by the
|
H A D | nxp,lpc3220-clk.txt | 6 - #clock-cells: must be 1, the cell holds id of a clock provided by the
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | history_006_neg.ksh | 79 log_must zfs holds $snap1
|
/freebsd/contrib/kyua/ |
H A D | CONTRIBUTORS | 6 # because Google holds the copyright.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_is_a.pod | 33 The order of the names depends on the provider implementation that holds 39 that holds the key which one will be returned.
|
H A D | ASN1_STRING_TABLE_add.pod | 23 B<ASN1_STRING_TABLE> is a table which holds string information
|
/freebsd/sys/ufs/ufs/ |
H A D | README.acls | 65 EXTATTR_NAMESPACE_SYSTEM namespace: "posix1e.acl_access", which holds 66 the access ACL, and "posix1e.acl_default" which holds the default ACL
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ssl.pod | 52 This structure holds the algorithm information for a particular cipher which 60 once per program life-time and which holds mainly default values for the
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | st-rproc.txt | 20 - st,syscfg System configuration register which holds the boot vector
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | chosen.txt | 82 This property holds a base address and size, describing a limited region in 109 This property holds the memory range, the address and the size, of the elf
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 524 lzc_hold(nvlist_t *holds, int cleanup_fd, nvlist_t **errlist) in lzc_hold() argument 532 elem = nvlist_next_nvpair(holds, NULL); in lzc_hold() 539 fnvlist_add_nvlist(args, "holds", holds); in lzc_hold() 571 lzc_release(nvlist_t *holds, nvlist_t **errlist) in lzc_release() argument 577 elem = nvlist_next_nvpair(holds, NULL); in lzc_release() 583 return (lzc_ioctl(ZFS_IOC_RELEASE, pool, holds, errlist)); in lzc_release()
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | sodaville.txt | 7 The only additional property is the intel,muxctl property which holds the
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | mt6577_auxadc.txt | 10 for the Thermal Controller which holds a phandle to the AUXADC.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_flags.inc | 39 "Whether to check if the origin invariant holds.")
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | libzfs_input_check.c | 457 nvlist_t *holds = fnvlist_alloc(); in test_hold() local 459 fnvlist_add_string(holds, snapshot, "libzfs_check_hold"); in test_hold() 460 fnvlist_add_nvlist(required, "holds", holds); in test_hold() 465 nvlist_free(holds); in test_hold()
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
H A D | test_libzfs_core.py | 3298 holds = lzc.lzc_get_holds(snap) 3299 self.assertEqual(len(holds), 2) 3300 self.assertIn(b'tag1', holds) 3301 self.assertIn(b'tag2', holds) 3302 self.assertIsInstance(holds[b'tag1'], (int, int)) 3312 holds = lzc.lzc_get_holds(snap) 3313 self.assertEqual(len(holds), 0) 3314 self.assertIsInstance(holds, dict) 3369 holds = lzc.lzc_get_holds(snap1) 3370 self.assertEqual(len(holds), 2) [all …]
|
/freebsd/tests/ |
H A D | Kyuafile | 30 -- Automatically recurses into any subdirectory that holds a Kyuafile.
|