1 /* Copyright 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */
3 #include "../../debug.h"
4 #include "../plugin_header.h"
5 #include "disk_format40.h"
6 #include "disk_format.h"
9 /* initialization of disk layout plugins */
10 disk_format_plugin format_plugins
[LAST_FORMAT_ID
] = {
13 .type_id
= REISER4_FORMAT_PLUGIN_TYPE
,
17 .desc
= "standard disk layout for reiser40",
18 .linkage
= {NULL
, NULL
}
20 .init_format
= init_format_format40
,
21 .root_dir_key
= root_dir_key_format40
,
22 .release
= release_format40
,
23 .log_super
= log_super_format40
,
24 .check_open
= check_open_format40
,
25 .version_update
= version_update_format40
31 c-indentation-style: "K&R"