1 /* Copyright 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by
4 /* this file contains declarations of methods implementing directory plugins */
6 #if !defined( __REISER4_DIR_H__ )
7 #define __REISER4_DIR_H__
9 /*#include "../../key.h"
11 #include <linux/fs.h>*/
13 /* declarations of functions implementing HASHED_DIR_PLUGIN_ID dir plugin */
15 /* "hashed" directory methods of dir plugin */
16 void build_entry_key_hashed(const struct inode
*, const struct qstr
*,
19 /* declarations of functions implementing SEEKABLE_HASHED_DIR_PLUGIN_ID dir plugin */
21 /* "seekable" directory methods of dir plugin */
22 void build_entry_key_seekable(const struct inode
*, const struct qstr
*,
25 /* __REISER4_DIR_H__ */
30 c-indentation-style: "K&R"