View | Details | Raw Unified
Collapse All | Expand All

(-) reiser4progs-1.0.4-orig/plugin/key/key_large/key_large.h (-1 / +1 lines)
 Lines 43-49    Link Here 
typedef union key_large key_large_t;
typedef union key_large key_large_t;
extern reiser4_plug_t key_large_plug;
static reiser4_plug_t key_large_plug;
typedef enum {
typedef enum {
	/* Major locality occupies higher 60 bits of the first element */
	/* Major locality occupies higher 60 bits of the first element */
(-) reiser4progs-1.0.4-orig/plugin/key/key_short/key_short.h (-1 / +1 lines)
 Lines 42-48    Link Here 
typedef union key_short key_short_t;
typedef union key_short key_short_t;
extern reiser4_plug_t key_short_plug;
static reiser4_plug_t key_short_plug;
typedef enum {
typedef enum {
	/* Major locality occupies higher 60 bits of the first element */
	/* Major locality occupies higher 60 bits of the first element */
(-) reiser4progs-1.0.4-orig/plugin/oid/oid40/oid40.h (-1 / +1 lines)
 Lines 30-36    Link Here 
typedef struct oid40 oid40_t;
typedef struct oid40 oid40_t;
extern reiser4_plug_t oid40_plug;
static reiser4_plug_t oid40_plug;
#define oid40_get_next(area)            LE64_TO_CPU(*((d64_t *)area))
#define oid40_get_next(area)            LE64_TO_CPU(*((d64_t *)area))
#define oid40_set_next(area, val)       (*((d64_t *)area) = CPU_TO_LE64(val))
#define oid40_set_next(area, val)       (*((d64_t *)area) = CPU_TO_LE64(val))