• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc_auto/
1/* Do not edit: automatically built by gen_rec.awk. */
2
3#ifndef	__fop_AUTO_H
4#define	__fop_AUTO_H
5#define	DB___fop_create_42	143
6typedef struct ___fop_create_42_args {
7	u_int32_t type;
8	DB_TXN *txnp;
9	DB_LSN prev_lsn;
10	DBT	name;
11	u_int32_t	appname;
12	u_int32_t	mode;
13} __fop_create_42_args;
14
15#define	DB___fop_create	143
16typedef struct ___fop_create_args {
17	u_int32_t type;
18	DB_TXN *txnp;
19	DB_LSN prev_lsn;
20	DBT	name;
21	DBT	dirname;
22	u_int32_t	appname;
23	u_int32_t	mode;
24} __fop_create_args;
25
26#define	DB___fop_remove	144
27typedef struct ___fop_remove_args {
28	u_int32_t type;
29	DB_TXN *txnp;
30	DB_LSN prev_lsn;
31	DBT	name;
32	DBT	fid;
33	u_int32_t	appname;
34} __fop_remove_args;
35
36#define	DB___fop_write_42	145
37typedef struct ___fop_write_42_args {
38	u_int32_t type;
39	DB_TXN *txnp;
40	DB_LSN prev_lsn;
41	DBT	name;
42	u_int32_t	appname;
43	u_int32_t	pgsize;
44	db_pgno_t	pageno;
45	u_int32_t	offset;
46	DBT	page;
47	u_int32_t	flag;
48} __fop_write_42_args;
49
50#define	DB___fop_write	145
51typedef struct ___fop_write_args {
52	u_int32_t type;
53	DB_TXN *txnp;
54	DB_LSN prev_lsn;
55	DBT	name;
56	DBT	dirname;
57	u_int32_t	appname;
58	u_int32_t	pgsize;
59	db_pgno_t	pageno;
60	u_int32_t	offset;
61	DBT	page;
62	u_int32_t	flag;
63} __fop_write_args;
64
65#define	DB___fop_rename_42	146
66#define	DB___fop_rename_noundo_46	150
67typedef struct ___fop_rename_42_args {
68	u_int32_t type;
69	DB_TXN *txnp;
70	DB_LSN prev_lsn;
71	DBT	oldname;
72	DBT	newname;
73	DBT	fileid;
74	u_int32_t	appname;
75} __fop_rename_42_args;
76
77#define	DB___fop_rename	146
78#define	DB___fop_rename_noundo	150
79typedef struct ___fop_rename_args {
80	u_int32_t type;
81	DB_TXN *txnp;
82	DB_LSN prev_lsn;
83	DBT	oldname;
84	DBT	newname;
85	DBT	dirname;
86	DBT	fileid;
87	u_int32_t	appname;
88} __fop_rename_args;
89
90#define	DB___fop_file_remove	141
91typedef struct ___fop_file_remove_args {
92	u_int32_t type;
93	DB_TXN *txnp;
94	DB_LSN prev_lsn;
95	DBT	real_fid;
96	DBT	tmp_fid;
97	DBT	name;
98	u_int32_t	appname;
99	u_int32_t	child;
100} __fop_file_remove_args;
101
102#endif
103