Lines Matching defs:_exf
18 struct _exf { struct
19 int refcnt; /* Reference count. */
22 DB *db; /* File db structure. */
23 char *c_lp; /* Cached line. */
24 size_t c_len; /* Cached line length. */
25 recno_t c_lno; /* Cached line number. */
26 recno_t c_nlines; /* Cached lines in the file. */
28 DB *log; /* Log db structure. */
29 char *l_lp; /* Log buffer. */
30 size_t l_len; /* Log buffer length. */
31 recno_t l_high; /* Log last + 1 record number. */
32 recno_t l_cur; /* Log current record number. */
33 MARK l_cursor; /* Log cursor position. */
34 dir_t lundo; /* Last undo direction. */
38 dev_t mdev; /* Device. */
39 ino_t minode; /* Inode. */
40 struct timespec mtim; /* Last modification time. */
42 int fcntl_fd; /* Fcntl locking fd; see exf.c. */
49 char *rcv_path; /* Recover file name. */
50 char *rcv_mpath; /* Recover mail file name. */
51 int rcv_fd; /* Locked mail file descriptor. */
62 u_int16_t flags;