/illumos-gate/usr/src/uts/common/fs/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 | 1101 nvlist_t *holds; in dsl_pool_clean_tmp_userrefs() local 1107 holds = fnvlist_alloc(); in dsl_pool_clean_tmp_userrefs() 1118 if (nvlist_lookup_nvlist(holds, za.za_name, &tags) != 0) { in dsl_pool_clean_tmp_userrefs() 1121 fnvlist_add_nvlist(holds, za.za_name, tags); in dsl_pool_clean_tmp_userrefs() 1127 dsl_dataset_user_release_tmp(dp, holds); in dsl_pool_clean_tmp_userrefs() 1128 fnvlist_free(holds); in dsl_pool_clean_tmp_userrefs()
|
H A D | dbuf.c | 343 int64_t holds; in dbuf_verify_user() local 355 holds = zfs_refcount_count(&db->db_holds); in dbuf_verify_user() 366 ASSERT3U(holds, >=, db->db_dirtycnt); in dbuf_verify_user() 369 ASSERT3U(holds, >=, db->db_dirtycnt); in dbuf_verify_user() 371 ASSERT3U(holds, >, 0); in dbuf_verify_user() 3075 int64_t holds = zfs_refcount_add(&db->db_holds, tag); in dbuf_add_ref() local 3076 ASSERT3S(holds, >, 1); in dbuf_add_ref() 3139 int64_t holds; in dbuf_rele_and_unlock() local 3149 holds = zfs_refcount_remove(&db->db_holds, tag); in dbuf_rele_and_unlock() 3150 ASSERT(holds >= 0); in dbuf_rele_and_unlock() [all …]
|
H A D | zfs_ioctl.c | 1309 nvlist_t *holds; in zfs_secpolicy_hold() local 1312 holds = fnvlist_lookup_nvlist(innvl, "holds"); in zfs_secpolicy_hold() 1314 for (pair = nvlist_next_nvpair(holds, NULL); pair != NULL; in zfs_secpolicy_hold() 1315 pair = nvlist_next_nvpair(holds, pair)) { in zfs_secpolicy_hold() 6076 nvlist_t *holds; in zfs_ioc_hold() local 6081 holds = fnvlist_lookup_nvlist(args, "holds"); in zfs_ioc_hold() 6084 for (pair = nvlist_next_nvpair(holds, NULL); pair != NULL; in zfs_ioc_hold() 6085 pair = nvlist_next_nvpair(holds, pair)) { in zfs_ioc_hold() 6102 error = dsl_dataset_user_hold(holds, minor, errlist); in zfs_ioc_hold() 6144 zfs_ioc_release(const char *pool, nvlist_t *holds, nvlist_t *errlist) in zfs_ioc_release() argument [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/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);
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_crt.S | 46 /holds address of array of pointers to functions 51 /holds address of bootops structure
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 85 ##### The krbTicketFlags attribute holds information about the kerberos flags for a principal 151 ##### The attribute holds data in the ldap uri format, 192 ##### This attribute holds the Host Name or the ip address, 206 ##### This attribute holds the scope for searching the principals 342 ##### This attribute holds the principal's key (krbPrincipalKey) that is encrypted with 444 ##### This attribute holds the principal's old keys (krbPwdHistory) that is encrypted with 496 ##### This attribute holds the kerberos master key. 571 ##### This attribute holds the application specific data. 582 ##### This attributes holds references to the set of directory objects. 595 ##### This attribute holds references to a Container object where [all …]
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 622 boolean_t holds; /* were holds requested with send -h */ member 691 if (sd->holds) { in send_iterate_snap() 692 nvlist_t *holds = fnvlist_alloc(); in send_iterate_snap() local 693 int err = lzc_get_holds(zhp->zfs_name, &holds); in send_iterate_snap() 696 snapname, holds)); in send_iterate_snap() 698 fnvlist_free(holds); in send_iterate_snap() 920 if (sd->holds) in send_iterate_fs() 925 if (sd->holds) in send_iterate_fs() 967 boolean_t verbose, boolean_t backup, boolean_t holds, in gather_nvlist() argument 986 sd.holds = holds; in gather_nvlist() [all …]
|
H A D | libzfs.h | 675 boolean_t holds; member 741 boolean_t holds; member
|
H A D | libzfs_dataset.c | 4934 zfs_hold_nvl(zfs_handle_t *zhp, int cleanup_fd, nvlist_t *holds) in zfs_hold_nvl() argument 4943 ret = lzc_hold(holds, cleanup_fd, &errors); in zfs_hold_nvl()
|
/illumos-gate/usr/src/lib/libzfs_core/common/ |
H A D | libzfs_core.c | 526 lzc_hold(nvlist_t *holds, int cleanup_fd, nvlist_t **errlist) in lzc_hold() argument 534 elem = nvlist_next_nvpair(holds, NULL); in lzc_hold() 541 fnvlist_add_nvlist(args, "holds", holds); in lzc_hold() 573 lzc_release(nvlist_t *holds, nvlist_t **errlist) in lzc_release() argument 579 elem = nvlist_next_nvpair(holds, NULL); in lzc_release() 585 return (lzc_ioctl(ZFS_IOC_RELEASE, pool, holds, errlist)); in lzc_release()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-python-zfs-3.p5m | 34 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/holds.cpython$(PYTHON3_P… 42 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/holds.py
|
H A D | system-library-python-zfs-3b.p5m | 34 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/__pycache__/holds.cpython$(PYTHON3b… 42 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/holds.py
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_006_neg.ksh | 77 log_must zfs holds $snap1
|
/illumos-gate/usr/src/lib/pyzfs/ |
H A D | Makefile.com | 33 userspace.py groupspace.py holds.py table.py
|
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/ |
H A D | libzfs_input_check.c | 469 nvlist_t *holds = fnvlist_alloc(); in test_hold() local 471 fnvlist_add_string(holds, snapshot, "libzfs_check_hold"); in test_hold() 472 fnvlist_add_nvlist(required, "holds", holds); in test_hold() 477 nvlist_free(holds); in test_hold()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 5506 const uint32_t holds = RH_HOLD_SCOPE | RH_HOLD_SERVICE | in scf_handle_decode_fmri() local 5595 handle_hold_subhandles(h, holds); in scf_handle_decode_fmri() 5627 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5633 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5640 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5645 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5654 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5661 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5666 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5675 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() [all …]
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | classes.fr | 10 \ REF subclass holds a pointer to an object. It's
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 265 holds zero.\n\ 280 member holds zero.\n\ 296 member holds zero.\n\ 425 string table, this member holds the value SHN_UNDEF.\n\
|
H A D | shdr.msg | 197 if a section holds a double-word, the system must ensure\n\
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 5496 nvlist_t *snaps, *holds; in user_release_one() local 5500 holds = fnvlist_alloc(); in user_release_one() 5501 fnvlist_add_boolean(holds, holdname); in user_release_one() 5502 fnvlist_add_nvlist(snaps, snapname, holds); in user_release_one() 5503 fnvlist_free(holds); in user_release_one() 5523 nvlist_t *holds; in ztest_dmu_snapshot_hold() local 5598 holds = fnvlist_alloc(); in ztest_dmu_snapshot_hold() 5599 fnvlist_add_string(holds, fullname, tag); in ztest_dmu_snapshot_hold() 5600 error = dsl_dataset_user_hold(holds, 0, NULL); in ztest_dmu_snapshot_hold() 5601 fnvlist_free(holds); in ztest_dmu_snapshot_hold()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 48 ** The following constant holds one of two strings, "UTF-8" or "iso8859", 120 ** is responsible for freeing the memory that holds the error
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 105 Each entry holds open a DLPI stream and two sockets. The DLPI 120 needn't bother taking holds on the ifslist structure. Only
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 2764 ${cert_issuer} holds the DN of the CA (the cert issuer). 2765 ${cert_subject} holds the DN of the cert (called the cert subject). 2766 ${cn_issuer} holds the CN of the CA (the cert issuer). 2767 ${cn_subject} holds the CN of the cert (called the cert subject). 2774 ${verify} holds the result of the verification of the presented cert.
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4055 flags.holds = B_TRUE; in zfs_do_send() 4180 flags.backup || flags.dedup || flags.holds || in zfs_do_send()
|