Home
last modified time | relevance | path

Searched refs:holds (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_userhold.c242 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()
331 pair = nvlist_next_nvpair(holds, NULL); in dsl_dataset_user_hold()
335 dduha.dduha_holds = holds; in dsl_dataset_user_hold()
380 if (nvlist_empty(holds)) in dsl_dataset_user_release_check_one()
464 nvlist_t *holds; in dsl_dataset_user_release_check() local
467 error = nvpair_value_nvlist(pair, &holds); in dsl_dataset_user_release_check()
474 holds, snapname); in dsl_dataset_user_release_check()
578 pair = nvlist_next_nvpair(holds, NULL); in dsl_dataset_user_release_impl()
[all …]
H A Ddsl_pool.c1101 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 Ddbuf.c343 int64_t holds; in dbuf_verify_user() local
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()
3076 ASSERT3S(holds, >, 1); in dbuf_add_ref()
3139 int64_t holds; in dbuf_rele_and_unlock() local
3150 ASSERT(holds >= 0); in dbuf_rele_and_unlock()
3161 if (holds == db->db_dirtycnt && in dbuf_rele_and_unlock()
3165 if (holds == 0) { in dbuf_rele_and_unlock()
3265 uint64_t holds; in dmu_buf_user_refcount() local
[all …]
H A Dzfs_ioctl.c1309 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 Ddsl_userhold.h43 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 Dkobj_crt.S46 /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 Dkerberos.ldif151 ##### 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
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
624 ##### The krbRealmContainer is created per realm and holds realm specific data.
637 ##### kerberos authentication or administration server in an realm and holds
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c691 if (sd->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()
986 sd.holds = holds; in gather_nvlist()
1879 if (flags->holds) in zfs_send()
1919 flags->holds) { in zfs_send()
2029 sdd.holds = flags->holds; in zfs_send()
3690 boolean_t holds = flags->holds && !flags->skipholds; in zfs_receive_one() local
3733 if (holds) { in zfs_receive_one()
[all …]
H A Dlibzfs.h675 boolean_t holds; member
741 boolean_t holds; member
H A Dlibzfs_dataset.c4934 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 Dlibzfs_core.c526 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 Dsystem-library-python-zfs-3.p5m34 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 Dsystem-library-python-zfs-3b.p5m34 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 Dhistory_006_neg.ksh77 log_must zfs holds $snap1
/illumos-gate/usr/src/lib/pyzfs/
H A DMakefile.com33 userspace.py groupspace.py holds.py table.py
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c469 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 Dlowlevel.c5586 handle_hold_subhandles(h, holds); in scf_handle_decode_fmri()
5618 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5624 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5631 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5636 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5645 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5652 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5657 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5691 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
5696 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr10 \ REF subclass holds a pointer to an object. It's
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg265 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 Dshdr.msg197 if a section holds a double-word, the system must ensure\n\
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5496 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 Dsqlite.h.in48 ** 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 DREADME.v6105 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 DREADME2764 ${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 Dzfs_main.c4029 flags.holds = B_TRUE; in zfs_do_send()
4154 flags.backup || flags.dedup || flags.holds || in zfs_do_send()

12