Searched refs:birth (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c62 unsigned int birth; member in struct:cache
144 if ((now.tv_sec - c->birth) > CACHETO) {
256 * Could get cute and update the birth time, but it's
275 c->birth = now.tv_sec;
451 * Could get cute and update the birth time, but it's
470 c->birth = now.tv_sec;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deadlist.c418 dsl_deadlist_insert_bpobj(dsl_deadlist_t *dl, uint64_t obj, uint64_t birth, argument
440 dle_tofind.dle_mintxg = birth;
H A Darc.c1015 #define BUF_HASH_INDEX(spa, dva, birth) \
1016 (buf_hash(spa, dva, birth) & buf_hash_table.ht_mask)
1119 buf_hash(uint64_t spa, const dva_t *dva, uint64_t birth) argument
1130 crc ^= (spa>>8) ^ birth;
1139 #define HDR_EQUAL(spa, dva, birth, hdr) \
1142 ((hdr)->b_birth == birth) && ((hdr)->b_spa == spa)
1156 uint64_t birth = BP_PHYSICAL_BIRTH(bp); local
1157 uint64_t idx = BUF_HASH_INDEX(spa, dva, birth);
1164 if (HDR_EQUAL(spa, dva, birth, hdr)) {
5455 * dva/birth/checksu
[all...]
H A Ddsl_dataset.c2007 uint64_t birth; local
2013 birth = dsl_dataset_get_blkptr(ds)->blk_birth;
2015 if (birth > dsl_dataset_phys(snap)->ds_creation_txg) {
2230 * not reachable from the rootbp while having a birth txg that
2424 * So each snapshot gave birth to:
3520 * (birth > firstsnap->prev_snap_txg) and died before the snap after the

Completed in 82 milliseconds