revert-mm-fix-blkdev-size-calculation-in-generic_write_checks
[linux-2.6/linux-trees-mm.git] / fs / reiser4 / plugin / dir / dir.h
blob4a91ebeb32323a6e11b6a35c8f8de0bf5ba143ea
1 /* Copyright 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by
2 * reiser4/README */
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 *,
17 reiser4_key *);
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 *,
23 reiser4_key *);
25 /* __REISER4_DIR_H__ */
26 #endif
29 Local variables:
30 c-indentation-style: "K&R"
31 mode-name: "LC"
32 c-basic-offset: 8
33 tab-width: 8
34 fill-column: 120
35 End: