Searched refs:B_FALSE (Results 76 - 100 of 189) sorted by relevance

12345678

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c65 static boolean_t dof_init_debug = B_FALSE; /* From DTRACE_DOF_INIT_DEBUG */
H A Ddt_pragma.c266 found = B_FALSE;
272 if (found == B_FALSE)
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core_compat.c165 zc->zc_nvlist_dst_filled = B_FALSE;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_namecheck.c211 boolean_t found_delim = B_FALSE;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c237 t->zthr_cancel = B_FALSE;
H A Dsa.c461 boolean_t found = B_FALSE;
523 start = B_FALSE;
556 *will_spill = B_FALSE;
866 boolean_t found = B_FALSE;
950 tb[i].sa_registered = B_FALSE;
1071 za.za_num_integers), B_FALSE, NULL);
1092 sa_legacy_attr_count), B_FALSE, NULL);
1095 0, B_FALSE, NULL);
1206 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp);
1528 valid_idx = B_FALSE;
[all...]
H A Ddmu_object.c54 boolean_t restarted = B_FALSE;
132 os->os_rescan_dnodes = B_FALSE;
H A Ddnode_sync.c125 bytesfreed += dsl_dataset_block_kill(ds, bp, tx, B_FALSE);
345 boolean_t trunc = B_FALSE;
513 dbuf_rele_and_unlock(db, (void *)(uintptr_t)txg, B_FALSE);
564 dn->dn_have_spill = B_FALSE;
587 boolean_t kill_spill = B_FALSE;
604 dmu_objset_userquota_get_ids(dn, B_FALSE, tx);
H A Ddsl_destroy.c294 ds->ds_feature_inuse[f] = B_FALSE;
674 (void) dsl_dataset_block_kill(ka->ds, bp, tx, B_FALSE);
849 ds->ds_feature_inuse[f] = B_FALSE;
980 dsl_destroy_snapshot_sync_impl(prev, B_FALSE, tx);
1051 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os);
1090 need_destroy = B_FALSE;
H A Dmetaslab.c699 mg->mg_no_free_space = B_FALSE;
754 mg->mg_initialized = B_FALSE;
1154 return (B_FALSE);
1194 return (B_FALSE);
1207 return (B_FALSE);
1817 msp->ms_loading = B_FALSE;
1831 msp->ms_loaded = B_FALSE;
2668 return (B_FALSE);
2713 msp->ms_condense_wanted = B_FALSE;
2768 msp->ms_condensing = B_FALSE;
[all...]
H A Dzfs_dir.c328 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
384 dmu_tx_hold_sa(tx, dzp->z_sa_hdl, B_FALSE);
386 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE);
695 boolean_t unlinked = B_FALSE;
806 if (error = zfs_zaccess(zp, ACE_WRITE_NAMED_ATTRS, 0, B_FALSE, cr))
963 zfs_zaccess(zp, ACE_WRITE_DATA, 0, B_FALSE, cr) == 0))
H A Dzio.c518 boolean_t waiting = B_FALSE;
585 zio_taskq_dispatch(pio, type, B_FALSE);
851 return (B_FALSE);
855 return (B_FALSE);
858 return (B_FALSE);
861 return (B_FALSE);
870 return (B_FALSE);
929 zio->io_prop.zp_dedup = zio->io_prop.zp_dedup_verify = B_FALSE;
962 zio->io_prop.zp_dedup = nopwrite ? B_FALSE : zio->io_prop.zp_dedup;
1656 return (B_FALSE);
[all...]
H A Ddmu_traverse.c214 return (B_FALSE);
367 td->td_realloc_possible = B_FALSE;
575 td.td_paused = B_FALSE;
576 td.td_realloc_possible = (txg_start == 0 ? B_FALSE : B_TRUE);
679 err = dmu_object_next(mos, &obj, B_FALSE, txg_start)) {
H A Ddsl_deadlist.c112 dl->dl_oldfmt = B_FALSE;
114 dl->dl_havetree = B_FALSE;
132 dl->dl_oldfmt = B_FALSE;
H A Dzcp_get.c565 return (B_FALSE);
569 return (B_FALSE);
573 return (B_FALSE);
H A Dzfs_fuid.c283 zfsvfs->z_fuid_dirty = B_FALSE;
433 boolean_t found = B_FALSE;
730 return (B_FALSE);
H A Dvdev_label.c676 return (B_FALSE);
686 return (B_FALSE);
695 return (B_FALSE);
709 return (B_FALSE);
927 label = spa_config_generate(spa, vd, txg, B_FALSE);
1358 label = spa_config_generate(vd->vdev_spa, vd, txg, B_FALSE);
/freebsd-12-stable/sys/dev/sfxge/common/
H A Defx_rx.c680 } while (B_FALSE)
697 } while (B_FALSE)
715 } while (B_FALSE)
760 EFX_RX_LFSR_HASH(enp, B_FALSE);
1076 erp->er_index, &dword, B_FALSE);
1164 jumbo = B_FALSE;
H A Def10_rx.c492 if ((alg != EFX_RX_HASHALG_TOEPLITZ) || (insert == B_FALSE)) {
708 erp->er_index, &dword, B_FALSE);
781 disable_scatter = B_FALSE;
H A Def10_tx.c45 } while (B_FALSE)
548 etp->et_index, &dword, B_FALSE);
730 if (B_FALSE) {
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c211 return (zpool_name_valid(NULL, B_FALSE, name));
212 return (zfs_validate_name(NULL, name, type, B_FALSE));
587 return (B_FALSE);
596 return (B_FALSE);
682 if (!zfs_validate_name(hdl, path, types, B_FALSE)) {
1890 if (zc.zc_nvlist_dst_filled == B_FALSE) {
2228 *val = B_FALSE;
2644 B_FALSE)) || (strcmp(root, "-") == 0))
3292 return (B_FALSE);
3411 if (!zfs_validate_name(hdl, path, types, B_FALSE))
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h239 DMU_OTN_UINT8_DATA = DMU_OT(DMU_BSWAP_UINT8, B_FALSE),
241 DMU_OTN_UINT16_DATA = DMU_OT(DMU_BSWAP_UINT16, B_FALSE),
243 DMU_OTN_UINT32_DATA = DMU_OT(DMU_BSWAP_UINT32, B_FALSE),
245 DMU_OTN_UINT64_DATA = DMU_OT(DMU_BSWAP_UINT64, B_FALSE),
247 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE),
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c841 return (B_FALSE);
858 return (B_FALSE);
878 return (B_FALSE);
/freebsd-12-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h74 typedef enum { B_FALSE, B_TRUE } boolean_t; enumerator in enum:__anon9723
1155 DMU_OTN_UINT8_DATA = DMU_OT(DMU_BSWAP_UINT8, B_FALSE),
1157 DMU_OTN_UINT16_DATA = DMU_OT(DMU_BSWAP_UINT16, B_FALSE),
1159 DMU_OTN_UINT32_DATA = DMU_OT(DMU_BSWAP_UINT32, B_FALSE),
1161 DMU_OTN_UINT64_DATA = DMU_OT(DMU_BSWAP_UINT64, B_FALSE),
1163 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE),
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c188 data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE);
196 data = abd_alloc(lr->lr_length, B_FALSE);

Completed in 156 milliseconds

12345678