Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h238 struct __mpoolfile { struct
239 SH_TAILQ_ENTRY q; /* List of MPOOLFILEs */
241 u_int32_t ref; /* Reference count. */
243 int ftype; /* File type. */
245 int32_t lsn_off; /* Page's LSN offset. */
246 u_int32_t clear_len; /* Bytes to clear on page create. */
248 size_t path_off; /* File name location. */
249 size_t fileid_off; /* File identification location. */
251 size_t pgcookie_len; /* Pgin/pgout cookie length. */
252 size_t pgcookie_off; /* Pgin/pgout cookie location. */
[all …]