Searched refs:meta_lsn (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 24 fileid, meta_lsn, page_lsn, pgno, ptype, next) in __bam_pg_alloc_log() argument 30 DB_LSN * meta_lsn; 51 + sizeof(*meta_lsn) 68 if (meta_lsn != NULL) 69 memcpy(bp, meta_lsn, sizeof(*meta_lsn)); 71 memset(bp, 0, sizeof(*meta_lsn)); 72 bp += sizeof(*meta_lsn); 129 (u_long)argp->meta_lsn.file, (u_long)argp->meta_lsn.offset); 166 memcpy(&argp->meta_lsn, bp, sizeof(argp->meta_lsn)); 167 bp += sizeof(argp->meta_lsn); [all …]
|
H A D | bt_rec.c | 112 cmp_p = log_compare(&LSN(meta), &argp->meta_lsn); 120 meta->lsn = argp->meta_lsn; 210 cmp_p = log_compare(&LSN(meta), &argp->meta_lsn); 221 meta->lsn = argp->meta_lsn;
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 20 DB_LSN meta_lsn; member 36 DB_LSN meta_lsn; member
|