Home
last modified time | relevance | path

Searched defs:__mpoolfile (Results 1 – 4 of 4) sorted by relevance

/dports/databases/db5/db-5.3.28/src/dbinc/
H A Dmp.h395 struct __mpoolfile { /* SHARED */ struct
396 db_mutex_t mutex; /* MPOOLFILE mutex. */
401 pid_t pid; /* Process doing backup. */
402 db_threadid_t tid; /* Thread doing backup. */
405 db_pgno_t low_pgno, high_pgno;/* Low and high backup range.*/
419 db_pgno_t maxpgno; /* Maximum page number. */
422 roff_t path_off; /* File name location. */
425 SH_TAILQ_ENTRY q; /* List of MPOOLFILEs */
456 int32_t ftype; /* File type. */
498 int32_t lsn_off; /* Page's LSN offset. */
[all …]
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Dmp.h400 struct __mpoolfile { /* SHARED */ struct
401 db_mutex_t mutex; /* MPOOLFILE mutex. */
406 pid_t pid; /* Process doing backup. */
407 db_threadid_t tid; /* Thread doing backup. */
410 db_pgno_t low_pgno, high_pgno;/* Low and high backup range.*/
424 db_pgno_t maxpgno; /* Maximum page number. */
427 roff_t path_off; /* File name location. */
430 SH_TAILQ_ENTRY q; /* List of MPOOLFILEs */
461 int32_t ftype; /* File type. */
503 int32_t lsn_off; /* Page's LSN offset. */
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dmp.h173 struct __mpoolfile { struct
174 SH_TAILQ_ENTRY q; /* List of MPOOLFILEs */
179 int ftype; /* File type. */
180 int32_t lsn_off; /* Page's LSN offset. */
183 roff_t path_off; /* File name location. */
184 roff_t fileid_off; /* File identification location. */
186 roff_t pgcookie_len; /* Pgin/pgout cookie length. */
187 roff_t pgcookie_off; /* Pgin/pgout cookie location. */
189 db_pgno_t last_pgno; /* Last page in the file. */
194 DB_MPOOL_FSTAT stat; /* Per-file mpool statistics. */
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dmp.h204 struct __mpoolfile { struct
205 SH_TAILQ_ENTRY q; /* List of MPOOLFILEs */
207 int ftype; /* File type. */
209 int32_t lsn_off; /* Page's LSN offset. */
212 roff_t path_off; /* File name location. */
213 roff_t fileid_off; /* File identification location. */
215 roff_t pgcookie_len; /* Pgin/pgout cookie length. */
216 roff_t pgcookie_off; /* Pgin/pgout cookie location. */
220 db_pgno_t last_pgno; /* Last page in the file. */
226 u_int32_t flags;
[all …]