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

12345678

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_label.c524 return (B_FALSE);
534 return (B_FALSE);
543 return (B_FALSE);
557 return (B_FALSE);
768 label = spa_config_generate(spa, vd, txg, B_FALSE);
1120 label = spa_config_generate(vd->vdev_spa, vd, txg, B_FALSE);
1224 uberblock_update(ub, spa->spa_root_vdev, txg) == B_FALSE &&
H A Dzfs_dir.c72 boolean_t conflict = B_FALSE;
556 dmu_tx_hold_sa(tx, dzp->z_sa_hdl, B_FALSE);
558 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE);
650 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE);
815 boolean_t unlinked = B_FALSE;
943 if (error = zfs_zaccess(zp, ACE_WRITE_NAMED_ATTRS, 0, B_FALSE, cr))
1105 zfs_zaccess(zp, ACE_WRITE_DATA, 0, B_FALSE, cr) == 0))
H A Dsa.c467 boolean_t found = B_FALSE;
529 start = B_FALSE;
553 boolean_t done = B_FALSE;
566 *will_spill = B_FALSE;
869 boolean_t found = B_FALSE;
953 tb[i].sa_registered = B_FALSE;
1074 za.za_num_integers), B_FALSE, NULL);
1095 sa_legacy_attr_count), B_FALSE, NULL);
1098 0, B_FALSE, NULL);
1209 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, user
[all...]
H A Dspa_config.c244 ccw_failure = B_FALSE;
388 boolean_t locked = B_FALSE;
564 spa_config_sync(spa, B_FALSE, what != SPA_CONFIG_UPDATE_POOL);
H A Dzfs_vnops.c265 hole = B_FALSE;
996 if (zfs_owner_overquota(zfsvfs, zp, B_FALSE) ||
1044 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE);
1381 error = zfs_zaccess(zp, mode, flag, B_FALSE, cr);
1516 B_FALSE, cr)) {
1534 if (error = zfs_zaccess(zdp, ACE_EXECUTE, 0, B_FALSE, cr)) {
1647 boolean_t have_acl = B_FALSE;
1648 boolean_t waited = B_FALSE;
1663 if (zfsvfs->z_use_fuids == B_FALSE &&
1730 if (error = zfs_zaccess(dzp, ACE_ADD_FILE, 0, B_FALSE, c
[all...]
H A Ddsl_synctask.c93 dst.dst_nowaiter = B_FALSE;
H A Dzio_inject.c81 return (B_FALSE);
96 return (B_FALSE);
H A Ddsl_destroy.c273 ds->ds_feature_inuse[f] = B_FALSE;
571 (void) dsl_dataset_block_kill(ka->ds, bp, tx, B_FALSE);
746 ds->ds_feature_inuse[f] = B_FALSE;
871 dsl_destroy_snapshot_sync_impl(prev, B_FALSE, tx);
939 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os);
978 need_destroy = B_FALSE;
H A Dzil.c82 boolean_t zfs_nocacheflush = B_FALSE;
507 return (B_FALSE);
652 DMU_OST_ANY, B_FALSE, FTAG, &os);
1587 zilog->zl_writer = B_FALSE;
1937 zil_destroy(zilog, B_FALSE);
1940 zilog->zl_suspending = B_FALSE;
2062 * specify B_FALSE for byteswap now, so we don't do it twice.
2065 error = zr->zr_replay[txtype](zr->zr_arg, zr->zr_lr, B_FALSE);
2114 zil_destroy(zilog, B_FALSE);
2116 zilog->zl_replay = B_FALSE;
[all...]
H A Darc.c148 boolean_t arc_watch = B_FALSE;
1732 arc_cksum_compute(buf, B_FALSE);
2579 boolean_t evict_needed = B_FALSE;
2582 return (B_FALSE);
2593 return (B_FALSE);
3654 arc_no_grow = B_FALSE;
4140 arc_cksum_compute(buf, B_FALSE);
4389 boolean_t devw = B_FALSE;
4569 ZIO_FLAG_DONT_RETRY, B_FALSE);
4687 return (B_FALSE);
[all...]
H A Ddmu_traverse.c209 return (B_FALSE);
361 td->td_realloc_possible = B_FALSE;
568 td.td_paused = B_FALSE;
569 td.td_realloc_possible = (txg_start == 0 ? B_FALSE : B_TRUE);
672 err = dmu_object_next(mos, &obj, B_FALSE, txg_start)) {
H A Ddnode_sync.c131 bytesfreed += dsl_dataset_block_kill(ds, bp, tx, B_FALSE);
327 boolean_t trunc = B_FALSE;
530 dn->dn_have_spill = B_FALSE;
552 boolean_t kill_spill = B_FALSE;
569 dmu_objset_userquota_get_ids(dn, B_FALSE, tx);
H A Ddsl_deadlist.c112 dl->dl_oldfmt = B_FALSE;
114 dl->dl_havetree = B_FALSE;
126 dl->dl_oldfmt = B_FALSE;
H A Dzfs_fuid.c288 zfsvfs->z_fuid_dirty = B_FALSE;
438 boolean_t found = B_FALSE;
735 return (B_FALSE);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c410 dt_node_type_assign(dnp, dnp->dn_ctfp, dnp->dn_type, B_FALSE);
1265 dtp->dt_ints[i].did_type, B_FALSE);
1300 dt_node_type_assign(dnp, DT_STR_CTFP(dtp), DT_STR_TYPE(dtp), B_FALSE);
1622 B_FALSE);
1832 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE);
1889 B_FALSE);
1967 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE);
1972 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE);
1977 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE);
1994 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE);
[all...]
H A Ddt_xlator.c74 dt_node_type_assign(enp, dxp->dx_dst_ctfp, type, B_FALSE);
88 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, type, B_FALSE);
324 B_FALSE);
H A Ddt_pragma.c265 found = B_FALSE;
271 if (found == B_FALSE)
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c142 if (ddt->ddt_full == B_FALSE) {
191 return (B_FALSE);
268 ddt.ddt_full = B_FALSE;
454 assert(B_FALSE);
1094 boolean_t exclude = B_FALSE;
1146 sdd->filter_cb(zhp, sdd->filter_cb_arg) == B_FALSE)) {
1217 boolean_t missingfrom = B_FALSE;
1313 needagain = progress = B_FALSE;
1505 if (guid_to_name(hdl, toname, toguid, B_FALSE, name) != 0) {
1840 sdd.dryrun = B_FALSE;
[all...]
H A Dlibzfs_dataset.c224 return (zpool_name_valid(NULL, B_FALSE, name));
225 return (zfs_validate_name(NULL, name, type, B_FALSE));
598 return (B_FALSE);
607 return (B_FALSE);
664 if (!zfs_validate_name(hdl, path, ZFS_TYPE_DATASET, B_FALSE)) {
2010 *val = B_FALSE;
2354 B_FALSE)) || (strcmp(root, "-") == 0))
2977 return (B_FALSE);
3096 if (!zfs_validate_name(hdl, path, types, B_FALSE))
3097 return (B_FALSE);
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core_compat.c165 zc->zc_nvlist_dst_filled = B_FALSE;
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h138 #define DMU_OS_IS_L2COMPRESSIBLE(os) (zfs_mdcomp_disable == B_FALSE)
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Defx_rx.c701 } while (B_FALSE)
718 } while (B_FALSE)
741 } while (B_FALSE)
786 EFX_RX_LFSR_HASH(enp, B_FALSE);
1100 erp->er_index, &dword, B_FALSE);
1186 jumbo = B_FALSE;
H A Dhunt_rx.c492 if ((alg != EFX_RX_HASHALG_TOEPLITZ) || (insert == B_FALSE)) {
702 erp->er_index, &dword, B_FALSE);
771 disable_scatter = B_FALSE;
/freebsd-10.3-release/sys/dev/sfxge/
H A Dsfxge_port.c429 (void)efx_mac_stats_periodic(enp, &port->mac_stats.dma_buf, 0, B_FALSE);
489 1000, B_FALSE)) != 0)
492 if ((rc = efx_mac_drain(enp, B_FALSE)) != 0)
514 (void)efx_mac_stats_periodic(enp, &port->mac_stats.dma_buf, 0, B_FALSE);
790 EFSYS_ASSERT(B_FALSE);
801 boolean_t mode_found = B_FALSE;
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c841 return (B_FALSE);
858 return (B_FALSE);
878 return (B_FALSE);

Completed in 381 milliseconds

12345678