/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_userhold.c | 217 dsl_onexit_hold_cleanup(spa_t *spa, nvlist_t *holds, minor_t minor) in dsl_onexit_hold_cleanup() argument 221 if (minor == 0 || nvlist_empty(holds)) { in dsl_onexit_hold_cleanup() 222 fnvlist_free(holds); in dsl_onexit_hold_cleanup() 232 ca->zhca_holds = holds; in dsl_onexit_hold_cleanup() 304 dsl_dataset_user_hold(nvlist_t *holds, minor_t cleanup_minor, nvlist_t *errlist) in dsl_dataset_user_hold() argument 310 pair = nvlist_next_nvpair(holds, NULL); in dsl_dataset_user_hold() 314 dduha.dduha_holds = holds; in dsl_dataset_user_hold() 321 fnvlist_num_pairs(holds), ZFS_SPACE_CHECK_RESERVED); in dsl_dataset_user_hold() 348 dsl_dataset_t *ds, nvlist_t *holds, const char *snapname) in dsl_dataset_user_release_check_one() argument 358 if (nvlist_empty(holds)) in dsl_dataset_user_release_check_one() [all …]
|
H A D | dsl_pool.c | 855 nvlist_t *holds; in dsl_pool_clean_tmp_userrefs() local 861 holds = fnvlist_alloc(); in dsl_pool_clean_tmp_userrefs() 872 if (nvlist_lookup_nvlist(holds, za.za_name, &tags) != 0) { in dsl_pool_clean_tmp_userrefs() 875 fnvlist_add_nvlist(holds, za.za_name, tags); in dsl_pool_clean_tmp_userrefs() 881 dsl_dataset_user_release_tmp(dp, holds); in dsl_pool_clean_tmp_userrefs() 882 fnvlist_free(holds); in dsl_pool_clean_tmp_userrefs()
|
H A D | dbuf.c | 252 int64_t holds; in dbuf_verify_user() local 264 holds = refcount_count(&db->db_holds); in dbuf_verify_user() 275 ASSERT3U(holds, >=, db->db_dirtycnt); in dbuf_verify_user() 278 ASSERT3U(holds, >=, db->db_dirtycnt); in dbuf_verify_user() 280 ASSERT3U(holds, >, 0); in dbuf_verify_user() 2337 int64_t holds = refcount_add(&db->db_holds, tag); in dbuf_add_ref() local 2338 ASSERT(holds > 1); in dbuf_add_ref() 2392 int64_t holds; in dbuf_rele_and_unlock() local 2402 holds = refcount_remove(&db->db_holds, tag); in dbuf_rele_and_unlock() 2403 ASSERT(holds >= 0); in dbuf_rele_and_unlock() [all …]
|
H A D | zfs_ioctl.c | 1216 nvlist_t *holds; in zfs_secpolicy_hold() local 1219 error = nvlist_lookup_nvlist(innvl, "holds", &holds); in zfs_secpolicy_hold() 1223 for (pair = nvlist_next_nvpair(holds, NULL); pair != NULL; in zfs_secpolicy_hold() 1224 pair = nvlist_next_nvpair(holds, pair)) { in zfs_secpolicy_hold() 5177 nvlist_t *holds; in zfs_ioc_hold() local 5182 error = nvlist_lookup_nvlist(args, "holds", &holds); in zfs_ioc_hold() 5187 for (pair = nvlist_next_nvpair(holds, NULL); pair != NULL; in zfs_ioc_hold() 5188 pair = nvlist_next_nvpair(holds, pair)) { in zfs_ioc_hold() 5205 error = dsl_dataset_user_hold(holds, minor, errlist); in zfs_ioc_hold() 5239 zfs_ioc_release(const char *pool, nvlist_t *holds, nvlist_t *errlist) in zfs_ioc_release() argument [all …]
|
H A D | dmu_tx.c | 830 int holds = 0; in dmu_tx_holds() local 846 holds++; in dmu_tx_holds() 849 return (holds); in dmu_tx_holds()
|
/titanic_44/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);
|
/titanic_44/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_crt.s | 56 /holds address of array of pointers to functions 61 /holds address of bootops structure
|
/titanic_44/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_crt.s | 63 /holds address of array of pointers to functions 67 /holds address of bootops structure
|
/titanic_44/usr/src/lib/libzfs_core/common/ |
H A D | libzfs_core.c | 362 lzc_hold(nvlist_t *holds, int cleanup_fd, nvlist_t **errlist) in lzc_hold() argument 370 elem = nvlist_next_nvpair(holds, NULL); in lzc_hold() 377 fnvlist_add_nvlist(args, "holds", holds); in lzc_hold() 409 lzc_release(nvlist_t *holds, nvlist_t **errlist) in lzc_release() argument 415 elem = nvlist_next_nvpair(holds, NULL); in lzc_release() 421 return (lzc_ioctl(ZFS_IOC_RELEASE, pool, holds, errlist)); in lzc_release()
|
/titanic_44/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 …]
|
/titanic_44/usr/src/lib/pyzfs/ |
H A D | Makefile.com | 31 userspace.py groupspace.py holds.py table.py
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_006_neg.ksh | 77 log_must $ZFS holds $snap1
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 5446 const uint32_t holds = RH_HOLD_SCOPE | RH_HOLD_SERVICE | in scf_handle_decode_fmri() local 5535 handle_hold_subhandles(h, holds); in scf_handle_decode_fmri() 5567 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5573 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5580 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5585 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5594 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5601 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5606 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() 5615 handle_rele_subhandles(h, holds); in scf_handle_decode_fmri() [all …]
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 408 ppvars->holds = 0; in _sd_dealloc_dm() 491 ppvars->holds++; in _sd_dealloc_dm() 635 ppvars->metas, ppvars->holds, ppvars->others, in _sd_dealloc_dm() 648 last_holds_ct = ppvars->holds; in _sd_dealloc_dm()
|
H A D | sd_bcache.h | 407 int holds; /* # holdovers - single page, fully */ member
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-file-system-zfs.mf | 116 file path=usr/lib/python2.6/vendor-packages/zfs/holds.py 117 file path=usr/lib/python2.6/vendor-packages/zfs/holds.pyc
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 4642 nvlist_t *snaps, *holds; in user_release_one() local 4646 holds = fnvlist_alloc(); in user_release_one() 4647 fnvlist_add_boolean(holds, holdname); in user_release_one() 4648 fnvlist_add_nvlist(snaps, snapname, holds); in user_release_one() 4649 fnvlist_free(holds); in user_release_one() 4669 nvlist_t *holds; in ztest_dmu_snapshot_hold() local 4744 holds = fnvlist_alloc(); in ztest_dmu_snapshot_hold() 4745 fnvlist_add_string(holds, fullname, tag); in ztest_dmu_snapshot_hold() 4746 error = dsl_dataset_user_hold(holds, 0, NULL); in ztest_dmu_snapshot_hold() 4747 fnvlist_free(holds); in ztest_dmu_snapshot_hold()
|
/titanic_44/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\
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 51 ** The following constant holds one of two strings, "UTF-8" or "iso8859", 123 ** is responsible for freeing the memory that holds the error
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 4445 zfs_hold_nvl(zfs_handle_t *zhp, int cleanup_fd, nvlist_t *holds) in zfs_hold_nvl() argument 4454 ret = lzc_hold(holds, cleanup_fd, &errors); in zfs_hold_nvl()
|
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 495 dp->holds, in sdbc_vars()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 107 Each entry holds open a DLPI stream and two sockets. The DLPI 122 needn't bother taking holds on the ifslist structure. Only
|
/titanic_44/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.
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-1 | 506 If you are not sure which partition actually holds this directory,
|