1 /* Copyright 2004 by Hans Reiser, licensing governed by reiser4/README */
3 /* Fibration plugin used by hashed directory plugin to segment content
4 * of directory. See fs/reiser4/plugin/fibration.c for more on this. */
6 #if !defined( __FS_REISER4_PLUGIN_FIBRATION_H__ )
7 #define __FS_REISER4_PLUGIN_FIBRATION_H__
9 #include "plugin_header.h"
11 typedef struct fibration_plugin
{
15 __u64(*fibre
) (const struct inode
* dir
, const char *name
, int len
);
19 FIBRATION_LEXICOGRAPHIC
,
24 } reiser4_fibration_id
;
26 /* __FS_REISER4_PLUGIN_FIBRATION_H__ */
31 c-indentation-style: "K&R"