OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BP_PHYSICAL_BIRTH
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h
424
#define
BP_PHYSICAL_BIRTH
(bp) \
464
(
BP_PHYSICAL_BIRTH
(bp1) ==
BP_PHYSICAL_BIRTH
(bp2) && \
603
(u_longlong_t)
BP_PHYSICAL_BIRTH
(bp), \
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio_checksum.c
215
uint64_t txg =
BP_PHYSICAL_BIRTH
(bp);
vdev_mirror.c
375
ASSERT(zio->io_bp == NULL ||
BP_PHYSICAL_BIRTH
(zio->io_bp) == txg);
ddt.c
308
ddp->ddp_phys_birth =
BP_PHYSICAL_BIRTH
(bp);
347
BP_PHYSICAL_BIRTH
(bp) == ddp->ddp_phys_birth)
dsl_scan.c
830
if (
BP_PHYSICAL_BIRTH
(bp) <= scn->scn_phys.scn_cur_max_txg) {
1813
uint64_t phys_birth =
BP_PHYSICAL_BIRTH
(bp);
arc.c
1459
uint64_t birth =
BP_PHYSICAL_BIRTH
(bp);
4689
ASSERT3U(hdr->b_birth, ==,
BP_PHYSICAL_BIRTH
(zio->io_bp));
5002
hdr->b_birth =
BP_PHYSICAL_BIRTH
(bp);
5620
hdr->b_birth =
BP_PHYSICAL_BIRTH
(zio->io_bp);
metaslab.c
3377
ASSERT(
BP_PHYSICAL_BIRTH
(bp) == 0);
zio.c
769
*
BP_PHYSICAL_BIRTH
() are not too large. However, spa_freeze()
823
zio = zio_create(pio, spa,
BP_PHYSICAL_BIRTH
(bp), bp,
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
1233
(u_longlong_t)
BP_PHYSICAL_BIRTH
(bp));
Completed in 77 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026