File: plain40.h

package info (click to toggle)
reiser4progs 1.0.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,348 kB
  • ctags: 3,714
  • sloc: ansic: 33,468; sh: 8,489; makefile: 1,012
file content (21 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.
   
   plain40.h -- reiser4 plain tail item plugin functions. */

#ifndef PLAIN40_H
#define PLAIN40_H

#include <aal/libaal.h>
#include <reiser4/plugin.h>

extern reiser4_core_t *plain40_core;

extern errno_t plain40_prep_shift(reiser4_place_t *src_place,
				  reiser4_place_t *dst_place,
				  shift_hint_t *hint);

extern errno_t plain40_prep_write(reiser4_place_t *place, 
				  trans_hint_t *hint);

#endif